Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpillsbury committed Mar 20, 2024
1 parent 9d48804 commit acb8783
Show file tree
Hide file tree
Showing 14 changed files with 88 additions and 15 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.7.4](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-03-20)

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





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

**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.7.3",
"version": "0.7.4",
"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.22.2",
"@mux/playback-core": "0.22.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mux-audio/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.4](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-03-20)

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





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

**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.11.3",
"version": "0.11.4",
"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.22.2",
"@mux/playback-core": "0.22.3",
"custom-media-element": "~1.2.2"
},
"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.4.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-03-20)


### Features

* **mux-player-react:** Remove commented out code (feat to force mino… ([#890](https://github.com/muxinc/elements/issues/890)) ([9d48804](https://github.com/muxinc/elements/commit/9d48804bcc0d7df497caea40505599652596c195))





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

**Note:** Version bump only for package @mux/mux-player-react
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.3.3",
"version": "2.4.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.3.3",
"@mux/playback-core": "0.22.2",
"@mux/mux-player": "2.4.0",
"@mux/playback-core": "0.22.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
19 changes: 19 additions & 0 deletions packages/mux-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **mux-player:** More cleanup for DVR in media chrome ([#887](https://github.com/muxinc/elements/issues/887)) ([e54dcdb](https://github.com/muxinc/elements/commit/e54dcdbcec8c7f32f57568021353a398126629f6))
* polish new time preview w/ shifting arrow ([#884](https://github.com/muxinc/elements/issues/884)) ([a3662c7](https://github.com/muxinc/elements/commit/a3662c7a2076246ed8dbca8c99aaaecce4b2423c))
* polish, use easing gradients ([#885](https://github.com/muxinc/elements/issues/885)) ([ff68f13](https://github.com/muxinc/elements/commit/ff68f13384badbda9ca8ac3618a8f36b769fa403))


### Features

* **mux-player:** Keyboard seek offsets now update with component offset props. ([#888](https://github.com/muxinc/elements/issues/888)) ([b419de9](https://github.com/muxinc/elements/commit/b419de9a3e316a712c36dfdcae1849b55e22eb23))
* **mux-player:** version bump to Media Chrome v3.1.0. ([#886](https://github.com/muxinc/elements/issues/886)) ([1f9a6ec](https://github.com/muxinc/elements/commit/1f9a6ece2ba07f3042330336f9a0719eab274642))





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

**Note:** Version bump only for package @mux/mux-player
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.3.3",
"version": "2.4.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.17.3",
"@mux/playback-core": "0.22.2",
"@mux/mux-video": "0.17.4",
"@mux/playback-core": "0.22.3",
"media-chrome": "~3.1.1"
},
"devDependencies": {
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.8.4](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-03-20)

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





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

**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.8.3",
"version": "0.8.4",
"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.22.2",
"@mux/playback-core": "0.22.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mux-video/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.17.4](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-03-20)

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





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


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.17.3",
"version": "0.17.4",
"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.22.2",
"@mux/playback-core": "0.22.3",
"castable-video": "~1.0.6",
"custom-media-element": "~1.2.3",
"media-tracks": "~0.3.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/playback-core/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.22.3](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2024-03-20)


### Bug Fixes

* **playback-core:** live seek and media chrome upgrade ([#883](https://github.com/muxinc/elements/issues/883)) ([94d11d9](https://github.com/muxinc/elements/commit/94d11d9656cf8560853daf6690d7705510fa9ce5))





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


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.22.2",
"version": "0.22.3",
"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 acb8783

Please sign in to comment.