Skip to content

Commit 6fb98ac

Browse files
chore: release main
1 parent 4409304 commit 6fb98ac

File tree

16 files changed

+133
-37
lines changed

16 files changed

+133
-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.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",
12-
"packages/playback-core": "0.29.0"
10+
"packages/mux-video": "0.25.3",
11+
"packages/mux-video-react": "0.25.3",
12+
"packages/playback-core": "0.29.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.9](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.15.8...@mux/mux-audio-react@0.15.9) (2025-06-12)
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.29.0 to 0.29.1
36+
2337
## [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)
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.8",
3+
"version": "0.15.9",
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.29.0",
69+
"@mux/playback-core": "0.29.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.9](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.8...@mux/mux-audio@0.15.9) (2025-06-12)
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+
25+
26+
### Dependencies
27+
28+
* The following workspace dependencies were updated
29+
* dependencies
30+
* @mux/playback-core bumped from 0.29.0 to 0.29.1
31+
1832
## [0.15.8](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.7...@mux/mux-audio@0.15.8) (2025-05-01)
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.8",
3+
"version": "0.15.9",
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.29.0",
66+
"@mux/playback-core": "0.29.1",
6767
"custom-media-element": "~1.4.3"
6868
},
6969
"devDependencies": {

packages/mux-player-react/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ 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-06-12)
37+
38+
39+
### Bug Fixes
40+
41+
* **playback-core:** Change default of preferCmcd to 'none' for improved cacheability. Update reference docs to document preferCmcd (et al.). ([#1136](https://github.com/muxinc/elements/issues/1136)) ([4409304](https://github.com/muxinc/elements/commit/44093049b6629044dbb7fed10839f83667fdb37c))
42+
* suppress Mux Player React hydration warning ([#1116](https://github.com/muxinc/elements/issues/1116)) ([0235d89](https://github.com/muxinc/elements/commit/0235d893a877b7aac96cece58e6ed3ee0571a6d9))
43+
44+
45+
### Dependencies
46+
47+
* The following workspace dependencies were updated
48+
* dependencies
49+
* @mux/mux-player bumped from 3.4.0 to 3.4.1
50+
* @mux/playback-core bumped from 0.29.0 to 0.29.1
51+
3652
## [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)
3753

3854

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.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,8 +96,8 @@
9696
}
9797
},
9898
"dependencies": {
99-
"@mux/mux-player": "3.4.0",
100-
"@mux/playback-core": "0.29.0",
99+
"@mux/mux-player": "3.4.1",
100+
"@mux/playback-core": "0.29.1",
101101
"prop-types": "^15.8.1"
102102
},
103103
"devDependencies": {

packages/mux-player/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,23 @@ 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-06-12)
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+
* **playback-core:** Change default of preferCmcd to 'none' for improved cacheability. Update reference docs to document preferCmcd (et al.). ([#1136](https://github.com/muxinc/elements/issues/1136)) ([4409304](https://github.com/muxinc/elements/commit/44093049b6629044dbb7fed10839f83667fdb37c))
58+
* 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)
59+
60+
61+
### Dependencies
62+
63+
* The following workspace dependencies were updated
64+
* dependencies
65+
* @mux/mux-video bumped from 0.25.2 to 0.25.3
66+
* @mux/playback-core bumped from 0.29.0 to 0.29.1
67+
5168
## [3.4.0](https://github.com/muxinc/elements/compare/@mux/mux-player@3.3.4...@mux/mux-player@3.4.0) (2025-05-01)
5269

5370

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.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,8 +93,8 @@
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",
97-
"@mux/playback-core": "0.29.0",
96+
"@mux/mux-video": "0.25.3",
97+
"@mux/playback-core": "0.29.1",
9898
"media-chrome": "~4.10.0",
9999
"player.style": "^0.1.8"
100100
},

0 commit comments

Comments
 (0)