Skip to content

Commit 66f1b15

Browse files
chore: release main (#190)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6edbe68 commit 66f1b15

8 files changed

Lines changed: 42 additions & 15 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
".": "0.1.9",
3-
"examples/vanilla": "1.11.8",
2+
".": "0.1.10",
3+
"examples/vanilla": "1.11.9",
44
"scripts/build-theme": "0.1.0",
5-
"site": "1.11.8",
5+
"site": "1.11.9",
66
"themes/demuxed-2022": "0.1.1",
77
"themes/halloween": "0.1.1",
88
"themes/instaplay": "0.1.1",

CHANGELOG.md

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

3+
## [0.1.10](https://github.com/muxinc/player.style/compare/player.style@0.1.9...player.style@0.1.10) (2025-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* : Add index.js to Warn Against Naked Imports ([#196](https://github.com/muxinc/player.style/issues/196)) ([6029d09](https://github.com/muxinc/player.style/commit/6029d094737b335d855a1ab9d5766620445b644d))
9+
* bump media-chrome in the prod-dependencies group across 1 directory ([#189](https://github.com/muxinc/player.style/issues/189)) ([f40edbd](https://github.com/muxinc/player.style/commit/f40edbd387c0a0e10d675767395841587c0c20b1))
10+
311
## [0.1.9](https://github.com/muxinc/player.style/compare/player.style@0.1.8...player.style@0.1.9) (2025-06-12)
412

513

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

package-lock.json

Lines changed: 8 additions & 7 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.1.9",
3+
"version": "0.1.10",
44
"description": "A fresh collection of media player themes for every use case!",
55
"author": "@muxinc",
66
"license": "MIT",

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.9](https://github.com/muxinc/player.style/compare/site@1.11.8...site@1.11.9) (2025-08-01)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* player.style bumped from 0.1.9 to 0.1.10
11+
312
## [1.11.8](https://github.com/muxinc/player.style/compare/site@1.11.7...site@1.11.8) (2025-06-12)
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.8",
4+
"version": "1.11.9",
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.9",
25+
"player.style": "0.1.10",
2626
"posthog-js": "^1.202.5",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)