Skip to content

Commit 23b2d85

Browse files
chore: release main (muxinc#1163)
🤖 I have created a release *beep* *boop* --- <details><summary>@mux/playback-core: 0.30.1</summary> ## [0.30.1](https://github.com/muxinc/elements/compare/@mux/playback-core@0.30.0...@mux/playback-core@0.30.1) (2025-07-03) ### Bug Fixes * type error in metadata response ([muxinc#1156](muxinc#1156)) ([d0ea117](muxinc@d0ea117)) * upgrade hls.js to 1.6.6, rm workaround MTA (multi-track audio) ([muxinc#1162](muxinc#1162)) ([ceb2d15](muxinc@ceb2d15)) </details> <details><summary>@mux/mux-player: 3.5.1</summary> ## [3.5.1](https://github.com/muxinc/elements/compare/@mux/mux-player@3.5.0...@mux/mux-player@3.5.1) (2025-07-03) ### Bug Fixes * upgrade hls.js to 1.6.6, rm workaround MTA (multi-track audio) ([muxinc#1162](muxinc#1162)) ([ceb2d15](muxinc@ceb2d15)) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/mux-video bumped from 0.26.0 to 0.26.1 * @mux/playback-core bumped from 0.30.0 to 0.30.1 </details> <details><summary>@mux/mux-player-react: 3.5.1</summary> ## [3.5.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@3.5.0...@mux/mux-player-react@3.5.1) (2025-07-03) ### Miscellaneous Chores * **@mux/mux-player-react:** Synchronize player versions ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/mux-player bumped from 3.5.0 to 3.5.1 * @mux/playback-core bumped from 0.30.0 to 0.30.1 </details> <details><summary>@mux/mux-audio: 0.15.11</summary> ## [0.15.11](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.10...@mux/mux-audio@0.15.11) (2025-07-03) ### Bug Fixes * upgrade hls.js to 1.6.6, rm workaround MTA (multi-track audio) ([muxinc#1162](muxinc#1162)) ([ceb2d15](muxinc@ceb2d15)) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.30.0 to 0.30.1 </details> <details><summary>@mux/mux-audio-react: 0.15.11</summary> ## [0.15.11](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.15.10...@mux/mux-audio-react@0.15.11) (2025-07-03) ### Miscellaneous Chores * **@mux/mux-audio-react:** Synchronize audio versions ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.30.0 to 0.30.1 </details> <details><summary>@mux/mux-video: 0.26.1</summary> ## [0.26.1](https://github.com/muxinc/elements/compare/@mux/mux-video@0.26.0...@mux/mux-video@0.26.1) (2025-07-03) ### Bug Fixes * upgrade hls.js to 1.6.6, rm workaround MTA (multi-track audio) ([muxinc#1162](muxinc#1162)) ([ceb2d15](muxinc@ceb2d15)) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.30.0 to 0.30.1 </details> <details><summary>@mux/mux-video-react: 0.26.1</summary> ## [0.26.1](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.26.0...@mux/mux-video-react@0.26.1) (2025-07-03) ### Miscellaneous Chores * **@mux/mux-video-react:** Synchronize video versions ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.30.0 to 0.30.1 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ceb2d15 commit 23b2d85

File tree

16 files changed

+131
-37
lines changed

16 files changed

+131
-37
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"packages/mux-active-viewer-count": "0.2.0-alpha.13",
3-
"packages/mux-audio": "0.15.10",
4-
"packages/mux-audio-react": "0.15.10",
3+
"packages/mux-audio": "0.15.11",
4+
"packages/mux-audio-react": "0.15.11",
55
"packages/mux-elements-codemod": "1.1.11",
6-
"packages/mux-player": "3.5.0",
7-
"packages/mux-player-react": "3.5.0",
6+
"packages/mux-player": "3.5.1",
7+
"packages/mux-player-react": "3.5.1",
88
"packages/mux-uploader": "1.2.0",
99
"packages/mux-uploader-react": "1.2.0",
10-
"packages/mux-video": "0.26.0",
11-
"packages/mux-video-react": "0.26.0",
12-
"packages/playback-core": "0.30.0"
10+
"packages/mux-video": "0.26.1",
11+
"packages/mux-video-react": "0.26.1",
12+
"packages/playback-core": "0.30.1"
1313
}

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mux-audio-react/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2020

2121

2222

23+
## [0.15.11](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.15.10...@mux/mux-audio-react@0.15.11) (2025-07-03)
24+
25+
26+
### Miscellaneous Chores
27+
28+
* **@mux/mux-audio-react:** Synchronize audio versions
29+
30+
31+
### Dependencies
32+
33+
* The following workspace dependencies were updated
34+
* dependencies
35+
* @mux/playback-core bumped from 0.30.0 to 0.30.1
36+
2337
## [0.15.10](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.15.9...@mux/mux-audio-react@0.15.10) (2025-06-23)
2438

2539

packages/mux-audio-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mux/mux-audio-react",
3-
"version": "0.15.10",
3+
"version": "0.15.11",
44
"description": "A custom mux audio element for React that Just Works™",
55
"keywords": [
66
"audio",
@@ -66,7 +66,7 @@
6666
}
6767
},
6868
"dependencies": {
69-
"@mux/playback-core": "0.30.0",
69+
"@mux/playback-core": "0.30.1",
7070
"prop-types": "^15.8.1"
7171
},
7272
"devDependencies": {

packages/mux-audio/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1515

1616

1717

18+
## [0.15.11](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.10...@mux/mux-audio@0.15.11) (2025-07-03)
19+
20+
21+
### Bug Fixes
22+
23+
* upgrade hls.js to 1.6.6, rm workaround MTA (multi-track audio) ([#1162](https://github.com/muxinc/elements/issues/1162)) ([ceb2d15](https://github.com/muxinc/elements/commit/ceb2d156af9f245577d2ca06f8863bec3acaeb80))
24+
25+
26+
### Dependencies
27+
28+
* The following workspace dependencies were updated
29+
* dependencies
30+
* @mux/playback-core bumped from 0.30.0 to 0.30.1
31+
1832
## [0.15.10](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.9...@mux/mux-audio@0.15.10) (2025-06-23)
1933

2034

packages/mux-audio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mux/mux-audio",
3-
"version": "0.15.10",
3+
"version": "0.15.11",
44
"description": "A custom mux audio element for the browser that Just Works™",
55
"keywords": [
66
"audio",
@@ -63,7 +63,7 @@
6363
"build": "npm-run-all --parallel 'build:esm -- --minify' 'build:iife -- --minify' 'build:cjs -- --minify' 'build:esm-module -- --minify'"
6464
},
6565
"dependencies": {
66-
"@mux/playback-core": "0.30.0",
66+
"@mux/playback-core": "0.30.1",
6767
"custom-media-element": "~1.4.5"
6868
},
6969
"devDependencies": {

packages/mux-player-react/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3333

3434

3535

36+
## [3.5.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@3.5.0...@mux/mux-player-react@3.5.1) (2025-07-03)
37+
38+
39+
### Miscellaneous Chores
40+
41+
* **@mux/mux-player-react:** Synchronize player versions
42+
43+
44+
### Dependencies
45+
46+
* The following workspace dependencies were updated
47+
* dependencies
48+
* @mux/mux-player bumped from 3.5.0 to 3.5.1
49+
* @mux/playback-core bumped from 0.30.0 to 0.30.1
50+
3651
## [3.5.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@3.4.1...@mux/mux-player-react@3.5.0) (2025-06-23)
3752

3853

packages/mux-player-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mux/mux-player-react",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "An open source Mux player for React that Just Works™",
55
"homepage": "https://mux.com/player",
66
"keywords": [
@@ -112,8 +112,8 @@
112112
}
113113
},
114114
"dependencies": {
115-
"@mux/mux-player": "3.5.0",
116-
"@mux/playback-core": "0.30.0",
115+
"@mux/mux-player": "3.5.1",
116+
"@mux/playback-core": "0.30.1",
117117
"prop-types": "^15.8.1"
118118
},
119119
"devDependencies": {

packages/mux-player/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4848

4949

5050

51+
## [3.5.1](https://github.com/muxinc/elements/compare/@mux/mux-player@3.5.0...@mux/mux-player@3.5.1) (2025-07-03)
52+
53+
54+
### Bug Fixes
55+
56+
* upgrade hls.js to 1.6.6, rm workaround MTA (multi-track audio) ([#1162](https://github.com/muxinc/elements/issues/1162)) ([ceb2d15](https://github.com/muxinc/elements/commit/ceb2d156af9f245577d2ca06f8863bec3acaeb80))
57+
58+
59+
### Dependencies
60+
61+
* The following workspace dependencies were updated
62+
* dependencies
63+
* @mux/mux-video bumped from 0.26.0 to 0.26.1
64+
* @mux/playback-core bumped from 0.30.0 to 0.30.1
65+
5166
## [3.5.0](https://github.com/muxinc/elements/compare/@mux/mux-player@3.4.1...@mux/mux-player@3.5.0) (2025-06-23)
5267

5368

packages/mux-player/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mux/mux-player",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "An open source Mux player web component that Just Works™",
55
"homepage": "https://mux.com/player",
66
"keywords": [
@@ -125,8 +125,8 @@
125125
"build": "npm-run-all 'build:esm:base -- --minify' 'build:cjs:base -- --minify' 'build:esm:ads:mixin -- --minify' 'build:cjs:ads:mixin -- --minify' --parallel 'build:esm:** -- --minify' 'build:iife:** -- --minify' 'build:cjs:** -- --minify' 'build:esm-module:** -- --minify' 'build:themes'"
126126
},
127127
"dependencies": {
128-
"@mux/mux-video": "0.26.0",
129-
"@mux/playback-core": "0.30.0",
128+
"@mux/mux-video": "0.26.1",
129+
"@mux/playback-core": "0.30.1",
130130
"media-chrome": "~4.11.1",
131131
"player.style": "^0.1.9"
132132
},

0 commit comments

Comments
 (0)