diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 41c047e..429d720 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,8 +1,8 @@ { - ".": "0.0.3", - "examples/vanilla": "1.0.1", - "site": "1.0.1", - "themes/microvideo": "0.0.3", - "themes/minimal": "0.0.3", - "themes/yt": "0.0.3" + ".": "0.0.4", + "examples/vanilla": "1.0.2", + "site": "1.0.2", + "themes/microvideo": "0.0.4", + "themes/minimal": "0.0.4", + "themes/yt": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 325de4e..42b73a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.0.4](https://github.com/muxinc/player.style/compare/player.style@0.0.3...player.style@0.0.4) (2024-06-17) + + +### Bug Fixes + +* Changed Youtube theme name to YT ([#12](https://github.com/muxinc/player.style/issues/12)) ([e981669](https://github.com/muxinc/player.style/commit/e981669b170502e692eae355e904681b26b9552f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @player.style/microvideo bumped from 0.0.3 to 0.0.4 + * @player.style/minimal bumped from 0.0.3 to 0.0.4 + * @player.style/yt bumped from 0.0.3 to 0.0.4 + ## [0.0.3](https://github.com/muxinc/player.style/compare/player.style@0.0.2...player.style@0.0.3) (2024-06-14) diff --git a/examples/vanilla/CHANGELOG.md b/examples/vanilla/CHANGELOG.md index b6d8057..57fb125 100644 --- a/examples/vanilla/CHANGELOG.md +++ b/examples/vanilla/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.2](https://github.com/muxinc/player.style/compare/vanilla@1.0.1...vanilla@1.0.2) (2024-06-17) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * player.style bumped from 0.0.3 to 0.0.4 + ## [1.0.1](https://github.com/muxinc/player.style/compare/vanilla@1.0.0...vanilla@1.0.1) (2024-06-14) diff --git a/examples/vanilla/package.json b/examples/vanilla/package.json index 8f26876..3217634 100644 --- a/examples/vanilla/package.json +++ b/examples/vanilla/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "vanilla", - "version": "1.0.1", + "version": "1.0.2", "description": "", "main": "index.html", "scripts": { @@ -11,7 +11,7 @@ }, "dependencies": { "hls-video-element": "^1.2.6", - "player.style": "0.0.3" + "player.style": "0.0.4" }, "devDependencies": { "esbuild": "^0.21.5" diff --git a/package-lock.json b/package-lock.json index eba681b..806c350 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "player.style", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "player.style", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "workspaces": [ ".", @@ -30,10 +30,10 @@ } }, "examples/vanilla": { - "version": "1.0.1", + "version": "1.0.2", "dependencies": { "hls-video-element": "^1.2.6", - "player.style": "0.0.3" + "player.style": "0.0.4" }, "devDependencies": { "esbuild": "^0.21.5" @@ -6481,7 +6481,8 @@ }, "node_modules/player.style": { "resolved": "", - "link": true + "link": true, + "version": "0.0.4" }, "node_modules/possible-typed-array-names": { "version": "1.0.0", @@ -8666,7 +8667,7 @@ } }, "site": { - "version": "1.0.1", + "version": "1.0.2", "dependencies": { "@mdx-js/loader": "^3.0.1", "@mdx-js/react": "^3.0.1", @@ -8678,7 +8679,7 @@ "media-chrome": "^3.2.3", "next": "14.2.3", "next-mdx-remote": "^5.0.0", - "player.style": "0.0.3", + "player.style": "0.0.4", "react": "^18.3.1", "react-dom": "^18.3.1", "rehype-pretty-code": "^0.13.2", @@ -8701,7 +8702,7 @@ }, "themes/microvideo": { "name": "@player.style/microvideo", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "peerDependencies": { "media-chrome": ">=1.0.0" @@ -8709,7 +8710,7 @@ }, "themes/minimal": { "name": "@player.style/minimal", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "peerDependencies": { "media-chrome": ">=1.0.0" @@ -8717,7 +8718,7 @@ }, "themes/yt": { "name": "@player.style/yt", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "peerDependencies": { "media-chrome": ">=1.0.0" diff --git a/package.json b/package.json index 56813f8..7ba30cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "player.style", - "version": "0.0.3", + "version": "0.0.4", "description": "A fresh collection of media player themes for every use case!", "author": "@muxinc", "license": "MIT", @@ -30,9 +30,9 @@ "themes/*" ], "dependencies": { - "@player.style/microvideo": "0.0.3", - "@player.style/minimal": "0.0.3", - "@player.style/yt": "0.0.3", + "@player.style/microvideo": "0.0.4", + "@player.style/minimal": "0.0.4", + "@player.style/yt": "0.0.4", "media-chrome": "^3.2.3" }, "devDependencies": { diff --git a/site/CHANGELOG.md b/site/CHANGELOG.md index c08ac4d..6b4e18b 100644 --- a/site/CHANGELOG.md +++ b/site/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.2](https://github.com/muxinc/player.style/compare/site@1.0.1...site@1.0.2) (2024-06-17) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * player.style bumped from 0.0.3 to 0.0.4 + ## [1.0.1](https://github.com/muxinc/player.style/compare/site@1.0.0...site@1.0.1) (2024-06-14) diff --git a/site/package.json b/site/package.json index df0835d..628106b 100644 --- a/site/package.json +++ b/site/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "site", - "version": "1.0.1", + "version": "1.0.2", "scripts": { "dev": "next dev", "build": "next build", @@ -19,7 +19,7 @@ "media-chrome": "^3.2.3", "next": "14.2.3", "next-mdx-remote": "^5.0.0", - "player.style": "0.0.3", + "player.style": "0.0.4", "react": "^18.3.1", "react-dom": "^18.3.1", "rehype-pretty-code": "^0.13.2", diff --git a/themes/microvideo/CHANGELOG.md b/themes/microvideo/CHANGELOG.md index 824eb7e..bf3c845 100644 --- a/themes/microvideo/CHANGELOG.md +++ b/themes/microvideo/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/muxinc/player.style/compare/@player.style/microvideo@0.0.3...@player.style/microvideo@0.0.4) (2024-06-17) + + +### Bug Fixes + +* Changed Youtube theme name to YT ([#12](https://github.com/muxinc/player.style/issues/12)) ([e981669](https://github.com/muxinc/player.style/commit/e981669b170502e692eae355e904681b26b9552f)) + ## [0.0.3](https://github.com/muxinc/player.style/compare/@player.style/microvideo@0.0.2...@player.style/microvideo@0.0.3) (2024-06-14) diff --git a/themes/microvideo/package.json b/themes/microvideo/package.json index 3c3bec6..3eef260 100644 --- a/themes/microvideo/package.json +++ b/themes/microvideo/package.json @@ -1,6 +1,6 @@ { "name": "@player.style/microvideo", - "version": "0.0.3", + "version": "0.0.4", "description": "This theme optimizes for shorter content that doesn't need the robust playback controls that longer content typically requires.", "author": "@muxinc", "extra": { diff --git a/themes/minimal/CHANGELOG.md b/themes/minimal/CHANGELOG.md index 26a6433..ae577b7 100644 --- a/themes/minimal/CHANGELOG.md +++ b/themes/minimal/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/muxinc/player.style/compare/@player.style/minimal@0.0.3...@player.style/minimal@0.0.4) (2024-06-17) + + +### Bug Fixes + +* Changed Youtube theme name to YT ([#12](https://github.com/muxinc/player.style/issues/12)) ([e981669](https://github.com/muxinc/player.style/commit/e981669b170502e692eae355e904681b26b9552f)) + ## [0.0.3](https://github.com/muxinc/player.style/compare/@player.style/minimal@0.0.2...@player.style/minimal@0.0.3) (2024-06-14) diff --git a/themes/minimal/package.json b/themes/minimal/package.json index f9e04e0..abbe71f 100644 --- a/themes/minimal/package.json +++ b/themes/minimal/package.json @@ -1,6 +1,6 @@ { "name": "@player.style/minimal", - "version": "0.0.3", + "version": "0.0.4", "description": "This theme pares down the Mux Player experience to the bare bones controls viewers need, ideal for those that want a simpler player experience.", "author": "@muxinc", "extra": { diff --git a/themes/yt/CHANGELOG.md b/themes/yt/CHANGELOG.md index efe5591..d08b08c 100644 --- a/themes/yt/CHANGELOG.md +++ b/themes/yt/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/muxinc/player.style/compare/@player.style/yt-v0.0.3...@player.style/yt@0.0.4) (2024-06-17) + + +### Bug Fixes + +* Changed Youtube theme name to YT ([#12](https://github.com/muxinc/player.style/issues/12)) ([e981669](https://github.com/muxinc/player.style/commit/e981669b170502e692eae355e904681b26b9552f)) + ## [0.0.3](https://github.com/muxinc/player.style/compare/@player.style/youtube@0.0.2...@player.style/youtube@0.0.3) (2024-06-14) diff --git a/themes/yt/package.json b/themes/yt/package.json index 1bf9326..95a0d70 100644 --- a/themes/yt/package.json +++ b/themes/yt/package.json @@ -1,6 +1,6 @@ { "name": "@player.style/yt", - "version": "0.0.3", + "version": "0.0.4", "description": "An homage to the modern, ubiquitous YouTube player. Recreated with web components, or at least as close as we could get.", "author": "@heff", "extra": {