Skip to content

Commit 4a131c0

Browse files
chore: release main (#221)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f1a9d2c commit 4a131c0

10 files changed

Lines changed: 65 additions & 20 deletions

File tree

.github/release-please/.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
".": "0.3.2",
3-
"examples/vanilla": "1.11.13",
4-
"examples/remix": "1.0.4",
2+
".": "0.3.3",
3+
"examples/vanilla": "1.11.14",
4+
"examples/remix": "1.0.5",
55
"scripts/build-theme": "0.1.1",
6-
"site": "1.11.13",
6+
"site": "1.11.14",
77
"themes/demuxed-2022": "0.1.2",
88
"themes/halloween": "0.1.2",
99
"themes/instaplay": "0.1.2",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.3](https://github.com/muxinc/player.style/compare/player.style@0.3.2...player.style@0.3.3) (2026-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Bump media-chrome ([f1a9d2c](https://github.com/muxinc/player.style/commit/f1a9d2c2319cdd2206e0e25f0326a55599afb39d))
9+
310
## [0.3.2](https://github.com/muxinc/player.style/compare/player.style@0.3.1...player.style@0.3.2) (2026-03-25)
411

512

examples/remix/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.5](https://github.com/muxinc/player.style/compare/test-mux-player-style-remix@1.0.4...test-mux-player-style-remix@1.0.5) (2026-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Bump media-chrome ([f1a9d2c](https://github.com/muxinc/player.style/commit/f1a9d2c2319cdd2206e0e25f0326a55599afb39d))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* player.style bumped from ^0.3.2 to ^0.3.3
16+
317
## [1.0.4](https://github.com/muxinc/player.style/compare/test-mux-player-style-remix@1.0.3...test-mux-player-style-remix@1.0.4) (2026-03-25)
418

519

examples/remix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-mux-player-style-remix",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": true,
55
"sideEffects": false,
66
"type": "module",
@@ -17,7 +17,7 @@
1717
"@remix-run/serve": "^2.15.1",
1818
"isbot": "^5.1.18",
1919
"media-chrome": "^4.19.0",
20-
"player.style": "^0.3.2",
20+
"player.style": "^0.3.3",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0"
2323
},

examples/vanilla/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.11.14](https://github.com/muxinc/player.style/compare/vanilla@1.11.13...vanilla@1.11.14) (2026-04-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* player.style bumped from 0.3.2 to 0.3.3
11+
312
## [1.11.13](https://github.com/muxinc/player.style/compare/vanilla@1.11.12...vanilla@1.11.13) (2026-03-25)
413

514

examples/vanilla/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "vanilla",
4-
"version": "1.11.13",
4+
"version": "1.11.14",
55
"description": "",
66
"main": "index.html",
77
"scripts": {
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"hls-video-element": "^1.3.0",
14-
"player.style": "0.3.2"
14+
"player.style": "0.3.3"
1515
},
1616
"devDependencies": {
1717
"esbuild": "^0.24.0"

package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "player.style",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "A fresh collection of media player themes for every use case!",
55
"author": "@muxinc",
66
"license": "MIT",

site/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.11.14](https://github.com/muxinc/player.style/compare/site@1.11.13...site@1.11.14) (2026-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Bump media-chrome ([f1a9d2c](https://github.com/muxinc/player.style/commit/f1a9d2c2319cdd2206e0e25f0326a55599afb39d))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* player.style bumped from 0.3.2 to 0.3.3
16+
317
## [1.11.13](https://github.com/muxinc/player.style/compare/site@1.11.12...site@1.11.13) (2026-03-25)
418

519

site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "site",
4-
"version": "1.11.13",
4+
"version": "1.11.14",
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
@@ -22,7 +22,7 @@
2222
"media-chrome": "^4.19.0",
2323
"next": "14.2.12",
2424
"next-mdx-remote": "^5.0.0",
25-
"player.style": "0.3.2",
25+
"player.style": "0.3.3",
2626
"posthog-js": "^1.202.5",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)