Skip to content

Commit

Permalink
chore: release main (#62)
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 751b692 commit 2d6523b
Show file tree
Hide file tree
Showing 26 changed files with 251 additions and 76 deletions.
24 changes: 12 additions & 12 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"examples/nextjs": "0.1.14",
"scripts/build-react-wrapper": "0.1.6",
"examples/nextjs": "0.1.15",
"scripts/build-react-wrapper": "0.1.7",
"packages/castable-video": "1.1.3",
"packages/cloudflare-video-element": "1.1.6",
"packages/cloudflare-video-element": "1.2.0",
"packages/custom-media-element": "1.4.1",
"packages/dash-video-element": "0.0.14",
"packages/hls-video-element": "1.2.11",
"packages/jwplayer-video-element": "1.1.7",
"packages/dash-video-element": "0.0.15",
"packages/hls-video-element": "1.3.0",
"packages/jwplayer-video-element": "1.2.0",
"packages/media-tracks": "0.3.3",
"packages/shaka-video-element": "0.6.9",
"packages/spotify-audio-element": "0.1.10",
"packages/shaka-video-element": "0.6.10",
"packages/spotify-audio-element": "0.1.11",
"packages/super-media-element": "1.4.2",
"packages/videojs-video-element": "1.2.7",
"packages/vimeo-video-element": "1.1.7",
"packages/wistia-video-element": "1.1.7",
"packages/youtube-video-element": "1.1.6"
"packages/videojs-video-element": "1.3.0",
"packages/vimeo-video-element": "1.2.0",
"packages/wistia-video-element": "1.2.0",
"packages/youtube-video-element": "1.2.0"
}
23 changes: 23 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.1.15](https://github.com/muxinc/media-elements/compare/[email protected]@0.1.15) (2024-12-19)


### Features

* use ce-la-react, fix React 19 issues ([#61](https://github.com/muxinc/media-elements/issues/61)) ([0a734e9](https://github.com/muxinc/media-elements/commit/0a734e94149172bfd3019cf03ac3a3e74f395ac1))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* cloudflare-video-element bumped from ^1.1.6 to ^1.2.0
* dash-video-element bumped from ^0.0.14 to ^0.0.15
* hls-video-element bumped from ^1.2.11 to ^1.3.0
* jwplayer-video-element bumped from ^1.1.7 to ^1.2.0
* shaka-video-element bumped from ^0.6.9 to ^0.6.10
* spotify-audio-element bumped from ^0.1.10 to ^0.1.11
* videojs-video-element bumped from ^1.2.7 to ^1.3.0
* vimeo-video-element bumped from ^1.1.7 to ^1.2.0
* wistia-video-element bumped from ^1.1.7 to ^1.2.0
* youtube-video-element bumped from ^1.1.6 to ^1.2.0

## [0.1.14](https://github.com/muxinc/media-elements/compare/[email protected]@0.1.14) (2024-11-26)


Expand Down
22 changes: 11 additions & 11 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,20 +10,20 @@
},
"dependencies": {
"@mux/mux-video-react": "^0.13.1",
"cloudflare-video-element": "^1.1.6",
"dash-video-element": "^0.0.14",
"hls-video-element": "^1.2.11",
"jwplayer-video-element": "^1.1.7",
"cloudflare-video-element": "^1.2.0",
"dash-video-element": "^0.0.15",
"hls-video-element": "^1.3.0",
"jwplayer-video-element": "^1.2.0",
"next": "^15.1.1",
"open-props": "^1.7.8",
"react": "^19",
"react-dom": "^19",
"shaka-video-element": "^0.6.9",
"spotify-audio-element": "^0.1.10",
"videojs-video-element": "^1.2.7",
"vimeo-video-element": "^1.1.7",
"wistia-video-element": "^1.1.7",
"youtube-video-element": "^1.1.6"
"shaka-video-element": "^0.6.10",
"spotify-audio-element": "^0.1.11",
"videojs-video-element": "^1.3.0",
"vimeo-video-element": "^1.2.0",
"wistia-video-element": "^1.2.0",
"youtube-video-element": "^1.2.0"
},
"devDependencies": {
"@types/node": "^22",
Expand Down
64 changes: 32 additions & 32 deletions package-lock.json

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

14 changes: 14 additions & 0 deletions packages/cloudflare-video-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

[1]: https://www.npmjs.com/package/cloudflare-video-element?activeTab=versions

## [1.2.0](https://github.com/muxinc/media-elements/compare/[email protected]@1.2.0) (2024-12-19)


### Features

* use ce-la-react, fix React 19 issues ([#61](https://github.com/muxinc/media-elements/issues/61)) ([0a734e9](https://github.com/muxinc/media-elements/commit/0a734e94149172bfd3019cf03ac3a3e74f395ac1))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* build-react-wrapper bumped from ^0.1.6 to ^0.1.7

## [1.1.6](https://github.com/muxinc/media-elements/compare/[email protected]@1.1.6) (2024-06-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/cloudflare-video-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare-video-element",
"version": "1.1.6",
"version": "1.2.0",
"description": "A custom element for the Cloudflare player with an API that matches the `<video>` API",
"author": "@muxinc",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"build": "run-s build:*"
},
"devDependencies": {
"build-react-wrapper": "^0.1.6",
"build-react-wrapper": "^0.1.7",
"npm-run-all": "^4.1.5",
"wet-run": "^1.2.5"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/dash-video-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
[1]: https://www.npmjs.com/package/dash-video-element?activeTab=versions


## [0.0.15](https://github.com/muxinc/media-elements/compare/[email protected]@0.0.15) (2024-12-19)


### Features

* use ce-la-react, fix React 19 issues ([#61](https://github.com/muxinc/media-elements/issues/61)) ([0a734e9](https://github.com/muxinc/media-elements/commit/0a734e94149172bfd3019cf03ac3a3e74f395ac1))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* build-react-wrapper bumped from ^0.1.6 to ^0.1.7

## [0.0.14](https://github.com/muxinc/media-elements/compare/[email protected]@0.0.14) (2024-11-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/dash-video-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-video-element",
"version": "0.0.14",
"version": "0.0.15",
"description": "Custom element for playing video using the DASH format. Uses dash.js.",
"author": "@muxinc",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dashjs-esm": "^4.6.0"
},
"devDependencies": {
"build-react-wrapper": "^0.1.6",
"build-react-wrapper": "^0.1.7",
"npm-run-all": "^4.1.5",
"wet-run": "^1.2.5"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/hls-video-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@



## [1.3.0](https://github.com/muxinc/media-elements/compare/[email protected]@1.3.0) (2024-12-19)


### Features

* use ce-la-react, fix React 19 issues ([#61](https://github.com/muxinc/media-elements/issues/61)) ([0a734e9](https://github.com/muxinc/media-elements/commit/0a734e94149172bfd3019cf03ac3a3e74f395ac1))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* build-react-wrapper bumped from ^0.1.6 to ^0.1.7

## [1.2.11](https://github.com/muxinc/media-elements/compare/[email protected]@1.2.11) (2024-11-26)


Expand Down
Loading

0 comments on commit 2d6523b

Please sign in to comment.