-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
570b4b3
commit 1801158
Showing
15 changed files
with
121 additions
and
22 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,13 +1,13 @@ | ||
{ | ||
"packages/mux-active-viewer-count": "0.2.0-alpha.11", | ||
"packages/mux-audio": "0.15.2", | ||
"packages/mux-audio-react": "0.15.2", | ||
"packages/mux-audio": "0.15.3", | ||
"packages/mux-audio-react": "0.15.3", | ||
"packages/mux-elements-codemod": "1.1.10", | ||
"packages/mux-player": "3.2.4", | ||
"packages/mux-player-react": "3.2.4", | ||
"packages/mux-player": "3.3.0", | ||
"packages/mux-player-react": "3.3.0", | ||
"packages/mux-uploader": "1.1.1", | ||
"packages/mux-uploader-react": "1.1.1", | ||
"packages/mux-video": "0.24.2", | ||
"packages/mux-video-react": "0.24.2", | ||
"packages/playback-core": "0.28.2" | ||
"packages/mux-video": "0.24.3", | ||
"packages/mux-video-react": "0.24.3", | ||
"packages/playback-core": "0.28.3" | ||
} |
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 |
---|---|---|
|
@@ -20,6 +20,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
|
||
|
||
## [0.15.3](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2025-01-16) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* **@mux/mux-audio-react:** Synchronize audio versions | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @mux/playback-core bumped from 0.28.2 to 0.28.3 | ||
|
||
## [0.15.2](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-20) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -15,6 +15,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
|
||
|
||
## [0.15.3](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2025-01-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **playback-core:** Update hls.js version to fix multi-DRM playready bug. ([#1060](https://github.com/muxinc/elements/issues/1060)) ([380ded2](https://github.com/muxinc/elements/commit/380ded2ce544b9c9ae6a1d108b9d48cd4feb58fd)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @mux/playback-core bumped from 0.28.2 to 0.28.3 | ||
|
||
## [0.15.2](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-20) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -33,6 +33,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
|
||
|
||
## [3.3.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2025-01-16) | ||
|
||
|
||
### Features | ||
|
||
* implement Mux badge ([#988](https://github.com/muxinc/elements/issues/988)) ([2343df8](https://github.com/muxinc/elements/commit/2343df80fddcbf05485ed9d4ab27f1bb0fac04d0)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @mux/mux-player bumped from 3.2.4 to 3.3.0 | ||
* @mux/playback-core bumped from 0.28.2 to 0.28.3 | ||
|
||
## [3.2.4](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-20) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -48,6 +48,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
|
||
|
||
## [3.3.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2025-01-16) | ||
|
||
|
||
### Features | ||
|
||
* implement Mux badge ([#988](https://github.com/muxinc/elements/issues/988)) ([2343df8](https://github.com/muxinc/elements/commit/2343df80fddcbf05485ed9d4ab27f1bb0fac04d0)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Mux-player imports ([#1056](https://github.com/muxinc/elements/issues/1056)) ([9b7ec1b](https://github.com/muxinc/elements/commit/9b7ec1b8b92a49f74ba361db90ddfa0a526c44d0)) | ||
* **playback-core:** Update hls.js version to fix multi-DRM playready bug. ([#1060](https://github.com/muxinc/elements/issues/1060)) ([380ded2](https://github.com/muxinc/elements/commit/380ded2ce544b9c9ae6a1d108b9d48cd4feb58fd)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @mux/mux-video bumped from 0.24.2 to 0.24.3 | ||
* @mux/playback-core bumped from 0.28.2 to 0.28.3 | ||
|
||
## [3.2.4](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-20) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -20,6 +20,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
|
||
|
||
## [0.24.3](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2025-01-16) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* **@mux/mux-video-react:** Synchronize video versions | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @mux/playback-core bumped from 0.28.2 to 0.28.3 | ||
|
||
## [0.24.2](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-20) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -31,6 +31,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
|
||
|
||
## [0.24.3](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2025-01-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **playback-core:** Update hls.js version to fix multi-DRM playready bug. ([#1060](https://github.com/muxinc/elements/issues/1060)) ([380ded2](https://github.com/muxinc/elements/commit/380ded2ce544b9c9ae6a1d108b9d48cd4feb58fd)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @mux/playback-core bumped from 0.28.2 to 0.28.3 | ||
|
||
## [0.24.2](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-20) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -40,6 +40,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
|
||
|
||
## [0.28.3](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2025-01-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **playback-core:** Update hls.js version to fix multi-DRM playready bug. ([#1060](https://github.com/muxinc/elements/issues/1060)) ([380ded2](https://github.com/muxinc/elements/commit/380ded2ce544b9c9ae6a1d108b9d48cd4feb58fd)) | ||
|
||
## [0.28.2](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-20) | ||
|
||
|
||
|
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