Skip to content

Commit 12c9ad6

Browse files
chore: release main (#224)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 318d699 commit 12c9ad6

12 files changed

Lines changed: 90 additions & 24 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
".": "0.3.3",
3-
"examples/vanilla": "1.11.14",
4-
"examples/remix": "1.0.5",
2+
".": "0.3.4",
3+
"examples/vanilla": "1.11.15",
4+
"examples/remix": "1.0.6",
55
"scripts/build-theme": "0.1.1",
6-
"site": "1.11.14",
6+
"site": "1.11.15",
77
"themes/demuxed-2022": "0.1.2",
88
"themes/halloween": "0.1.2",
99
"themes/instaplay": "0.1.2",
10-
"themes/microvideo": "0.1.3",
10+
"themes/microvideo": "0.2.0",
1111
"themes/minimal": "0.2.1",
1212
"themes/notflix": "0.1.2",
1313
"themes/reelplay": "0.1.2",

CHANGELOG.md

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

3+
## [0.3.4](https://github.com/muxinc/player.style/compare/player.style@0.3.3...player.style@0.3.4) (2026-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **microvideo:** update template.html ([dcf73c5](https://github.com/muxinc/player.style/commit/dcf73c53745e94ee7b95fa18e957c84aa2118b41))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @player.style/microvideo bumped from 0.1.3 to 0.2.0
16+
317
## [0.3.3](https://github.com/muxinc/player.style/compare/player.style@0.3.2...player.style@0.3.3) (2026-04-15)
418

519

examples/remix/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.0.6](https://github.com/muxinc/player.style/compare/test-mux-player-style-remix@1.0.5...test-mux-player-style-remix@1.0.6) (2026-04-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* player.style bumped from ^0.3.3 to ^0.3.4
11+
312
## [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)
413

514

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.5",
3+
"version": "1.0.6",
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.3",
20+
"player.style": "^0.3.4",
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.15](https://github.com/muxinc/player.style/compare/vanilla@1.11.14...vanilla@1.11.15) (2026-04-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* player.style bumped from 0.3.3 to 0.3.4
11+
312
## [1.11.14](https://github.com/muxinc/player.style/compare/vanilla@1.11.13...vanilla@1.11.14) (2026-04-15)
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.14",
4+
"version": "1.11.15",
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.3"
14+
"player.style": "0.3.4"
1515
},
1616
"devDependencies": {
1717
"esbuild": "^0.24.0"

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "player.style",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "A fresh collection of media player themes for every use case!",
55
"author": "@muxinc",
66
"license": "MIT",
@@ -70,7 +70,7 @@
7070
"@player.style/halloween": "0.1.2",
7171
"@player.style/x-mas": "0.1.2",
7272
"@player.style/instaplay": "0.1.2",
73-
"@player.style/microvideo": "0.1.3",
73+
"@player.style/microvideo": "0.2.0",
7474
"@player.style/minimal": "0.2.1",
7575
"@player.style/notflix": "0.1.2",
7676
"@player.style/reelplay": "0.1.2",

site/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.15](https://github.com/muxinc/player.style/compare/site@1.11.14...site@1.11.15) (2026-04-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* player.style bumped from 0.3.3 to 0.3.4
11+
312
## [1.11.14](https://github.com/muxinc/player.style/compare/site@1.11.13...site@1.11.14) (2026-04-15)
413

514

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.14",
4+
"version": "1.11.15",
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.3",
25+
"player.style": "0.3.4",
2626
"posthog-js": "^1.202.5",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)