Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJaggard committed May 28, 2024
1 parent 22e9b06 commit 845493b
Show file tree
Hide file tree
Showing 18 changed files with 122 additions and 18 deletions.
11 changes: 11 additions & 0 deletions packages/mux-audio-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **mux-player, mux-player-react, mux-video, mux-video-react, mux-audio, mux-audio-react, playback-core:** pdt clipping ([#923](https://github.com/muxinc/elements/issues/923)) ([22e9b06](https://github.com/muxinc/elements/commit/22e9b06e2e0913a6c34ebea53f4bbeded969b5a4))





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


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.9.0",
"version": "0.10.0",
"description": "A custom mux audio element for React that Just Works™",
"keywords": [
"audio",
Expand Down Expand Up @@ -68,7 +68,7 @@
}
},
"dependencies": {
"@mux/playback-core": "0.23.1",
"@mux/playback-core": "0.24.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mux-audio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **mux-player, mux-player-react, mux-video, mux-video-react, mux-audio, mux-audio-react, playback-core:** pdt clipping ([#923](https://github.com/muxinc/elements/issues/923)) ([22e9b06](https://github.com/muxinc/elements/commit/22e9b06e2e0913a6c34ebea53f4bbeded969b5a4))





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

**Note:** Version bump only for package @mux/mux-audio
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.12.1",
"version": "0.13.0",
"description": "A custom mux audio element for the browser that Just Works™",
"keywords": [
"audio",
Expand Down Expand Up @@ -65,7 +65,7 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/playback-core": "0.23.1",
"@mux/playback-core": "0.24.0",
"custom-media-element": "~1.2.3"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/mux-player-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **mux-player, mux-player-react, mux-video, mux-video-react, mux-audio, mux-audio-react, playback-core:** pdt clipping ([#923](https://github.com/muxinc/elements/issues/923)) ([22e9b06](https://github.com/muxinc/elements/commit/22e9b06e2e0913a6c34ebea53f4bbeded969b5a4))
* **playback-core, mux-video, mux-player:** addChapters interface ([#909](https://github.com/muxinc/elements/issues/909)) ([84392f1](https://github.com/muxinc/elements/commit/84392f14ee429b63ce26326e84e80e93bbdc70db))





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


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": "2.6.0",
"version": "2.7.0",
"description": "An open source Mux player for React that Just Works™",
"homepage": "https://mux.com/player",
"keywords": [
Expand Down Expand Up @@ -98,8 +98,8 @@
}
},
"dependencies": {
"@mux/mux-player": "2.6.0",
"@mux/playback-core": "0.23.1",
"@mux/mux-player": "2.7.0",
"@mux/playback-core": "0.24.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/mux-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **mux-player, mux-player-react, mux-video, mux-video-react, mux-audio, mux-audio-react, playback-core:** pdt clipping ([#923](https://github.com/muxinc/elements/issues/923)) ([22e9b06](https://github.com/muxinc/elements/commit/22e9b06e2e0913a6c34ebea53f4bbeded969b5a4))
* **playback-core, mux-video, mux-player:** addChapters interface ([#909](https://github.com/muxinc/elements/issues/909)) ([84392f1](https://github.com/muxinc/elements/commit/84392f14ee429b63ce26326e84e80e93bbdc70db))





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


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": "2.6.0",
"version": "2.7.0",
"description": "An open source Mux player web component that Just Works™",
"homepage": "https://mux.com/player",
"keywords": [
Expand Down Expand Up @@ -94,8 +94,8 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/mux-video": "0.18.1",
"@mux/playback-core": "0.23.1",
"@mux/mux-video": "0.19.0",
"@mux/playback-core": "0.24.0",
"media-chrome": "~3.2.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mux-uploader-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.18](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-05-28)


### Features

* **mux-uploader, mux-uploader-react:** Add pausable functionality and pause button component. ([#918](https://github.com/muxinc/elements/issues/918)) ([9198771](https://github.com/muxinc/elements/commit/919877119d30db5a108e4b0bbe9309ecdce7e646))





# [1.0.0-beta.17](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-05-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/mux-uploader-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-uploader-react",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "An uploader element for React that handles Mux Direct Uploads and a visual progress bar for you",
"keywords": [
"video",
Expand Down Expand Up @@ -70,7 +70,7 @@
}
},
"dependencies": {
"@mux/mux-uploader": "1.0.0-beta.17",
"@mux/mux-uploader": "1.0.0-beta.18",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/mux-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.18](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-05-28)


### Features

* **mux-uploader, mux-uploader-react:** Add pausable functionality and pause button component. ([#918](https://github.com/muxinc/elements/issues/918)) ([9198771](https://github.com/muxinc/elements/commit/919877119d30db5a108e4b0bbe9309ecdce7e646))
* **mux-uploader:** Clean up styling and templating code for mux-uploader for (re)sizing. ([#922](https://github.com/muxinc/elements/issues/922)) ([13c7401](https://github.com/muxinc/elements/commit/13c74011a19ad6e575764e0a2fb43b9bf27023c0))





# [1.0.0-beta.17](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-05-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/mux-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-uploader",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "An uploader elements to be used with Mux Direct Uploads",
"keywords": [
"video",
Expand Down
11 changes: 11 additions & 0 deletions packages/mux-video-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **mux-player, mux-player-react, mux-video, mux-video-react, mux-audio, mux-audio-react, playback-core:** pdt clipping ([#923](https://github.com/muxinc/elements/issues/923)) ([22e9b06](https://github.com/muxinc/elements/commit/22e9b06e2e0913a6c34ebea53f4bbeded969b5a4))





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


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.10.0",
"version": "0.11.0",
"description": "A custom mux video element for React that Just Works™",
"keywords": [
"video",
Expand Down Expand Up @@ -69,7 +69,7 @@
}
},
"dependencies": {
"@mux/playback-core": "0.23.1",
"@mux/playback-core": "0.24.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/mux-video/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **mux-player, mux-player-react, mux-video, mux-video-react, mux-audio, mux-audio-react, playback-core:** pdt clipping ([#923](https://github.com/muxinc/elements/issues/923)) ([22e9b06](https://github.com/muxinc/elements/commit/22e9b06e2e0913a6c34ebea53f4bbeded969b5a4))
* **playback-core, mux-video, mux-player:** addChapters interface ([#909](https://github.com/muxinc/elements/issues/909)) ([84392f1](https://github.com/muxinc/elements/commit/84392f14ee429b63ce26326e84e80e93bbdc70db))





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

**Note:** Version bump only for package @mux/mux-video
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.18.1",
"version": "0.19.0",
"description": "A custom mux video element for the browser that Just Works™",
"keywords": [
"video",
Expand Down Expand Up @@ -66,7 +66,7 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/playback-core": "0.23.1",
"@mux/playback-core": "0.24.0",
"castable-video": "~1.0.6",
"custom-media-element": "~1.2.3",
"media-tracks": "~0.3.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/playback-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **mux-player, mux-player-react, mux-video, mux-video-react, mux-audio, mux-audio-react, playback-core:** pdt clipping ([#923](https://github.com/muxinc/elements/issues/923)) ([22e9b06](https://github.com/muxinc/elements/commit/22e9b06e2e0913a6c34ebea53f4bbeded969b5a4))
* **playback-core, mux-video, mux-player:** addChapters interface ([#909](https://github.com/muxinc/elements/issues/909)) ([84392f1](https://github.com/muxinc/elements/commit/84392f14ee429b63ce26326e84e80e93bbdc70db))





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


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.23.1",
"version": "0.24.0",
"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 845493b

Please sign in to comment.