Skip to content

Commit

Permalink
chore: release main (#144)
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 Dec 19, 2024
1 parent 7812956 commit 517948a
Show file tree
Hide file tree
Showing 38 changed files with 334 additions and 102 deletions.
36 changes: 18 additions & 18 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
".": "0.1.0",
"examples/vanilla": "1.9.0",
"scripts/build-theme": "0.0.8",
"site": "1.9.0",
"themes/demuxed-2022": "0.1.0",
"themes/halloween": "0.1.0",
"themes/instaplay": "0.1.0",
"themes/microvideo": "0.1.0",
"themes/minimal": "0.1.0",
"themes/notflix": "0.1.0",
"themes/reelplay": "0.1.0",
"themes/sutro": "0.1.0",
"themes/sutro-audio": "0.0.6",
"themes/tailwind-audio": "0.0.11",
"themes/vimeonova": "0.1.0",
"themes/winamp": "0.0.11",
"themes/x-mas": "0.1.0",
"themes/yt": "0.1.0"
".": "0.1.1",
"examples/vanilla": "1.10.0",
"scripts/build-theme": "0.1.0",
"site": "1.10.0",
"themes/demuxed-2022": "0.1.1",
"themes/halloween": "0.1.1",
"themes/instaplay": "0.1.1",
"themes/microvideo": "0.1.1",
"themes/minimal": "0.1.1",
"themes/notflix": "0.1.1",
"themes/reelplay": "0.1.1",
"themes/sutro": "0.1.1",
"themes/sutro-audio": "0.0.7",
"themes/tailwind-audio": "0.0.12",
"themes/vimeonova": "0.1.1",
"themes/winamp": "0.0.12",
"themes/x-mas": "0.1.1",
"themes/yt": "0.1.1"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

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


### Bug Fixes

* 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))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @player.style/demuxed-2022 bumped from 0.1.0 to 0.1.1
* @player.style/halloween bumped from 0.1.0 to 0.1.1
* @player.style/x-mas bumped from 0.1.0 to 0.1.1
* @player.style/instaplay bumped from 0.1.0 to 0.1.1
* @player.style/microvideo bumped from 0.1.0 to 0.1.1
* @player.style/minimal bumped from 0.1.0 to 0.1.1
* @player.style/notflix bumped from 0.1.0 to 0.1.1
* @player.style/reelplay bumped from 0.1.0 to 0.1.1
* @player.style/sutro bumped from 0.1.0 to 0.1.1
* @player.style/sutro-audio bumped from 0.0.6 to 0.0.7
* @player.style/tailwind-audio bumped from 0.0.11 to 0.0.12
* @player.style/vimeonova bumped from 0.1.0 to 0.1.1
* @player.style/winamp bumped from 0.0.11 to 0.0.12
* @player.style/yt bumped from 0.1.0 to 0.1.1

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


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


### 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.1.0 to 0.1.1

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


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.9.0",
"version": "1.10.0",
"description": "",
"main": "index.html",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"hls-video-element": "^1.3.0",
"player.style": "0.1.0"
"player.style": "0.1.1"
},
"devDependencies": {
"esbuild": "^0.24.0"
Expand Down
73 changes: 37 additions & 36 deletions package-lock.json

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

Loading

0 comments on commit 517948a

Please sign in to comment.