-
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
751b692
commit 2d6523b
Showing
26 changed files
with
251 additions
and
76 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,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" | ||
} |
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,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) | ||
|
||
|
||
|
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.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) | ||
|
||
|
||
|
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.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) | ||
|
||
|
||
|
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,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) | ||
|
||
|
||
|
Oops, something went wrong.