Skip to content

Commit

Permalink
chore: release main (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 17, 2024
1 parent e981669 commit 2e49d29
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 27 deletions.
12 changes: 6 additions & 6 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
9 changes: 9 additions & 0 deletions examples/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "vanilla",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.html",
"scripts": {
Expand All @@ -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"
Expand Down
21 changes: 11 additions & 10 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
9 changes: 9 additions & 0 deletions site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "site",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions themes/microvideo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion themes/microvideo/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions themes/minimal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion themes/minimal/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions themes/yt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion themes/yt/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2e49d29

Please sign in to comment.