Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpillsbury committed Jul 10, 2024
1 parent 4f9e4a7 commit 052023e
Show file tree
Hide file tree
Showing 18 changed files with 141 additions and 18 deletions.
8 changes: 8 additions & 0 deletions packages/mux-audio-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @mux/mux-audio-react





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


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.10.0",
"version": "0.10.1",
"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.24.0",
"@mux/playback-core": "0.25.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.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-07-10)


### Bug Fixes

* upgrade hls.js, custom-media-element, etc. ([#931](https://github.com/muxinc/elements/issues/931)) ([efb5c51](https://github.com/muxinc/elements/commit/efb5c514f65f017fdeea50682e1cdb15229cfd92)), closes [#927](https://github.com/muxinc/elements/issues/927)





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


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.13.0",
"version": "0.13.1",
"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.24.0",
"@mux/playback-core": "0.25.0",
"custom-media-element": "~1.3.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mux-player-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.

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


### Features

* basic drm support ([#905](https://github.com/muxinc/elements/issues/905)) ([79acc9d](https://github.com/muxinc/elements/commit/79acc9d8cb520da469f1c72196befc384ee5b4f9))





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


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.7.0",
"version": "2.8.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.7.0",
"@mux/playback-core": "0.24.0",
"@mux/mux-player": "2.8.0",
"@mux/playback-core": "0.25.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/mux-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **mux-player:** Hide cast button by default when using DRM. ([#930](https://github.com/muxinc/elements/issues/930)) ([367275a](https://github.com/muxinc/elements/commit/367275ad28dc689510e89000f27ccddb9092315e))
* upgrade hls.js, custom-media-element, etc. ([#931](https://github.com/muxinc/elements/issues/931)) ([efb5c51](https://github.com/muxinc/elements/commit/efb5c514f65f017fdeea50682e1cdb15229cfd92)), closes [#927](https://github.com/muxinc/elements/issues/927)


### Features

* basic drm support ([#905](https://github.com/muxinc/elements/issues/905)) ([79acc9d](https://github.com/muxinc/elements/commit/79acc9d8cb520da469f1c72196befc384ee5b4f9))





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


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.7.0",
"version": "2.8.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.19.0",
"@mux/playback-core": "0.24.0",
"@mux/mux-video": "0.20.0",
"@mux/playback-core": "0.25.0",
"media-chrome": "~3.2.3"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/mux-uploader-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.19](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-07-10)


### Bug Fixes

* **mux-uploader, mux-uploader-react:** Minor cleanup ([#935](https://github.com/muxinc/elements/issues/935)) ([3efe356](https://github.com/muxinc/elements/commit/3efe35628465b033ab0bb533fb3dff6d25e5774e))


### Features

* clean up type attr. Handle dynamic updates better. ([#937](https://github.com/muxinc/elements/issues/937)) ([4f9e4a7](https://github.com/muxinc/elements/commit/4f9e4a720ddce3f36c04532e26f9860e13f8cccd))
* mux uploader large file fallback ([#934](https://github.com/muxinc/elements/issues/934)) ([87acf67](https://github.com/muxinc/elements/commit/87acf67024a138d77646332667ea8153e3f4607e)), closes [#892](https://github.com/muxinc/elements/issues/892)





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


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.18",
"version": "1.0.0-beta.19",
"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.18",
"@mux/mux-uploader": "1.0.0-beta.19",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/mux-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.19](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-07-10)


### Bug Fixes

* **mux-uploader, mux-uploader-react:** Minor cleanup ([#935](https://github.com/muxinc/elements/issues/935)) ([3efe356](https://github.com/muxinc/elements/commit/3efe35628465b033ab0bb533fb3dff6d25e5774e))


### Features

* clean up type attr. Handle dynamic updates better. ([#937](https://github.com/muxinc/elements/issues/937)) ([4f9e4a7](https://github.com/muxinc/elements/commit/4f9e4a720ddce3f36c04532e26f9860e13f8cccd))
* mux uploader large file fallback ([#934](https://github.com/muxinc/elements/issues/934)) ([87acf67](https://github.com/muxinc/elements/commit/87acf67024a138d77646332667ea8153e3f4607e)), closes [#892](https://github.com/muxinc/elements/issues/892)





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


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.18",
"version": "1.0.0-beta.19",
"description": "An uploader elements to be used with Mux Direct Uploads",
"keywords": [
"video",
Expand Down
8 changes: 8 additions & 0 deletions packages/mux-video-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @mux/mux-video-react





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


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.11.0",
"version": "0.11.1",
"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.24.0",
"@mux/playback-core": "0.25.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/mux-video/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* upgrade hls.js, custom-media-element, etc. ([#931](https://github.com/muxinc/elements/issues/931)) ([efb5c51](https://github.com/muxinc/elements/commit/efb5c514f65f017fdeea50682e1cdb15229cfd92)), closes [#927](https://github.com/muxinc/elements/issues/927)


### Features

* basic drm support ([#905](https://github.com/muxinc/elements/issues/905)) ([79acc9d](https://github.com/muxinc/elements/commit/79acc9d8cb520da469f1c72196befc384ee5b4f9))





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


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.19.0",
"version": "0.20.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.24.0",
"@mux/playback-core": "0.25.0",
"castable-video": "~1.0.9",
"custom-media-element": "~1.3.1",
"media-tracks": "~0.3.2"
Expand Down
18 changes: 18 additions & 0 deletions packages/playback-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **playback-core:** pseudo-ended eval case where media is not attached. ([#932](https://github.com/muxinc/elements/issues/932)) ([7c57cdd](https://github.com/muxinc/elements/commit/7c57cdd5278079ed5672525c48f649e857c3fc84))
* upgrade hls.js, custom-media-element, etc. ([#931](https://github.com/muxinc/elements/issues/931)) ([efb5c51](https://github.com/muxinc/elements/commit/efb5c514f65f017fdeea50682e1cdb15229cfd92)), closes [#927](https://github.com/muxinc/elements/issues/927)


### Features

* basic drm support ([#905](https://github.com/muxinc/elements/issues/905)) ([79acc9d](https://github.com/muxinc/elements/commit/79acc9d8cb520da469f1c72196befc384ee5b4f9))
* **playback-core:** For widevine, prioritize L1 but fall back to L3. ([#939](https://github.com/muxinc/elements/issues/939)) ([f30dc74](https://github.com/muxinc/elements/commit/f30dc7455474fdca822971f527f953b70d94cd88))





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


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.24.0",
"version": "0.25.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 052023e

Please sign in to comment.