Skip to content

Commit 9ec91c8

Browse files
chore: release main (#1104)
🤖 I have created a release *beep* *boop* --- <details><summary>@mux/mux-audio: 0.15.8</summary> ## [0.15.8](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.7...@mux/mux-audio@0.15.8) (2025-05-01) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.28.7 to 0.29.0 </details> <details><summary>@mux/mux-audio-react: 0.15.8</summary> ## [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) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.28.7 to 0.29.0 </details> <details><summary>@mux/playback-core: 0.29.0</summary> ## [0.29.0](https://github.com/muxinc/elements/compare/@mux/playback-core@0.28.7...@mux/playback-core@0.29.0) (2025-05-01) ### Features * add video-title attr & prop ([#1108](#1108)) ([7763a49](7763a49)), closes [#639](#639) </details> <details><summary>@mux/mux-player: 3.4.0</summary> ## [3.4.0](https://github.com/muxinc/elements/compare/@mux/mux-player@3.3.4...@mux/mux-player@3.4.0) (2025-05-01) ### Features * add fullscreen API on player element ([#1107](#1107)) ([205f3c8](205f3c8)) * add video-title attr & prop ([#1108](#1108)) ([7763a49](7763a49)), closes [#639](#639) ### Bug Fixes * bump player.style from 0.1.7 to 0.1.8 in the prod-dependencies group across 1 directory ([#1110](#1110)) ([34dcba4](34dcba4)) * bump the prod-dependencies group across 1 directory with 2 updates ([#1109](#1109)) ([7969b53](7969b53)) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/mux-video bumped from 0.25.1 to 0.25.2 * @mux/playback-core bumped from 0.28.7 to 0.29.0 </details> <details><summary>@mux/mux-player-react: 3.4.0</summary> ## [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) ### Features * add video-title attr & prop ([#1108](#1108)) ([7763a49](7763a49)), closes [#639](#639) ### Bug Fixes * default-hidden-captions order bug for React ([#1105](#1105)) ([7b706ba](7b706ba)) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/mux-player bumped from 3.3.4 to 3.4.0 * @mux/playback-core bumped from 0.28.7 to 0.29.0 </details> <details><summary>@mux/mux-video: 0.25.2</summary> ## [0.25.2](https://github.com/muxinc/elements/compare/@mux/mux-video@0.25.1...@mux/mux-video@0.25.2) (2025-05-01) ### Bug Fixes * bump castable-video from 1.1.5 to 1.1.6 in the prod-dependencies group across 1 directory ([#1103](#1103)) ([9f27791](9f27791)) * bump the prod-dependencies group across 1 directory with 2 updates ([#1109](#1109)) ([7969b53](7969b53)) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.28.7 to 0.29.0 </details> <details><summary>@mux/mux-video-react: 0.25.2</summary> ## [0.25.2](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.25.1...@mux/mux-video-react@0.25.2) (2025-05-01) ### Miscellaneous Chores * **@mux/mux-video-react:** Synchronize video versions ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.28.7 to 0.29.0 </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 34dcba4 commit 9ec91c8

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.7",
4-
"packages/mux-audio-react": "0.15.7",
3+
"packages/mux-audio": "0.15.8",
4+
"packages/mux-audio-react": "0.15.8",
55
"packages/mux-elements-codemod": "1.1.11",
6-
"packages/mux-player": "3.3.4",
7-
"packages/mux-player-react": "3.3.4",
6+
"packages/mux-player": "3.4.0",
7+
"packages/mux-player-react": "3.4.0",
88
"packages/mux-uploader": "1.2.0",
99
"packages/mux-uploader-react": "1.2.0",
10-
"packages/mux-video": "0.25.1",
11-
"packages/mux-video-react": "0.25.1",
12-
"packages/playback-core": "0.28.7"
10+
"packages/mux-video": "0.25.2",
11+
"packages/mux-video-react": "0.25.2",
12+
"packages/playback-core": "0.29.0"
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2020

2121

2222

23+
## [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)
24+
25+
26+
### Dependencies
27+
28+
* The following workspace dependencies were updated
29+
* dependencies
30+
* @mux/playback-core bumped from 0.28.7 to 0.29.0
31+
2332
## [0.15.7](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.15.6...@mux/mux-audio-react@0.15.7) (2025-04-10)
2433

2534

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.7",
3+
"version": "0.15.8",
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.28.7",
69+
"@mux/playback-core": "0.29.0",
7070
"prop-types": "^15.8.1"
7171
},
7272
"devDependencies": {

packages/mux-audio/CHANGELOG.md

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

1616

1717

18+
## [0.15.8](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.7...@mux/mux-audio@0.15.8) (2025-05-01)
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* @mux/playback-core bumped from 0.28.7 to 0.29.0
26+
1827
## [0.15.7](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.6...@mux/mux-audio@0.15.7) (2025-04-10)
1928

2029

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.7",
3+
"version": "0.15.8",
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.28.7",
66+
"@mux/playback-core": "0.29.0",
6767
"custom-media-element": "~1.4.2"
6868
},
6969
"devDependencies": {

packages/mux-player-react/CHANGELOG.md

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

3434

3535

36+
## [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)
37+
38+
39+
### Features
40+
41+
* add video-title attr & prop ([#1108](https://github.com/muxinc/elements/issues/1108)) ([7763a49](https://github.com/muxinc/elements/commit/7763a49d885e56342fffe874ba838059e15c906c)), closes [#639](https://github.com/muxinc/elements/issues/639)
42+
43+
44+
### Bug Fixes
45+
46+
* default-hidden-captions order bug for React ([#1105](https://github.com/muxinc/elements/issues/1105)) ([7b706ba](https://github.com/muxinc/elements/commit/7b706baf43cf6959415db4cd6a8d8381aa7b3adc))
47+
48+
49+
### Dependencies
50+
51+
* The following workspace dependencies were updated
52+
* dependencies
53+
* @mux/mux-player bumped from 3.3.4 to 3.4.0
54+
* @mux/playback-core bumped from 0.28.7 to 0.29.0
55+
3656
## [3.3.4](https://github.com/muxinc/elements/compare/@mux/mux-player-react@3.3.3...@mux/mux-player-react@3.3.4) (2025-04-10)
3757

3858

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.3.4",
3+
"version": "3.4.0",
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.3.4",
100-
"@mux/playback-core": "0.28.7",
99+
"@mux/mux-player": "3.4.0",
100+
"@mux/playback-core": "0.29.0",
101101
"prop-types": "^15.8.1"
102102
},
103103
"devDependencies": {

packages/mux-player/CHANGELOG.md

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

4949

5050

51+
## [3.4.0](https://github.com/muxinc/elements/compare/@mux/mux-player@3.3.4...@mux/mux-player@3.4.0) (2025-05-01)
52+
53+
54+
### Features
55+
56+
* add fullscreen API on player element ([#1107](https://github.com/muxinc/elements/issues/1107)) ([205f3c8](https://github.com/muxinc/elements/commit/205f3c86a334c8f3d641e0e9d00cf9b9b8305cf5))
57+
* add video-title attr & prop ([#1108](https://github.com/muxinc/elements/issues/1108)) ([7763a49](https://github.com/muxinc/elements/commit/7763a49d885e56342fffe874ba838059e15c906c)), closes [#639](https://github.com/muxinc/elements/issues/639)
58+
59+
60+
### Bug Fixes
61+
62+
* bump player.style from 0.1.7 to 0.1.8 in the prod-dependencies group across 1 directory ([#1110](https://github.com/muxinc/elements/issues/1110)) ([34dcba4](https://github.com/muxinc/elements/commit/34dcba46b4955263da8dc05c128e0c6e98ccfbcb))
63+
* bump the prod-dependencies group across 1 directory with 2 updates ([#1109](https://github.com/muxinc/elements/issues/1109)) ([7969b53](https://github.com/muxinc/elements/commit/7969b53261ef055a76cf26ced26ab978338f2db9))
64+
65+
66+
### Dependencies
67+
68+
* The following workspace dependencies were updated
69+
* dependencies
70+
* @mux/mux-video bumped from 0.25.1 to 0.25.2
71+
* @mux/playback-core bumped from 0.28.7 to 0.29.0
72+
5173
## [3.3.4](https://github.com/muxinc/elements/compare/@mux/mux-player@3.3.3...@mux/mux-player@3.3.4) (2025-04-10)
5274

5375

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.3.4",
3+
"version": "3.4.0",
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.1",
97-
"@mux/playback-core": "0.28.7",
96+
"@mux/mux-video": "0.25.2",
97+
"@mux/playback-core": "0.29.0",
9898
"media-chrome": "~4.9.1",
9999
"player.style": "^0.1.8"
100100
},

0 commit comments

Comments
 (0)