Skip to content

Commit

Permalink
chore: update version to 0.7.4 (#121)
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
  • Loading branch information
littlespex authored Nov 5, 2024
1 parent 9a56ebb commit 4ae7ed0
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.7.4] - 2024-11-05

### Changed
- Replace Typescript enums with constants [#103](https://github.com/streaming-video-technology-alliance/common-media-library/issues/103)
- Remove CMAF HAM dependencies [#119](https://github.com/streaming-video-technology-alliance/common-media-library/issues/119)
Expand Down Expand Up @@ -216,7 +219,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bootstrap project [#2](https://github.com/streaming-video-technology-alliance/common-media-library/issues/2)


[Unreleased]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.7.3...HEAD
[Unreleased]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.7.4...HEAD
[0.7.4]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.7.3...v0.7.4
[0.7.3]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.7.2...v0.7.3
[0.7.2]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.7.1...v0.7.2
[0.7.1]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.7.0...v0.7.1
Expand Down
2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svta/common-media-library-dev",
"private": true,
"version": "0.7.3",
"version": "0.7.4",
"license": "Apache-2.0",
"homepage": "https://github.com/streaming-video-technology-alliance/common-media-library",
"authors": "Casey Occhialini <1508707+littlespex@users.noreply.github.com>",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svta/common-media-library-docs",
"private": true,
"version": "0.7.3",
"version": "0.7.4",
"license": "Apache-2.0",
"homepage": "https://github.com/streaming-video-technology-alliance/common-media-library",
"authors": "Casey Occhialini <1508707+littlespex@users.noreply.github.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svta/common-media-library",
"version": "0.7.3",
"version": "0.7.4",
"license": "Apache-2.0",
"homepage": "https://github.com/streaming-video-technology-alliance/common-media-library",
"authors": "Casey Occhialini <1508707+littlespex@users.noreply.github.com>",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svta/common-media-library-workspace",
"version": "0.7.3",
"version": "0.7.4",
"license": "Apache-2.0",
"homepage": "https://github.com/streaming-video-technology-alliance/common-media-library",
"authors": "Casey Occhialini <1508707+littlespex@users.noreply.github.com>",
Expand Down
2 changes: 1 addition & 1 deletion samples/cmaf-ham-conversion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmaf-ham-conversion",
"version": "0.7.3",
"version": "0.7.4",
"description": "",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 4ae7ed0

Please sign in to comment.