Skip to content

Commit

Permalink
chore: release main (#88)
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 Sep 25, 2024
1 parent 4cae721 commit 94f71c5
Show file tree
Hide file tree
Showing 32 changed files with 291 additions and 85 deletions.
30 changes: 15 additions & 15 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
".": "0.0.8",
"examples/vanilla": "1.2.0",
"scripts/build-theme": "0.0.4",
"site": "1.2.0",
"themes/demuxed-2022": "0.0.8",
"themes/instaplay": "0.0.3",
"themes/microvideo": "0.0.7",
"themes/minimal": "0.0.7",
"themes/reelplay": "0.0.1",
"themes/sutro": "0.0.3",
"themes/sutro-audio": "0.0.2",
"themes/tailwind-audio": "0.0.7",
"themes/vimeonova": "0.0.7",
"themes/winamp": "0.0.7",
"themes/yt": "0.0.7"
".": "0.0.9",
"examples/vanilla": "1.3.0",
"scripts/build-theme": "0.0.5",
"site": "1.3.0",
"themes/demuxed-2022": "0.0.9",
"themes/instaplay": "0.0.4",
"themes/microvideo": "0.0.8",
"themes/minimal": "0.0.8",
"themes/reelplay": "0.0.2",
"themes/sutro": "0.0.4",
"themes/sutro-audio": "0.0.3",
"themes/tailwind-audio": "0.0.8",
"themes/vimeonova": "0.0.8",
"themes/winamp": "0.0.8",
"themes/yt": "0.0.8"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.0.9](https://github.com/muxinc/player.style/compare/player.style@0.0.8...player.style@0.0.9) (2024-09-25)


### Features

* add Reelplay theme ([#94](https://github.com/muxinc/player.style/issues/94)) ([872d05a](https://github.com/muxinc/player.style/commit/872d05a192a0bda926774eff9d4c2c3be7240f8f))


### Bug Fixes

* Safari menu position bug ([554d69d](https://github.com/muxinc/player.style/commit/554d69dfd21ad7f90799db46f50a4f12ac6b7aed))
* upgrade media-chrome 4.1.1 ([4e231a3](https://github.com/muxinc/player.style/commit/4e231a3d9eecde095446f60578e172ed660c6f2e))
* upgrade media-chrome v4.1.3 ([9588e41](https://github.com/muxinc/player.style/commit/9588e41239485ae00eeac0d587c0d46ed744ed27))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @player.style/demuxed-2022 bumped from 0.0.8 to 0.0.9
* @player.style/instaplay bumped from 0.0.3 to 0.0.4
* @player.style/microvideo bumped from 0.0.7 to 0.0.8
* @player.style/minimal bumped from 0.0.7 to 0.0.8
* @player.style/reelplay bumped from 0.0.1 to 0.0.2
* @player.style/sutro bumped from 0.0.3 to 0.0.4
* @player.style/sutro-audio bumped from 0.0.2 to 0.0.3
* @player.style/tailwind-audio bumped from 0.0.7 to 0.0.8
* @player.style/vimeonova bumped from 0.0.7 to 0.0.8
* @player.style/winamp bumped from 0.0.7 to 0.0.8
* @player.style/yt bumped from 0.0.7 to 0.0.8

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


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.3.0](https://github.com/muxinc/player.style/compare/vanilla-v1.2.0...vanilla@1.3.0) (2024-09-25)


### 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.8 to 0.0.9

## [1.2.0](https://github.com/muxinc/player.style/compare/vanilla-v1.1.0...vanilla@1.2.0) (2024-09-10)


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.2.0",
"version": "1.3.0",
"description": "",
"main": "index.html",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"hls-video-element": "^1.2.6",
"player.style": "0.0.8"
"player.style": "0.0.9"
},
"devDependencies": {
"esbuild": "^0.21.5"
Expand Down
61 changes: 31 additions & 30 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "player.style",
"version": "0.0.8",
"version": "0.0.9",
"description": "A fresh collection of media player themes for every use case!",
"author": "@muxinc",
"license": "MIT",
Expand Down Expand Up @@ -36,17 +36,17 @@
"media-chrome": "^4.1.3"
},
"devDependencies": {
"@player.style/demuxed-2022": "0.0.8",
"@player.style/instaplay": "0.0.3",
"@player.style/microvideo": "0.0.7",
"@player.style/minimal": "0.0.7",
"@player.style/reelplay": "0.0.1",
"@player.style/sutro": "0.0.3",
"@player.style/sutro-audio": "0.0.2",
"@player.style/tailwind-audio": "0.0.7",
"@player.style/vimeonova": "0.0.7",
"@player.style/winamp": "0.0.7",
"@player.style/yt": "0.0.7",
"@player.style/demuxed-2022": "0.0.9",
"@player.style/instaplay": "0.0.4",
"@player.style/microvideo": "0.0.8",
"@player.style/minimal": "0.0.8",
"@player.style/reelplay": "0.0.2",
"@player.style/sutro": "0.0.4",
"@player.style/sutro-audio": "0.0.3",
"@player.style/tailwind-audio": "0.0.8",
"@player.style/vimeonova": "0.0.8",
"@player.style/winamp": "0.0.8",
"@player.style/yt": "0.0.8",
"chokidar-cli": "^3.0.0",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
Expand Down
15 changes: 15 additions & 0 deletions scripts/build-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.0.5](https://github.com/muxinc/player.style/compare/build-theme-v0.0.4...build-theme@0.0.5) (2024-09-25)


### Features

* add tailwind-audio theme ([#40](https://github.com/muxinc/player.style/issues/40)) ([c80e967](https://github.com/muxinc/player.style/commit/c80e9670548ff1db8e241e0b8dc90084004ebd5f))


### Bug Fixes

* escape backtick in template HTML ([4cae721](https://github.com/muxinc/player.style/commit/4cae7212ac4d2ec1f408ef1f9ae3ac5c684efc7d)), closes [#98](https://github.com/muxinc/player.style/issues/98)
* media theme types bug ([8dd42da](https://github.com/muxinc/player.style/commit/8dd42dab7f0536a49f2df5109f27c7285ad9ff48))
* types and cleanup theme build ([#8](https://github.com/muxinc/player.style/issues/8)) ([21b9916](https://github.com/muxinc/player.style/commit/21b991621accfecba421f3cf1d2dbb0b98509d95))
* upgrade to Media Chrome v4 ([#64](https://github.com/muxinc/player.style/issues/64)) ([be68af2](https://github.com/muxinc/player.style/commit/be68af2f9c3a6ff6674b9951f0b34f2bfdb042aa))

## [0.0.4](https://github.com/muxinc/player.style/compare/build-theme-v0.0.3...build-theme@0.0.4) (2024-09-10)


Expand Down
2 changes: 1 addition & 1 deletion scripts/build-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "build-theme",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"main": "./build.js",
"bin": {
Expand Down
Loading

0 comments on commit 94f71c5

Please sign in to comment.