-
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
f5abdcf
commit 321c92e
Showing
24 changed files
with
178 additions
and
63 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.7", | ||
"examples/nextjs": "0.1.8", | ||
"scripts/build-react-wrapper": "0.1.5", | ||
"packages/castable-video": "1.0.9", | ||
"packages/castable-video": "1.0.10", | ||
"packages/cloudflare-video-element": "1.1.5", | ||
"packages/custom-media-element": "1.3.1", | ||
"packages/dash-video-element": "0.0.9", | ||
"packages/hls-video-element": "1.2.5", | ||
"packages/jwplayer-video-element": "1.1.5", | ||
"packages/media-tracks": "0.3.2", | ||
"packages/shaka-video-element": "0.6.4", | ||
"packages/custom-media-element": "1.3.2", | ||
"packages/dash-video-element": "0.0.10", | ||
"packages/hls-video-element": "1.2.6", | ||
"packages/jwplayer-video-element": "1.1.6", | ||
"packages/media-tracks": "0.3.3", | ||
"packages/shaka-video-element": "0.6.5", | ||
"packages/spotify-audio-element": "0.1.9", | ||
"packages/super-media-element": "1.4.1", | ||
"packages/videojs-video-element": "1.2.5", | ||
"packages/super-media-element": "1.4.2", | ||
"packages/videojs-video-element": "1.2.6", | ||
"packages/vimeo-video-element": "1.1.5", | ||
"packages/wistia-video-element": "1.1.5", | ||
"packages/wistia-video-element": "1.1.6", | ||
"packages/youtube-video-element": "1.1.5" | ||
} |
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,24 @@ | ||
# Changelog | ||
|
||
## [0.1.8](https://github.com/muxinc/media-elements/compare/[email protected]@0.1.8) (2024-06-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* upgrade dependencies ([#24](https://github.com/muxinc/media-elements/issues/24)) ([f5abdcf](https://github.com/muxinc/media-elements/commit/f5abdcff0637e7d1f6b82f4684d94fccaceb8484)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* dash-video-element bumped from ^0.0.9 to ^0.0.10 | ||
* hls-video-element bumped from ^1.2.5 to ^1.2.6 | ||
* jwplayer-video-element bumped from ^1.1.5 to ^1.1.6 | ||
* shaka-video-element bumped from ^0.6.4 to ^0.6.5 | ||
* videojs-video-element bumped from ^1.2.5 to ^1.2.6 | ||
* wistia-video-element bumped from ^1.1.5 to ^1.1.6 | ||
|
||
## [0.1.7](https://github.com/muxinc/media-elements/compare/[email protected]@0.1.7) (2024-05-27) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -5,6 +5,15 @@ | |
[1]: https://www.npmjs.com/package/castable-video?activeTab=versions | ||
|
||
|
||
## [1.0.10](https://github.com/muxinc/media-elements/compare/[email protected]@1.0.10) (2024-06-07) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* custom-media-element bumped from ~1.3.1 to ~1.3.2 | ||
|
||
## [1.0.9](https://github.com/muxinc/media-elements/compare/[email protected]@1.0.9) (2024-05-24) | ||
|
||
|
||
|
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,13 @@ | |
[1]: https://www.npmjs.com/package/custom-media-element?activeTab=versions | ||
|
||
|
||
## [1.3.2](https://github.com/muxinc/media-elements/compare/[email protected]@1.3.2) (2024-06-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* upgrade dependencies ([#24](https://github.com/muxinc/media-elements/issues/24)) ([f5abdcf](https://github.com/muxinc/media-elements/commit/f5abdcff0637e7d1f6b82f4684d94fccaceb8484)) | ||
|
||
## [1.3.1](https://github.com/muxinc/media-elements/compare/[email protected]@1.3.1) (2024-05-24) | ||
|
||
|
||
|
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,15 @@ | |
[1]: https://www.npmjs.com/package/dash-video-element?activeTab=versions | ||
|
||
|
||
## [0.0.10](https://github.com/muxinc/media-elements/compare/[email protected]@0.0.10) (2024-06-07) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* custom-media-element bumped from ^1.3.1 to ^1.3.2 | ||
|
||
## [0.0.9](https://github.com/muxinc/media-elements/compare/[email protected]@0.0.9) (2024-05-27) | ||
|
||
|
||
|
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,21 @@ | |
|
||
|
||
|
||
## [1.2.6](https://github.com/muxinc/media-elements/compare/[email protected]@1.2.6) (2024-06-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* upgrade dependencies ([#24](https://github.com/muxinc/media-elements/issues/24)) ([f5abdcf](https://github.com/muxinc/media-elements/commit/f5abdcff0637e7d1f6b82f4684d94fccaceb8484)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* custom-media-element bumped from ^1.3.1 to ^1.3.2 | ||
* media-tracks bumped from ^0.3.2 to ^0.3.3 | ||
|
||
## [1.2.5](https://github.com/muxinc/media-elements/compare/[email protected]@1.2.5) (2024-05-27) | ||
|
||
|
||
|
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,15 @@ | |
|
||
|
||
|
||
## [1.1.6](https://github.com/muxinc/media-elements/compare/[email protected]@1.1.6) (2024-06-07) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* super-media-element bumped from ~1.4.1 to ~1.4.2 | ||
|
||
## [1.1.5](https://github.com/muxinc/media-elements/compare/[email protected]@1.1.5) (2024-05-27) | ||
|
||
|
||
|
Oops, something went wrong.