Skip to content

Commit

Permalink
chore: release main (#123)
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 Oct 29, 2024
1 parent 6b4e8f4 commit 3198ccd
Show file tree
Hide file tree
Showing 36 changed files with 316 additions and 96 deletions.
34 changes: 17 additions & 17 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
".": "0.0.11",
"examples/vanilla": "1.5.0",
"scripts/build-theme": "0.0.7",
"site": "1.5.0",
"themes/demuxed-2022": "0.0.11",
"themes/halloween": "0.0.1",
"themes/instaplay": "0.0.6",
"themes/microvideo": "0.0.10",
"themes/minimal": "0.0.10",
"themes/notflix": "0.0.7",
"themes/reelplay": "0.0.4",
"themes/sutro": "0.0.6",
"themes/sutro-audio": "0.0.5",
"themes/tailwind-audio": "0.0.10",
"themes/vimeonova": "0.0.10",
"themes/winamp": "0.0.10",
"themes/yt": "0.0.10"
".": "0.0.12",
"examples/vanilla": "1.6.0",
"scripts/build-theme": "0.0.8",
"site": "1.6.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-audio": "0.0.6",
"themes/tailwind-audio": "0.0.11",
"themes/vimeonova": "0.0.11",
"themes/winamp": "0.0.11",
"themes/yt": "0.0.11"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

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


### Features

* add Halloween theme ([#125](https://github.com/muxinc/player.style/issues/125)) ([445cc74](https://github.com/muxinc/player.style/commit/445cc74bc2e84765ae03d9c35aad80e92f1774e6))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @player.style/demuxed-2022 bumped from 0.0.11 to 0.0.12
* @player.style/halloween bumped from 0.0.1 to 0.0.2
* @player.style/instaplay bumped from 0.0.6 to 0.0.7
* @player.style/microvideo bumped from 0.0.10 to 0.0.11
* @player.style/minimal bumped from 0.0.10 to 0.0.11
* @player.style/notflix bumped from 0.0.7 to 0.0.8
* @player.style/reelplay bumped from 0.0.4 to 0.0.5
* @player.style/sutro bumped from 0.0.6 to 0.0.7
* @player.style/sutro-audio bumped from 0.0.5 to 0.0.6
* @player.style/tailwind-audio bumped from 0.0.10 to 0.0.11
* @player.style/vimeonova bumped from 0.0.10 to 0.0.11
* @player.style/winamp bumped from 0.0.10 to 0.0.11
* @player.style/yt bumped from 0.0.10 to 0.0.11

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


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.6.0](https://github.com/muxinc/player.style/compare/[email protected]) (2024-10-29)


### 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.11 to 0.0.12

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


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.5.0",
"version": "1.6.0",
"description": "",
"main": "index.html",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"hls-video-element": "^1.2.6",
"player.style": "0.0.11"
"player.style": "0.0.12"
},
"devDependencies": {
"esbuild": "^0.21.5"
Expand Down
69 changes: 35 additions & 34 deletions package-lock.json

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

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "player.style",
"version": "0.0.11",
"version": "0.0.12",
"description": "A fresh collection of media player themes for every use case!",
"author": "@muxinc",
"license": "MIT",
Expand Down Expand Up @@ -61,19 +61,19 @@
"media-chrome": "^4.2.2"
},
"devDependencies": {
"@player.style/demuxed-2022": "0.0.11",
"@player.style/halloween": "0.0.1",
"@player.style/instaplay": "0.0.6",
"@player.style/microvideo": "0.0.10",
"@player.style/minimal": "0.0.10",
"@player.style/notflix": "0.0.7",
"@player.style/reelplay": "0.0.4",
"@player.style/sutro": "0.0.6",
"@player.style/sutro-audio": "0.0.5",
"@player.style/tailwind-audio": "0.0.10",
"@player.style/vimeonova": "0.0.10",
"@player.style/winamp": "0.0.10",
"@player.style/yt": "0.0.10",
"@player.style/demuxed-2022": "0.0.12",
"@player.style/halloween": "0.0.2",
"@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-audio": "0.0.6",
"@player.style/tailwind-audio": "0.0.11",
"@player.style/vimeonova": "0.0.11",
"@player.style/winamp": "0.0.11",
"@player.style/yt": "0.0.11",
"chokidar-cli": "^3.0.0",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit 3198ccd

Please sign in to comment.