Skip to content

Commit

Permalink
chore: release main (#130)
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] authored and luwes committed Dec 2, 2024
1 parent 71bf363 commit c24c6e7
Show file tree
Hide file tree
Showing 12 changed files with 136 additions and 24 deletions.
10 changes: 5 additions & 5 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
".": "0.0.13",
"examples/vanilla": "1.7.0",
"site": "1.7.0",
".": "0.0.14",
"examples/vanilla": "1.8.0",
"site": "1.8.0",
"themes/demuxed-2022": "0.0.12",
"themes/halloween": "0.0.2",
"themes/instaplay": "0.0.7",
"themes/microvideo": "0.0.11",
"themes/minimal": "0.0.11",
"themes/notflix": "0.0.8",
"themes/reelplay": "0.0.5",
"themes/sutro": "0.0.7",
"themes/sutro": "0.0.8",
"themes/sutro-audio": "0.0.6",
"themes/tailwind-audio": "0.0.11",
"themes/vimeonova": "0.0.11",
"themes/winamp": "0.0.11",
"themes/x-mas": "0.0.2",
"themes/x-mas": "0.0.3",
"themes/yt": "0.0.12"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.0.14](https://github.com/muxinc/player.style/compare/[email protected]@0.0.14) (2024-12-02)


### Features

* Add Christmas theme ([#138](https://github.com/muxinc/player.style/issues/138)) ([8203d90](https://github.com/muxinc/player.style/commit/8203d904e485c122f012b368ec11a625db0d6e97))


### Bug Fixes

* add airplay icon and button ([#131](https://github.com/muxinc/player.style/issues/131)) ([548247e](https://github.com/muxinc/player.style/commit/548247ef50c27ca4c3175be2e4cd8dc423e882f7))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @player.style/x-mas bumped from 0.0.1 to 0.0.3
* @player.style/sutro bumped from 0.0.7 to 0.0.8

## [0.0.13](https://github.com/muxinc/player.style/compare/[email protected]@0.0.13) (2024-11-11)


Expand Down
20 changes: 20 additions & 0 deletions examples/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.8.0](https://github.com/muxinc/player.style/compare/[email protected]) (2024-12-02)


### Features

* add Vimeonova theme ([#44](https://github.com/muxinc/player.style/issues/44)) ([e421c28](https://github.com/muxinc/player.style/commit/e421c28ae88a16fce65c6beca0e778d01fc1a353))


### Bug Fixes

* player.style dependency ([bb2a628](https://github.com/muxinc/player.style/commit/bb2a62895db48cd89b6af38d6a550136626f0ade))
* vanilla pkg, add vanilla example ([dc01aa4](https://github.com/muxinc/player.style/commit/dc01aa4985dfa782527f5533698e029efeb2dc8a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* player.style bumped from 0.0.13 to 0.0.14

## [1.7.0](https://github.com/muxinc/player.style/compare/[email protected]) (2024-11-11)


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.7.0",
"version": "1.8.0",
"description": "",
"main": "index.html",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"hls-video-element": "^1.2.6",
"player.style": "0.0.13"
"player.style": "0.0.14"
},
"devDependencies": {
"esbuild": "^0.21.5"
Expand Down
37 changes: 27 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "player.style",
"version": "0.0.13",
"version": "0.0.14",
"description": "A fresh collection of media player themes for every use case!",
"author": "@muxinc",
"license": "MIT",
Expand Down Expand Up @@ -63,13 +63,13 @@
"devDependencies": {
"@player.style/demuxed-2022": "0.0.12",
"@player.style/halloween": "0.0.2",
"@player.style/x-mas": "0.0.1",
"@player.style/x-mas": "0.0.3",
"@player.style/instaplay": "0.0.7",
"@player.style/microvideo": "0.0.11",
"@player.style/minimal": "0.0.11",
"@player.style/notflix": "0.0.8",
"@player.style/reelplay": "0.0.5",
"@player.style/sutro": "0.0.7",
"@player.style/sutro": "0.0.8",
"@player.style/sutro-audio": "0.0.6",
"@player.style/tailwind-audio": "0.0.11",
"@player.style/vimeonova": "0.0.11",
Expand Down
40 changes: 40 additions & 0 deletions site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Changelog

## [1.8.0](https://github.com/muxinc/player.style/compare/[email protected]) (2024-12-02)


### Features

* Add Christmas theme ([#138](https://github.com/muxinc/player.style/issues/138)) ([8203d90](https://github.com/muxinc/player.style/commit/8203d904e485c122f012b368ec11a625db0d6e97))
* add Halloween theme ([#125](https://github.com/muxinc/player.style/issues/125)) ([445cc74](https://github.com/muxinc/player.style/commit/445cc74bc2e84765ae03d9c35aad80e92f1774e6))
* add Instaplay theme ([#58](https://github.com/muxinc/player.style/issues/58)) ([fb84b90](https://github.com/muxinc/player.style/commit/fb84b909f9c7dce6b8cd15ce3cc6af9ef6f21c1f))
* add Notflix theme ([#21](https://github.com/muxinc/player.style/issues/21)) ([ed8c33c](https://github.com/muxinc/player.style/commit/ed8c33c61aadb47e897638dce8ec3a77cf774b71))
* add packages restructure ([#2](https://github.com/muxinc/player.style/issues/2)) ([b23ddb0](https://github.com/muxinc/player.style/commit/b23ddb0fba3682b19b7d8e2912045ccbfbce6cb0))
* add Reelplay theme ([#94](https://github.com/muxinc/player.style/issues/94)) ([872d05a](https://github.com/muxinc/player.style/commit/872d05a192a0bda926774eff9d4c2c3be7240f8f))
* add Sutro audio theme ([#65](https://github.com/muxinc/player.style/issues/65)) ([1ec5d61](https://github.com/muxinc/player.style/commit/1ec5d61b223138b1f668ec1d593189e2717a7279))
* add tailwind-audio theme ([#40](https://github.com/muxinc/player.style/issues/40)) ([c80e967](https://github.com/muxinc/player.style/commit/c80e9670548ff1db8e241e0b8dc90084004ebd5f))
* add Vimeonova theme ([#44](https://github.com/muxinc/player.style/issues/44)) ([e421c28](https://github.com/muxinc/player.style/commit/e421c28ae88a16fce65c6beca0e778d01fc1a353))
* add Winamp theme ([#53](https://github.com/muxinc/player.style/issues/53)) ([e258398](https://github.com/muxinc/player.style/commit/e258398d75eab19cf1656e5a597f518344d5f5b3))
* new promo video + features ([#109](https://github.com/muxinc/player.style/issues/109)) ([0049a24](https://github.com/muxinc/player.style/commit/0049a2411f90fd3c2971533b6fa3419b8c994e29))


### Bug Fixes

* add airplay icon and button ([#131](https://github.com/muxinc/player.style/issues/131)) ([548247e](https://github.com/muxinc/player.style/commit/548247ef50c27ca4c3175be2e4cd8dc423e882f7))
* fix imports and exports ([08ca9c0](https://github.com/muxinc/player.style/commit/08ca9c0a2d8d6634baffb18e49b007d0fceaf796))
* improve color CSS vars & site color picker ([#49](https://github.com/muxinc/player.style/issues/49)) ([a8e8dc0](https://github.com/muxinc/player.style/commit/a8e8dc0898979e72d035af87233b2a0941fdcc7f))
* no render on preload none ([#38](https://github.com/muxinc/player.style/issues/38)) ([64dda58](https://github.com/muxinc/player.style/commit/64dda5825562da846edb33ddc7d4ba2548c08e00))
* player resize input bug ([#86](https://github.com/muxinc/player.style/issues/86)) ([70c91f2](https://github.com/muxinc/player.style/commit/70c91f262cb7b46698ff5f11d38331d9ee85830a))
* player.style dependency ([bb2a628](https://github.com/muxinc/player.style/commit/bb2a62895db48cd89b6af38d6a550136626f0ade))
* player.style dependency ([a62612b](https://github.com/muxinc/player.style/commit/a62612b43f1b7269e41cfeec499c49dd29babf95))
* Safari color picker border ([f1b1203](https://github.com/muxinc/player.style/commit/f1b1203338e428ce8ab61cf042822c5c20f0939a)), closes [#104](https://github.com/muxinc/player.style/issues/104)
* Safari CSS aspect-ratio height bug workaround ([7d6014a](https://github.com/muxinc/player.style/commit/7d6014aa529c7ceb6741f73e2972f10be2d100ca))
* Safari portrait asset height bug ([34dbc22](https://github.com/muxinc/player.style/commit/34dbc22d45935a706c1d1ed4235af5d6db34268e)), closes [#106](https://github.com/muxinc/player.style/issues/106)
* upgrade to Media Chrome v4 ([#64](https://github.com/muxinc/player.style/issues/64)) ([be68af2](https://github.com/muxinc/player.style/commit/be68af2f9c3a6ff6674b9951f0b34f2bfdb042aa))
* vanilla pkg, add vanilla example ([dc01aa4](https://github.com/muxinc/player.style/commit/dc01aa4985dfa782527f5533698e029efeb2dc8a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* player.style bumped from 0.0.13 to 0.0.14

## [1.7.0](https://github.com/muxinc/player.style/compare/[email protected]) (2024-11-11)


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.7.0",
"version": "1.8.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -22,7 +22,7 @@
"media-chrome": "^4.1.5",
"next": "14.2.12",
"next-mdx-remote": "^5.0.0",
"player.style": "0.0.13",
"player.style": "0.0.14",
"posthog-js": "^1.160.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
7 changes: 7 additions & 0 deletions themes/sutro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.8](https://github.com/muxinc/player.style/compare/@player.style/[email protected][email protected]/[email protected]) (2024-12-02)


### Bug Fixes

* add airplay icon and button ([#131](https://github.com/muxinc/player.style/issues/131)) ([548247e](https://github.com/muxinc/player.style/commit/548247ef50c27ca4c3175be2e4cd8dc423e882f7))

## [0.0.7](https://github.com/muxinc/player.style/compare/@player.style/[email protected][email protected]/[email protected]) (2024-10-29)


Expand Down
2 changes: 1 addition & 1 deletion themes/sutro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@player.style/sutro",
"version": "0.0.7",
"version": "0.0.8",
"description": "A sleek and modern theme lovingly named after our favorite SF TV antenna, which is neither sleek nor modern.",
"author": "@muxinc",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions themes/x-mas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.0.3](https://github.com/muxinc/player.style/compare/@player.style/[email protected]/[email protected]) (2024-12-02)


### Features

* Add Christmas theme ([#138](https://github.com/muxinc/player.style/issues/138)) ([8203d90](https://github.com/muxinc/player.style/commit/8203d904e485c122f012b368ec11a625db0d6e97))
2 changes: 1 addition & 1 deletion themes/x-mas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@player.style/x-mas",
"version": "0.0.2",
"version": "0.0.3",
"description": "A festive Christmas theme for the player with cozy red and green tones, twinkling lights, and a warm holiday vibe—perfect for spreading seasonal cheer!",
"author": "@qualabs",
"license": "MIT",
Expand Down

0 comments on commit c24c6e7

Please sign in to comment.