Skip to content

Commit 6928d2b

Browse files
chore: release main (#201)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7c3c0f3 commit 6928d2b

14 files changed

Lines changed: 97 additions & 28 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
".": "0.1.10",
3-
"examples/vanilla": "1.11.9",
4-
"examples/remix": "1.0.0",
2+
".": "0.2.0",
3+
"examples/vanilla": "1.11.10",
4+
"examples/remix": "1.0.1",
55
"scripts/build-theme": "0.1.0",
6-
"site": "1.11.9",
6+
"site": "1.11.10",
77
"themes/demuxed-2022": "0.1.1",
88
"themes/halloween": "0.1.1",
99
"themes/instaplay": "0.1.1",
1010
"themes/microvideo": "0.1.1",
1111
"themes/minimal": "0.1.1",
1212
"themes/notflix": "0.1.1",
1313
"themes/reelplay": "0.1.1",
14-
"themes/sutro": "0.1.1",
14+
"themes/sutro": "0.2.0",
1515
"themes/sutro-audio": "0.0.7",
1616
"themes/tailwind-audio": "0.0.12",
1717
"themes/vimeonova": "0.1.1",
1818
"themes/winamp": "0.0.12",
1919
"themes/x-mas": "0.1.1",
20-
"themes/yt": "0.1.1"
20+
"themes/yt": "0.2.0"
2121
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/muxinc/player.style/compare/player.style@0.1.10...player.style@0.2.0) (2025-08-22)
4+
5+
6+
### Features
7+
8+
* Sutro bump for ([75f730b](https://github.com/muxinc/player.style/commit/75f730b3682856b6ec74880dbb6ecb942aa93a63))
9+
10+
11+
### Bug Fixes
12+
13+
* upgrade dependencies ([#198](https://github.com/muxinc/player.style/issues/198)) ([bad9d8f](https://github.com/muxinc/player.style/commit/bad9d8f3378895743cc5e0763d7b326fb0d70d94))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* devDependencies
20+
* @player.style/sutro bumped from 0.1.1 to 0.2.0
21+
* @player.style/yt bumped from 0.1.1 to 0.2.0
22+
323
## [0.1.10](https://github.com/muxinc/player.style/compare/player.style@0.1.9...player.style@0.1.10) (2025-08-01)
424

525

examples/remix/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [1.0.1](https://github.com/muxinc/player.style/compare/test-mux-player-style-remix-v1.0.0...test-mux-player-style-remix@1.0.1) (2025-08-22)
4+
5+
6+
### Bug Fixes
7+
8+
* use ce-la-react, fix React 19+ wrappers ([#146](https://github.com/muxinc/player.style/issues/146)) ([10f29b3](https://github.com/muxinc/player.style/commit/10f29b3f20b1a359300aaa0cd5c1f93a9e0a59dc))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* player.style bumped from ^0.1.0 to ^0.2.0

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.0",
3+
"version": "1.0.1",
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.3.0",
20-
"player.style": "^0.1.0",
20+
"player.style": "^0.2.0",
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.10](https://github.com/muxinc/player.style/compare/vanilla@1.11.9...vanilla@1.11.10) (2025-08-22)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* player.style bumped from 0.1.10 to 0.2.0
11+
312
## [1.11.9](https://github.com/muxinc/player.style/compare/vanilla@1.11.8...vanilla@1.11.9) (2025-08-01)
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.9",
4+
"version": "1.11.10",
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.1.10"
14+
"player.style": "0.2.0"
1515
},
1616
"devDependencies": {
1717
"esbuild": "^0.24.0"

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "player.style",
3-
"version": "0.1.10",
3+
"version": "0.2.0",
44
"description": "A fresh collection of media player themes for every use case!",
55
"author": "@muxinc",
66
"license": "MIT",
@@ -74,12 +74,12 @@
7474
"@player.style/minimal": "0.1.1",
7575
"@player.style/notflix": "0.1.1",
7676
"@player.style/reelplay": "0.1.1",
77-
"@player.style/sutro": "0.1.1",
77+
"@player.style/sutro": "0.2.0",
7878
"@player.style/sutro-audio": "0.0.7",
7979
"@player.style/tailwind-audio": "0.0.12",
8080
"@player.style/vimeonova": "0.1.1",
8181
"@player.style/winamp": "0.0.12",
82-
"@player.style/yt": "0.1.1",
82+
"@player.style/yt": "0.2.0",
8383
"chokidar-cli": "^3.0.0",
8484
"eslint": "^8.57.0",
8585
"npm-run-all": "^4.1.5",

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.10](https://github.com/muxinc/player.style/compare/site@1.11.9...site@1.11.10) (2025-08-22)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* player.style bumped from 0.1.10 to 0.2.0
11+
312
## [1.11.9](https://github.com/muxinc/player.style/compare/site@1.11.8...site@1.11.9) (2025-08-01)
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.9",
4+
"version": "1.11.10",
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
@@ -22,7 +22,7 @@
2222
"media-chrome": "^4.3.0",
2323
"next": "14.2.12",
2424
"next-mdx-remote": "^5.0.0",
25-
"player.style": "0.1.10",
25+
"player.style": "0.2.0",
2626
"posthog-js": "^1.202.5",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)