Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
1 parent 9b7ec1b commit 197ff9e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"packages/mux-audio": "0.15.2",
"packages/mux-audio-react": "0.15.2",
"packages/mux-elements-codemod": "1.1.10",
"packages/mux-player": "3.2.4",
"packages/mux-player-react": "3.2.4",
"packages/mux-player": "3.2.5",
"packages/mux-player-react": "3.2.5",
"packages/mux-uploader": "1.1.1",
"packages/mux-uploader-react": "1.1.1",
"packages/mux-video": "0.24.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/mux-player-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.2.5](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2025-01-10)


### Miscellaneous Chores

* **@mux/mux-player-react:** Synchronize player versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/mux-player bumped from 3.2.4 to 3.2.5

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


Expand Down
4 changes: 2 additions & 2 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.4",
"version": "3.2.5",
"description": "An open source Mux player for React that Just Works™",
"homepage": "https://mux.com/player",
"keywords": [
Expand Down Expand Up @@ -96,7 +96,7 @@
}
},
"dependencies": {
"@mux/mux-player": "3.2.4",
"@mux/mux-player": "3.2.5",
"@mux/playback-core": "0.28.2",
"prop-types": "^15.7.2"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/mux-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.2.5](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2025-01-10)


### Bug Fixes

* Mux-player imports ([#1056](https://github.com/muxinc/elements/issues/1056)) ([9b7ec1b](https://github.com/muxinc/elements/commit/9b7ec1b8b92a49f74ba361db90ddfa0a526c44d0))

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


Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "3.2.5",
"description": "An open source Mux player web component that Just Works™",
"homepage": "https://mux.com/player",
"keywords": [
Expand Down

0 comments on commit 197ff9e

Please sign in to comment.