-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f8b259e
commit 97c1a22
Showing
28 changed files
with
272 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
||
|
Oops, something went wrong.