Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Oct 24, 2024
1 parent e51a7ce commit e1d17f4
Show file tree
Hide file tree
Showing 16 changed files with 134 additions and 16 deletions.
17 changes: 17 additions & 0 deletions packages/mux-audio-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.

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


### Bug Fixes

* add updated peer deps to other React pkgs ([#1006](https://github.com/muxinc/elements/issues/1006)) ([e51a7ce](https://github.com/muxinc/elements/commit/e51a7ce412ce7f56610035f412e2f263325ed6ad))


### Features

* **playback-core, mux-video, mux-audio, mux-video-react, mux-audio-react, mux-player, mux-player-react:** Add asset start and end time props and attrs. ([#1002](https://github.com/muxinc/elements/issues/1002)) ([99a0726](https://github.com/muxinc/elements/commit/99a07268cfa78ee026a0ee7b7f9af90fcf3feb4c))
* **playback-core:** error handling rearchitecture (including more granular and DRM error cases) ([4d0b670](https://github.com/muxinc/elements/commit/4d0b670eacb57f44891fab781941dab6e97e06fe))





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

**Note:** Version bump only for package @mux/mux-audio-react
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.4",
"version": "0.11.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.26.0",
"@mux/playback-core": "0.27.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/mux-audio/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.14.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-10-24)


### Features

* **playback-core, mux-video, mux-audio, mux-video-react, mux-audio-react, mux-player, mux-player-react:** Add asset start and end time props and attrs. ([#1002](https://github.com/muxinc/elements/issues/1002)) ([99a0726](https://github.com/muxinc/elements/commit/99a07268cfa78ee026a0ee7b7f9af90fcf3feb4c))
* **playback-core:** error handling rearchitecture (including more granular and DRM error cases) ([4d0b670](https://github.com/muxinc/elements/commit/4d0b670eacb57f44891fab781941dab6e97e06fe))





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

**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.13.4",
"version": "0.14.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.26.0",
"@mux/playback-core": "0.27.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.

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


### Features

* **playback-core, mux-video, mux-audio, mux-video-react, mux-audio-react, mux-player, mux-player-react:** Add asset start and end time props and attrs. ([#1002](https://github.com/muxinc/elements/issues/1002)) ([99a0726](https://github.com/muxinc/elements/commit/99a07268cfa78ee026a0ee7b7f9af90fcf3feb4c))





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


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.0.0",
"version": "3.1.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": "3.0.0",
"@mux/playback-core": "0.26.0",
"@mux/mux-player": "3.1.0",
"@mux/playback-core": "0.27.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/mux-player/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.

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


### Bug Fixes

* menu CSS vars to hide menu button ([#999](https://github.com/muxinc/elements/issues/999)) ([4375d6f](https://github.com/muxinc/elements/commit/4375d6f0cb3c56eaee291521ad14c8eb5feb5d59))
* upgrade Media Chrome v4.2.1 ([#1001](https://github.com/muxinc/elements/issues/1001)) ([46e38b5](https://github.com/muxinc/elements/commit/46e38b5504ce2738c9b896e7424e3cb506e62fdf))


### Features

* **playback-core, mux-video, mux-audio, mux-video-react, mux-audio-react, mux-player, mux-player-react:** Add asset start and end time props and attrs. ([#1002](https://github.com/muxinc/elements/issues/1002)) ([99a0726](https://github.com/muxinc/elements/commit/99a07268cfa78ee026a0ee7b7f9af90fcf3feb4c))
* **playback-core:** error handling rearchitecture (including more granular and DRM error cases) ([4d0b670](https://github.com/muxinc/elements/commit/4d0b670eacb57f44891fab781941dab6e97e06fe))





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


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.0.0",
"version": "3.1.0",
"description": "An open source Mux player web component that Just Works™",
"homepage": "https://mux.com/player",
"keywords": [
Expand Down Expand Up @@ -95,8 +95,8 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/mux-video": "0.21.0",
"@mux/playback-core": "0.26.0",
"@mux/mux-video": "0.22.0",
"@mux/playback-core": "0.27.0",
"media-chrome": "~4.2.1",
"player.style": "^0.0.8"
},
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.3](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-10-24)


### Bug Fixes

* add updated peer deps to other React pkgs ([#1006](https://github.com/muxinc/elements/issues/1006)) ([e51a7ce](https://github.com/muxinc/elements/commit/e51a7ce412ce7f56610035f412e2f263325ed6ad))





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

**Note:** Version bump only for package @mux/mux-uploader-react
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.0.3",
"description": "An uploader element for React that handles Mux Direct Uploads and a visual progress bar for you",
"keywords": [
"video",
Expand Down
17 changes: 17 additions & 0 deletions packages/mux-video-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.

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


### Bug Fixes

* add updated peer deps to other React pkgs ([#1006](https://github.com/muxinc/elements/issues/1006)) ([e51a7ce](https://github.com/muxinc/elements/commit/e51a7ce412ce7f56610035f412e2f263325ed6ad))


### Features

* **playback-core, mux-video, mux-audio, mux-video-react, mux-audio-react, mux-player, mux-player-react:** Add asset start and end time props and attrs. ([#1002](https://github.com/muxinc/elements/issues/1002)) ([99a0726](https://github.com/muxinc/elements/commit/99a07268cfa78ee026a0ee7b7f9af90fcf3feb4c))
* **playback-core:** error handling rearchitecture (including more granular and DRM error cases) ([4d0b670](https://github.com/muxinc/elements/commit/4d0b670eacb57f44891fab781941dab6e97e06fe))





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

**Note:** Version bump only for package @mux/mux-video-react
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.4",
"version": "0.12.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.26.0",
"@mux/playback-core": "0.27.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.22.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-10-24)


### Features

* **playback-core, mux-video, mux-audio, mux-video-react, mux-audio-react, mux-player, mux-player-react:** Add asset start and end time props and attrs. ([#1002](https://github.com/muxinc/elements/issues/1002)) ([99a0726](https://github.com/muxinc/elements/commit/99a07268cfa78ee026a0ee7b7f9af90fcf3feb4c))
* **playback-core:** error handling rearchitecture (including more granular and DRM error cases) ([4d0b670](https://github.com/muxinc/elements/commit/4d0b670eacb57f44891fab781941dab6e97e06fe))





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


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

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


### Bug Fixes

* chapters disappearing after preload none ([#998](https://github.com/muxinc/elements/issues/998)) ([0f9d0fb](https://github.com/muxinc/elements/commit/0f9d0fb732a592115bfb162e56b27246000252b5))
* **playback-core:** Explicitly moving minimum version of mux-embed to 5.3.1 due to build issues in more complex build setups. ([#996](https://github.com/muxinc/elements/issues/996)) ([2577b78](https://github.com/muxinc/elements/commit/2577b78bd05bac544b62f07dae2e6d980ef24c23)), closes [#908](https://github.com/muxinc/elements/issues/908)
* **playback-core:** Handle cases where subs or cc media playlist is default (based on hls.js assumptions). ([#997](https://github.com/muxinc/elements/issues/997)) ([1088443](https://github.com/muxinc/elements/commit/10884436604bfe323552d85319c848d037859178))
* **playback-core:** Make sure seekable TimeRanges is populated when updating state. ([#1004](https://github.com/muxinc/elements/issues/1004)) ([b53b1ba](https://github.com/muxinc/elements/commit/b53b1ba19112817b295abc8f90918345bc2da0b2))


### Features

* **playback-core, mux-video, mux-audio, mux-video-react, mux-audio-react, mux-player, mux-player-react:** Add asset start and end time props and attrs. ([#1002](https://github.com/muxinc/elements/issues/1002)) ([99a0726](https://github.com/muxinc/elements/commit/99a07268cfa78ee026a0ee7b7f9af90fcf3feb4c))
* **playback-core:** error handling rearchitecture (including more granular and DRM error cases) ([4d0b670](https://github.com/muxinc/elements/commit/4d0b670eacb57f44891fab781941dab6e97e06fe))





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


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.26.0",
"version": "0.27.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 e1d17f4

Please sign in to comment.