Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 16, 2025
1 parent 570b4b3 commit 1801158
Show file tree
Hide file tree
Showing 15 changed files with 121 additions and 22 deletions.
14 changes: 7 additions & 7 deletions .github/release-please/.release-please-manifest.json
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"
}
14 changes: 14 additions & 0 deletions packages/mux-audio-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/mux-audio-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-audio-react",
"version": "0.15.2",
"version": "0.15.3",
"description": "A custom mux audio element for React that Just Works™",
"keywords": [
"audio",
Expand Down Expand Up @@ -66,7 +66,7 @@
}
},
"dependencies": {
"@mux/playback-core": "0.28.2",
"@mux/playback-core": "0.28.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/mux-audio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/mux-audio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-audio",
"version": "0.15.2",
"version": "0.15.3",
"description": "A custom mux audio element for the browser that Just Works™",
"keywords": [
"audio",
Expand Down Expand Up @@ -63,7 +63,7 @@
"build": "npm-run-all --parallel 'build:esm --minify' 'build:iife --minify' 'build:cjs --minify' 'build:esm-module --minify'"
},
"dependencies": {
"@mux/playback-core": "0.28.2",
"@mux/playback-core": "0.28.3",
"custom-media-element": "~1.4.2"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/mux-player-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions packages/mux-player-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-player-react",
"version": "3.2.4",
"version": "3.3.0",
"description": "An open source Mux player for React that Just Works™",
"homepage": "https://mux.com/player",
"keywords": [
Expand Down Expand Up @@ -96,8 +96,8 @@
}
},
"dependencies": {
"@mux/mux-player": "3.2.4",
"@mux/playback-core": "0.28.2",
"@mux/mux-player": "3.3.0",
"@mux/playback-core": "0.28.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
21 changes: 21 additions & 0 deletions packages/mux-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions packages/mux-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-player",
"version": "3.2.4",
"version": "3.3.0",
"description": "An open source Mux player web component that Just Works™",
"homepage": "https://mux.com/player",
"keywords": [
Expand Down Expand Up @@ -93,8 +93,8 @@
"build": "npm-run-all --parallel 'build:esm --minify' 'build:iife --minify' 'build:cjs --minify' 'build:esm-module --minify' 'build:themes'"
},
"dependencies": {
"@mux/mux-video": "0.24.2",
"@mux/playback-core": "0.28.2",
"@mux/mux-video": "0.24.3",
"@mux/playback-core": "0.28.3",
"media-chrome": "~4.3.0",
"player.style": "^0.1.1"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/mux-video-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/mux-video-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-video-react",
"version": "0.24.2",
"version": "0.24.3",
"description": "A custom mux video element for React that Just Works™",
"keywords": [
"video",
Expand Down Expand Up @@ -67,7 +67,7 @@
}
},
"dependencies": {
"@mux/playback-core": "0.28.2",
"@mux/playback-core": "0.28.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/mux-video/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/mux-video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-video",
"version": "0.24.2",
"version": "0.24.3",
"description": "A custom mux video element for the browser that Just Works™",
"keywords": [
"video",
Expand Down Expand Up @@ -80,7 +80,7 @@
"build": "npm-run-all --parallel 'build:esm --minify' 'build:iife --minify' 'build:cjs --minify' 'build:esm-module --minify' 'build:react:cjs --minify' 'build:react:esm --minify'"
},
"dependencies": {
"@mux/playback-core": "0.28.2",
"@mux/playback-core": "0.28.3",
"castable-video": "~1.1.4",
"custom-media-element": "~1.4.2",
"media-tracks": "~0.3.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/playback-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/playback-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/playback-core",
"version": "0.28.2",
"version": "0.28.3",
"description": "Core library for media playback in the browser shared by mux elements",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 1801158

Please sign in to comment.