Skip to content

Commit

Permalink
chore: release main (#1046)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>@mux/mux-audio: 0.15.1</summary>

##
[0.15.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected])
(2024-12-17)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @mux/playback-core bumped from 0.28.0 to 0.28.1
</details>

<details><summary>@mux/mux-audio-react: 0.12.1</summary>

##
[0.12.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected])
(2024-12-17)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @mux/playback-core bumped from 0.28.0 to 0.28.1
</details>

<details><summary>@mux/mux-player: 3.2.1</summary>

##
[3.2.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected])
(2024-12-17)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @mux/mux-video bumped from 0.23.0 to 0.23.1
    * @mux/playback-core bumped from 0.28.0 to 0.28.1
</details>

<details><summary>@mux/mux-player-react: 3.2.1</summary>

##
[3.2.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected])
(2024-12-17)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @mux/mux-player bumped from 3.2.0 to 3.2.1
    * @mux/playback-core bumped from 0.28.0 to 0.28.1
</details>

<details><summary>@mux/mux-video: 0.23.1</summary>

##
[0.23.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected])
(2024-12-17)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @mux/playback-core bumped from 0.28.0 to 0.28.1
</details>

<details><summary>@mux/mux-video-react: 0.13.1</summary>

##
[0.13.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected])
(2024-12-17)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @mux/playback-core bumped from 0.28.0 to 0.28.1
</details>

<details><summary>@mux/playback-core: 0.28.1</summary>

##
[0.28.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected])
(2024-12-17)


### Bug Fixes

* cap level controller import in cjs build
([#1045](#1045))
([23045a3](23045a3))
</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>
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
1 parent 23045a3 commit d2bd219
Show file tree
Hide file tree
Showing 15 changed files with 85 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.10",
"packages/mux-audio": "0.15.0",
"packages/mux-audio-react": "0.12.0",
"packages/mux-audio": "0.15.1",
"packages/mux-audio-react": "0.12.1",
"packages/mux-elements-codemod": "1.1.9",
"packages/mux-player": "3.2.0",
"packages/mux-player-react": "3.2.0",
"packages/mux-player": "3.2.1",
"packages/mux-player-react": "3.2.1",
"packages/mux-uploader": "1.1.0",
"packages/mux-uploader-react": "1.0.4",
"packages/mux-video": "0.23.0",
"packages/mux-video-react": "0.13.0",
"packages/playback-core": "0.28.0"
"packages/mux-video": "0.23.1",
"packages/mux-video-react": "0.13.1",
"packages/playback-core": "0.28.1"
}
9 changes: 9 additions & 0 deletions packages/mux-audio-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.12.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/playback-core bumped from 0.28.0 to 0.28.1

## [0.12.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-12)


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.12.0",
"version": "0.12.1",
"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.0",
"@mux/playback-core": "0.28.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/mux-audio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.15.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/playback-core bumped from 0.28.0 to 0.28.1

## [0.15.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-12)


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.0",
"version": "0.15.1",
"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.0",
"@mux/playback-core": "0.28.1",
"custom-media-element": "~1.4.1"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/mux-player-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.2.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/mux-player bumped from 3.2.0 to 3.2.1
* @mux/playback-core bumped from 0.28.0 to 0.28.1

## [3.2.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-12)


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.0",
"version": "3.2.1",
"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.0",
"@mux/playback-core": "0.28.0",
"@mux/mux-player": "3.2.1",
"@mux/playback-core": "0.28.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/mux-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.2.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/mux-video bumped from 0.23.0 to 0.23.1
* @mux/playback-core bumped from 0.28.0 to 0.28.1

## [3.2.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-12)


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.0",
"version": "3.2.1",
"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.23.0",
"@mux/playback-core": "0.28.0",
"@mux/mux-video": "0.23.1",
"@mux/playback-core": "0.28.1",
"media-chrome": "~4.3.0",
"player.style": "^0.1.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/mux-video-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.13.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/playback-core bumped from 0.28.0 to 0.28.1

## [0.13.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-12)


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.13.0",
"version": "0.13.1",
"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.0",
"@mux/playback-core": "0.28.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/mux-video/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.23.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-17)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/playback-core bumped from 0.28.0 to 0.28.1

## [0.23.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-12)


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.23.0",
"version": "0.23.1",
"description": "A custom mux video element for the browser that Just Works™",
"keywords": [
"video",
Expand Down Expand Up @@ -64,7 +64,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.0",
"@mux/playback-core": "0.28.1",
"castable-video": "~1.1.3",
"custom-media-element": "~1.4.1",
"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.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-17)


### Bug Fixes

* cap level controller import in cjs build ([#1045](https://github.com/muxinc/elements/issues/1045)) ([23045a3](https://github.com/muxinc/elements/commit/23045a3c28cf158bf3018312240b0e1925a1459b))

## [0.28.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-12-12)


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.0",
"version": "0.28.1",
"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 d2bd219

Please sign in to comment.