Skip to content

Commit 4ecb3f7

Browse files
chore: release main
1 parent cb7cf3c commit 4ecb3f7

File tree

14 files changed

+79
-22
lines changed

14 files changed

+79
-22
lines changed
Lines changed: 6 additions & 6 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.8",
4-
"packages/mux-audio-react": "0.15.8",
3+
"packages/mux-audio": "0.15.9",
4+
"packages/mux-audio-react": "0.15.9",
55
"packages/mux-elements-codemod": "1.1.11",
6-
"packages/mux-player": "3.4.0",
7-
"packages/mux-player-react": "3.4.0",
6+
"packages/mux-player": "3.4.1",
7+
"packages/mux-player-react": "3.4.1",
88
"packages/mux-uploader": "1.2.0",
99
"packages/mux-uploader-react": "1.2.0",
10-
"packages/mux-video": "0.25.2",
11-
"packages/mux-video-react": "0.25.2",
10+
"packages/mux-video": "0.25.3",
11+
"packages/mux-video-react": "0.25.3",
1212
"packages/playback-core": "0.29.0"
1313
}

package-lock.json

Lines changed: 8 additions & 8 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2020

2121

2222

23+
## [0.15.9](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.15.8...@mux/mux-audio-react@0.15.9) (2025-05-30)
24+
25+
26+
### Miscellaneous Chores
27+
28+
* **@mux/mux-audio-react:** Synchronize audio versions
29+
2330
## [0.15.8](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.15.7...@mux/mux-audio-react@0.15.8) (2025-05-01)
2431

2532

packages/mux-audio-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mux/mux-audio-react",
3-
"version": "0.15.8",
3+
"version": "0.15.9",
44
"description": "A custom mux audio element for React that Just Works™",
55
"keywords": [
66
"audio",

packages/mux-audio/CHANGELOG.md

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

1616

1717

18+
## [0.15.9](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.8...@mux/mux-audio@0.15.9) (2025-05-30)
19+
20+
21+
### Bug Fixes
22+
23+
* bump the prod-dependencies group across 1 directory with 2 updates ([#1129](https://github.com/muxinc/elements/issues/1129)) ([e2ae00b](https://github.com/muxinc/elements/commit/e2ae00b3307161971326099a1a7af7c8f45163f4))
24+
1825
## [0.15.8](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.7...@mux/mux-audio@0.15.8) (2025-05-01)
1926

2027

packages/mux-audio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mux/mux-audio",
3-
"version": "0.15.8",
3+
"version": "0.15.9",
44
"description": "A custom mux audio element for the browser that Just Works™",
55
"keywords": [
66
"audio",

packages/mux-player-react/CHANGELOG.md

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

3434

3535

36+
## [3.4.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@3.4.0...@mux/mux-player-react@3.4.1) (2025-05-30)
37+
38+
39+
### Bug Fixes
40+
41+
* suppress Mux Player React hydration warning ([#1116](https://github.com/muxinc/elements/issues/1116)) ([0235d89](https://github.com/muxinc/elements/commit/0235d893a877b7aac96cece58e6ed3ee0571a6d9))
42+
43+
44+
### Dependencies
45+
46+
* The following workspace dependencies were updated
47+
* dependencies
48+
* @mux/mux-player bumped from 3.4.0 to 3.4.1
49+
3650
## [3.4.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@3.3.4...@mux/mux-player-react@3.4.0) (2025-05-01)
3751

3852

packages/mux-player-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-player-react",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "An open source Mux player for React that Just Works™",
55
"homepage": "https://mux.com/player",
66
"keywords": [
@@ -96,7 +96,7 @@
9696
}
9797
},
9898
"dependencies": {
99-
"@mux/mux-player": "3.4.0",
99+
"@mux/mux-player": "3.4.1",
100100
"@mux/playback-core": "0.29.0",
101101
"prop-types": "^15.8.1"
102102
},

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.4.1](https://github.com/muxinc/elements/compare/@mux/mux-player@3.4.0...@mux/mux-player@3.4.1) (2025-05-30)
52+
53+
54+
### Bug Fixes
55+
56+
* bump the prod-dependencies group across 2 directories with 1 update ([#1121](https://github.com/muxinc/elements/issues/1121)) ([85a2276](https://github.com/muxinc/elements/commit/85a2276805ae48fe99147fff121141ba6131bd27))
57+
* rendition-menu visual improvements ([#1131](https://github.com/muxinc/elements/issues/1131)) ([59a2aaa](https://github.com/muxinc/elements/commit/59a2aaaae6140b5e2a7e74faa39b68d0990b593e)), closes [#1122](https://github.com/muxinc/elements/issues/1122)
58+
59+
60+
### Dependencies
61+
62+
* The following workspace dependencies were updated
63+
* dependencies
64+
* @mux/mux-video bumped from 0.25.2 to 0.25.3
65+
5166
## [3.4.0](https://github.com/muxinc/elements/compare/@mux/mux-player@3.3.4...@mux/mux-player@3.4.0) (2025-05-01)
5267

5368

packages/mux-player/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-player",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "An open source Mux player web component that Just Works™",
55
"homepage": "https://mux.com/player",
66
"keywords": [
@@ -93,7 +93,7 @@
9393
"build": "npm-run-all --parallel 'build:esm -- --minify' 'build:iife -- --minify' 'build:cjs -- --minify' 'build:esm-module -- --minify' 'build:themes'"
9494
},
9595
"dependencies": {
96-
"@mux/mux-video": "0.25.2",
96+
"@mux/mux-video": "0.25.3",
9797
"@mux/playback-core": "0.29.0",
9898
"media-chrome": "~4.10.0",
9999
"player.style": "^0.1.8"

0 commit comments

Comments
 (0)