Skip to content

Commit

Permalink
chore: release main (#67)
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 8aa2066 commit 8ce3f1a
Show file tree
Hide file tree
Showing 26 changed files with 241 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.17",
"scripts/build-react-wrapper": "0.1.7",
"examples/nextjs": "0.1.18",
"scripts/build-react-wrapper": "0.1.8",
"packages/castable-video": "1.1.3",
"packages/cloudflare-video-element": "1.2.0",
"packages/cloudflare-video-element": "1.3.0",
"packages/custom-media-element": "1.4.1",
"packages/dash-video-element": "0.0.15",
"packages/hls-video-element": "1.3.0",
"packages/jwplayer-video-element": "1.2.0",
"packages/dash-video-element": "0.0.16",
"packages/hls-video-element": "1.4.0",
"packages/jwplayer-video-element": "1.3.0",
"packages/media-tracks": "0.3.3",
"packages/shaka-video-element": "0.6.10",
"packages/spotify-audio-element": "0.1.11",
"packages/shaka-video-element": "0.6.11",
"packages/spotify-audio-element": "0.1.12",
"packages/super-media-element": "1.4.2",
"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"
"packages/videojs-video-element": "1.4.0",
"packages/vimeo-video-element": "1.3.0",
"packages/wistia-video-element": "1.3.0",
"packages/youtube-video-element": "1.3.0"
}
18 changes: 18 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.1.18](https://github.com/muxinc/media-elements/compare/nextjs@0.1.17...nextjs@0.1.18) (2024-12-19)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* cloudflare-video-element bumped from ^1.2.0 to ^1.3.0
* dash-video-element bumped from ^0.0.15 to ^0.0.16
* hls-video-element bumped from ^1.3.0 to ^1.4.0
* jwplayer-video-element bumped from ^1.2.0 to ^1.3.0
* shaka-video-element bumped from ^0.6.10 to ^0.6.11
* spotify-audio-element bumped from ^0.1.11 to ^0.1.12
* videojs-video-element bumped from ^1.3.0 to ^1.4.0
* vimeo-video-element bumped from ^1.2.0 to ^1.3.0
* wistia-video-element bumped from ^1.2.0 to ^1.3.0
* youtube-video-element bumped from ^1.2.0 to ^1.3.0

## [0.1.17](https://github.com/muxinc/media-elements/compare/nextjs-v0.1.16...nextjs@0.1.17) (2024-12-19)


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.17",
"version": "0.1.18",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,20 +10,20 @@
},
"dependencies": {
"@mux/mux-video-react": "^0.13.1",
"cloudflare-video-element": "^1.2.0",
"dash-video-element": "^0.0.15",
"hls-video-element": "^1.3.0",
"jwplayer-video-element": "^1.2.0",
"cloudflare-video-element": "^1.3.0",
"dash-video-element": "^0.0.16",
"hls-video-element": "^1.4.0",
"jwplayer-video-element": "^1.3.0",
"next": "^15.1.1",
"open-props": "^1.7.8",
"react": "^19",
"react-dom": "^19",
"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"
"shaka-video-element": "^0.6.11",
"spotify-audio-element": "^0.1.12",
"videojs-video-element": "^1.4.0",
"vimeo-video-element": "^1.3.0",
"wistia-video-element": "^1.3.0",
"youtube-video-element": "^1.3.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.3.0](https://github.com/muxinc/media-elements/compare/cloudflare-video-element@1.2.0...cloudflare-video-element@1.3.0) (2024-12-19)


### Features

* add better CJS + types support ([#66](https://github.com/muxinc/media-elements/issues/66)) ([8aa2066](https://github.com/muxinc/media-elements/commit/8aa20660faea741a264076a1464182ca283a8682)), closes [#44](https://github.com/muxinc/media-elements/issues/44)


### Dependencies

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

## [1.2.0](https://github.com/muxinc/media-elements/compare/cloudflare-video-element@1.1.6...cloudflare-video-element@1.2.0) (2024-12-19)


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.2.0",
"version": "1.3.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 @@ -52,7 +52,7 @@
"build": "run-s build:*"
},
"devDependencies": {
"build-react-wrapper": "^0.1.7",
"build-react-wrapper": "^0.1.8",
"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.16](https://github.com/muxinc/media-elements/compare/dash-video-element@0.0.15...dash-video-element@0.0.16) (2024-12-19)


### Features

* add better CJS + types support ([#66](https://github.com/muxinc/media-elements/issues/66)) ([8aa2066](https://github.com/muxinc/media-elements/commit/8aa20660faea741a264076a1464182ca283a8682)), closes [#44](https://github.com/muxinc/media-elements/issues/44)


### Dependencies

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

## [0.0.15](https://github.com/muxinc/media-elements/compare/dash-video-element@0.0.14...dash-video-element@0.0.15) (2024-12-19)


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.15",
"version": "0.0.16",
"description": "Custom element for playing video using the DASH format. Uses dash.js.",
"author": "@muxinc",
"license": "MIT",
Expand Down Expand Up @@ -56,7 +56,7 @@
"dashjs-esm": "^4.6.0"
},
"devDependencies": {
"build-react-wrapper": "^0.1.7",
"build-react-wrapper": "^0.1.8",
"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.4.0](https://github.com/muxinc/media-elements/compare/hls-video-element@1.3.0...hls-video-element@1.4.0) (2024-12-19)


### Features

* add better CJS + types support ([#66](https://github.com/muxinc/media-elements/issues/66)) ([8aa2066](https://github.com/muxinc/media-elements/commit/8aa20660faea741a264076a1464182ca283a8682)), closes [#44](https://github.com/muxinc/media-elements/issues/44)


### Dependencies

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

## [1.3.0](https://github.com/muxinc/media-elements/compare/hls-video-element@1.2.11...hls-video-element@1.3.0) (2024-12-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/hls-video-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hls-video-element",
"version": "1.3.0",
"version": "1.4.0",
"description": "Custom element (web component) for playing video using the HTTP Live Streaming (HLS) format. Uses HLS.js.",
"author": "@muxinc",
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,7 @@
"media-tracks": "^0.3.3"
},
"devDependencies": {
"build-react-wrapper": "^0.1.7",
"build-react-wrapper": "^0.1.8",
"npm-run-all": "^4.1.5",
"wet-run": "^1.2.5"
},
Expand Down
Loading

0 comments on commit 8ce3f1a

Please sign in to comment.