diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de04756..5c8143f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/dev/package.json b/dev/package.json index 93aa268b..8986cd4d 100644 --- a/dev/package.json +++ b/dev/package.json @@ -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>", diff --git a/docs/package.json b/docs/package.json index 270ad6ce..15525285 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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>", diff --git a/lib/package.json b/lib/package.json index 4db02d15..36d681cd 100644 --- a/lib/package.json +++ b/lib/package.json @@ -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>", diff --git a/package-lock.json b/package-lock.json index def62254..de7a5236 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@svta/common-media-library-workspace", - "version": "0.7.3", + "version": "0.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@svta/common-media-library-workspace", - "version": "0.7.3", + "version": "0.7.4", "license": "Apache-2.0", "workspaces": [ "lib", @@ -35,7 +35,7 @@ }, "dev": { "name": "@svta/common-media-library-dev", - "version": "0.7.3", + "version": "0.7.4", "license": "Apache-2.0", "devDependencies": { "@web/dev-server": "0.4.6" @@ -43,12 +43,12 @@ }, "docs": { "name": "@svta/common-media-library-docs", - "version": "0.7.3", + "version": "0.7.4", "license": "Apache-2.0" }, "lib": { "name": "@svta/common-media-library", - "version": "0.7.3", + "version": "0.7.4", "license": "Apache-2.0" }, "node_modules/@babel/code-frame": { @@ -6913,7 +6913,7 @@ } }, "samples/cmaf-ham-conversion": { - "version": "0.7.3", + "version": "0.7.4", "license": "ISC", "dependencies": { "@svta/common-media-library": "*" diff --git a/package.json b/package.json index 148bf726..672de270 100644 --- a/package.json +++ b/package.json @@ -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>", diff --git a/samples/cmaf-ham-conversion/package.json b/samples/cmaf-ham-conversion/package.json index 42dec07b..7bf1df76 100644 --- a/samples/cmaf-ham-conversion/package.json +++ b/samples/cmaf-ham-conversion/package.json @@ -1,6 +1,6 @@ { "name": "cmaf-ham-conversion", - "version": "0.7.3", + "version": "0.7.4", "description": "", "type": "module", "scripts": {