Skip to content

Commit

Permalink
chore: release main (#8)
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 May 9, 2024
1 parent f8b259e commit 97c1a22
Show file tree
Hide file tree
Showing 28 changed files with 272 additions and 86 deletions.
26 changes: 13 additions & 13 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"examples/nextjs": "0.1.2",
"scripts/build-react-wrapper": "0.1.0",
"examples/nextjs": "0.1.3",
"scripts/build-react-wrapper": "0.1.1",
"packages/castable-video": "1.0.7",
"packages/cloudflare-video-element": "1.1.0",
"packages/cloudflare-video-element": "1.1.1",
"packages/custom-media-element": "1.3.0",
"packages/dash-video-element": "0.0.4",
"packages/hls-video-element": "1.2.0",
"packages/jwplayer-video-element": "1.1.0",
"packages/media-tracks": "0.3.1",
"packages/spotify-audio-element": "0.1.4",
"packages/super-media-element": "1.4.0",
"packages/videojs-video-element": "1.2.0",
"packages/vimeo-video-element": "1.1.0",
"packages/wistia-video-element": "1.1.0",
"packages/youtube-video-element": "1.1.0"
"packages/dash-video-element": "0.0.5",
"packages/hls-video-element": "1.2.1",
"packages/jwplayer-video-element": "1.1.1",
"packages/media-tracks": "0.3.2",
"packages/spotify-audio-element": "0.1.5",
"packages/super-media-element": "1.4.1",
"packages/videojs-video-element": "1.2.1",
"packages/vimeo-video-element": "1.1.1",
"packages/wistia-video-element": "1.1.1",
"packages/youtube-video-element": "1.1.1"
}
29 changes: 29 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.1.3](https://github.com/muxinc/media-elements/compare/[email protected]) (2024-05-09)


### Features

* add event support to React wrappers ([8522e2a](https://github.com/muxinc/media-elements/commit/8522e2a7dde94639029b45f52c63ccce77c89ac1))
* **example:** add mux-video-react ([a656903](https://github.com/muxinc/media-elements/commit/a656903013f73012d879dc4b2e6e3236a00d363e))


### Bug Fixes

* lint issues ([d32a387](https://github.com/muxinc/media-elements/commit/d32a3874deb1e624f5c92d294aac776774d4da63))
* version mismatch ([302f0d4](https://github.com/muxinc/media-elements/commit/302f0d4714f36526eaf430991e1eabd2b8b8178c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* cloudflare-video-element bumped from ^1.1.0 to ^1.1.1
* dash-video-element bumped from ^0.0.4 to ^0.0.5
* hls-video-element bumped from ^1.2.0 to ^1.2.1
* jwplayer-video-element bumped from ^1.1.0 to ^1.1.1
* spotify-audio-element bumped from ^0.1.4 to ^0.1.5
* videojs-video-element bumped from ^1.2.0 to ^1.2.1
* vimeo-video-element bumped from ^1.1.0 to ^1.1.1
* wistia-video-element bumped from ^1.1.0 to ^1.1.1
* youtube-video-element bumped from ^1.1.0 to ^1.1.1

## [0.1.2](https://github.com/muxinc/media-elements/compare/[email protected]) (2024-05-08)


Expand Down
20 changes: 10 additions & 10 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,19 +10,19 @@
},
"dependencies": {
"@mux/mux-video-react": "^0.10.0",
"cloudflare-video-element": "^1.1.0",
"dash-video-element": "^0.0.4",
"hls-video-element": "^1.2.0",
"jwplayer-video-element": "^1.1.0",
"cloudflare-video-element": "^1.1.1",
"dash-video-element": "^0.0.5",
"hls-video-element": "^1.2.1",
"jwplayer-video-element": "^1.1.1",
"next": "14.2.3",
"open-props": "^1.7.4",
"react": "^18",
"react-dom": "^18",
"spotify-audio-element": "^0.1.4",
"videojs-video-element": "^1.2.0",
"vimeo-video-element": "^1.1.0",
"wistia-video-element": "^1.1.0",
"youtube-video-element": "^1.1.0"
"spotify-audio-element": "^0.1.5",
"videojs-video-element": "^1.2.1",
"vimeo-video-element": "^1.1.1",
"wistia-video-element": "^1.1.1",
"youtube-video-element": "^1.1.1"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
72 changes: 36 additions & 36 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.1.1](https://github.com/muxinc/media-elements/compare/[email protected]@1.1.1) (2024-05-09)


### Bug Fixes

* update build-react-wrapper script ([5b42462](https://github.com/muxinc/media-elements/commit/5b42462794192a19b730e7aaabba5646300f0a05))


### Dependencies

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

## [1.1.0](https://github.com/muxinc/media-elements/compare/[email protected]) (2024-05-08)


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.0",
"version": "1.1.1",
"description": "A custom element for the Cloudflare player with an API that matches the `<video>` API",
"author": "@muxinc",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"build": "run-s build:*"
},
"devDependencies": {
"build-react-wrapper": "^0.1.0",
"build-react-wrapper": "^0.1.1",
"npm-run-all": "^4.1.5",
"wet-run": "^1.2.2"
},
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.5](https://github.com/muxinc/media-elements/compare/[email protected]@0.0.5) (2024-05-09)


### Bug Fixes

* update build-react-wrapper script ([5b42462](https://github.com/muxinc/media-elements/commit/5b42462794192a19b730e7aaabba5646300f0a05))


### Dependencies

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

## [0.0.4](https://github.com/muxinc/media-elements/compare/[email protected]) (2024-05-08)


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.4",
"version": "0.0.5",
"description": "Custom element for playing video using the DASH format. Uses dash.js.",
"author": "@muxinc",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dashjs-esm": "^4.6.0"
},
"devDependencies": {
"build-react-wrapper": "^0.1.0",
"build-react-wrapper": "^0.1.1",
"npm-run-all": "^4.1.5",
"wet-run": "^1.2.2"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/hls-video-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@



## [1.2.1](https://github.com/muxinc/media-elements/compare/[email protected]@1.2.1) (2024-05-09)


### Bug Fixes

* update build-react-wrapper script ([5b42462](https://github.com/muxinc/media-elements/commit/5b42462794192a19b730e7aaabba5646300f0a05))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* media-tracks bumped from ^0.3.1 to ^0.3.2
* devDependencies
* build-react-wrapper bumped from ^0.1.0 to ^0.1.1

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


Expand Down
Loading

0 comments on commit 97c1a22

Please sign in to comment.