Skip to content

Commit

Permalink
chore: release main (#11)
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 17, 2024
1 parent eceeade commit 6e2a6c4
Show file tree
Hide file tree
Showing 26 changed files with 207 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.3",
"scripts/build-react-wrapper": "0.1.1",
"examples/nextjs": "0.1.4",
"scripts/build-react-wrapper": "0.1.2",
"packages/castable-video": "1.0.7",
"packages/cloudflare-video-element": "1.1.1",
"packages/cloudflare-video-element": "1.1.2",
"packages/custom-media-element": "1.3.0",
"packages/dash-video-element": "0.0.5",
"packages/hls-video-element": "1.2.1",
"packages/jwplayer-video-element": "1.1.1",
"packages/dash-video-element": "0.0.6",
"packages/hls-video-element": "1.2.2",
"packages/jwplayer-video-element": "1.1.2",
"packages/media-tracks": "0.3.2",
"packages/shaka-video-element": "0.6.0",
"packages/spotify-audio-element": "0.1.5",
"packages/shaka-video-element": "0.6.1",
"packages/spotify-audio-element": "0.1.6",
"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"
"packages/videojs-video-element": "1.2.2",
"packages/vimeo-video-element": "1.1.2",
"packages/wistia-video-element": "1.1.2",
"packages/youtube-video-element": "1.1.2"
}
28 changes: 28 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

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


### Features

* add shaka-video ([#14](https://github.com/muxinc/media-elements/issues/14)) ([b56fe74](https://github.com/muxinc/media-elements/commit/b56fe743516663d35741b771a03ae12879f84296))


### Bug Fixes

* **example:** update colors / favicon ([b9fce07](https://github.com/muxinc/media-elements/commit/b9fce077e6ebbfbb124c8c52f83375b3a843953d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* cloudflare-video-element bumped from ^1.1.1 to ^1.1.2
* dash-video-element bumped from ^0.0.5 to ^0.0.6
* hls-video-element bumped from ^1.2.1 to ^1.2.2
* jwplayer-video-element bumped from ^1.1.1 to ^1.1.2
* shaka-video-element bumped from ^0.6.0 to ^0.6.1
* spotify-audio-element bumped from ^0.1.5 to ^0.1.6
* videojs-video-element bumped from ^1.2.1 to ^1.2.2
* vimeo-video-element bumped from ^1.1.1 to ^1.1.2
* wistia-video-element bumped from ^1.1.1 to ^1.1.2
* youtube-video-element bumped from ^1.1.1 to ^1.1.2

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


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.3",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,20 +10,20 @@
},
"dependencies": {
"@mux/mux-video-react": "^0.10.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",
"cloudflare-video-element": "^1.1.2",
"dash-video-element": "^0.0.6",
"hls-video-element": "^1.2.2",
"jwplayer-video-element": "^1.1.2",
"next": "14.2.3",
"open-props": "^1.7.4",
"react": "^18",
"react-dom": "^18",
"shaka-video-element": "^0.6.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"
"shaka-video-element": "^0.6.1",
"spotify-audio-element": "^0.1.6",
"videojs-video-element": "^1.2.2",
"vimeo-video-element": "^1.1.2",
"wistia-video-element": "^1.1.2",
"youtube-video-element": "^1.1.2"
},
"devDependencies": {
"@types/node": "^20",
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.

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

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

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


### Dependencies

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

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


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.1",
"version": "1.1.2",
"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.1",
"build-react-wrapper": "^0.1.2",
"npm-run-all": "^4.1.5",
"wet-run": "^1.2.2"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/dash-video-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
[1]: https://www.npmjs.com/package/dash-video-element?activeTab=versions


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


### Dependencies

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

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


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.5",
"version": "0.0.6",
"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.1",
"build-react-wrapper": "^0.1.2",
"npm-run-all": "^4.1.5",
"wet-run": "^1.2.2"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/hls-video-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@



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


### Dependencies

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

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


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.2.1",
"version": "1.2.2",
"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 @@ -37,7 +37,7 @@
"media-tracks": "^0.3.2"
},
"devDependencies": {
"build-react-wrapper": "^0.1.1",
"build-react-wrapper": "^0.1.2",
"npm-run-all": "^4.1.5",
"wet-run": "^1.2.2"
},
Expand Down
Loading

0 comments on commit 6e2a6c4

Please sign in to comment.