Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJaggard committed Oct 24, 2023
1 parent 5e0c337 commit fb82b38
Show file tree
Hide file tree
Showing 14 changed files with 98 additions and 15 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.7.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-24)


### Features

* Manifest manipulation and other media stream query param props. ([954b2c8](https://github.com/muxinc/elements/commit/954b2c80d7df88bb4585c46a15dd1185d56dcf9a))





## [0.6.21](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-03)

**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.6.21",
"version": "0.7.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.20.2",
"@mux/playback-core": "0.21.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.11.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-24)


### Features

* Manifest manipulation and other media stream query param props. ([954b2c8](https://github.com/muxinc/elements/commit/954b2c80d7df88bb4585c46a15dd1185d56dcf9a))





## [0.10.11](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-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.10.11",
"version": "0.11.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.20.2",
"@mux/playback-core": "0.21.0",
"custom-media-element": "0.2.0"
},
"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.1.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-24)


### Features

* Manifest manipulation and other media stream query param props. ([954b2c8](https://github.com/muxinc/elements/commit/954b2c80d7df88bb4585c46a15dd1185d56dcf9a))





## [2.0.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-03)

**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.0.1",
"version": "2.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": "2.0.1",
"@mux/playback-core": "0.20.2",
"@mux/mux-player": "2.1.0",
"@mux/playback-core": "0.21.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.1.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-24)


### Bug Fixes

* Don't allow clicks on bg gradients ([#797](https://github.com/muxinc/elements/issues/797)) ([3135e44](https://github.com/muxinc/elements/commit/3135e441bb88a166b48070c4f41c33a3878870d1))


### Features

* Add volume slider to live controls ([#800](https://github.com/muxinc/elements/issues/800)) ([5e0c337](https://github.com/muxinc/elements/commit/5e0c33715af190d2c39f8ffc9b2d7ff3d413f602))
* Manifest manipulation and other media stream query param props. ([954b2c8](https://github.com/muxinc/elements/commit/954b2c80d7df88bb4585c46a15dd1185d56dcf9a))





## [2.0.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-03)

**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.0.1",
"version": "2.1.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.16.5",
"@mux/playback-core": "0.20.2",
"@mux/mux-video": "0.17.0",
"@mux/playback-core": "0.21.0",
"media-chrome": "^1.4.3"
},
"devDependencies": {
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.8.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-24)


### Features

* Manifest manipulation and other media stream query param props. ([954b2c8](https://github.com/muxinc/elements/commit/954b2c80d7df88bb4585c46a15dd1185d56dcf9a))





## [0.7.21](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-03)

**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.7.21",
"version": "0.8.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.20.2",
"@mux/playback-core": "0.21.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mux-video/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.17.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-24)


### Features

* Manifest manipulation and other media stream query param props. ([954b2c8](https://github.com/muxinc/elements/commit/954b2c80d7df88bb4585c46a15dd1185d56dcf9a))





## [0.16.5](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-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.16.5",
"version": "0.17.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.20.2",
"@mux/playback-core": "0.21.0",
"castable-video": "0.5.2",
"custom-media-element": "0.2.0",
"media-tracks": ">=0.2.3"
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.21.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-24)


### Features

* Manifest manipulation and other media stream query param props. ([954b2c8](https://github.com/muxinc/elements/commit/954b2c80d7df88bb4585c46a15dd1185d56dcf9a))





## [0.20.2](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-10-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.20.2",
"version": "0.21.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

5 comments on commit fb82b38

@vercel
Copy link

@vercel vercel bot commented on fb82b38 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-vanilla – ./examples/vanilla-ts-esm

elements-demo-vanilla-mux.vercel.app
elements-demo-vanilla.vercel.app
elements-demo-vanilla-git-main-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fb82b38 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-svelte-kit – ./examples/svelte-kit

elements-demo-svelte-kit-mux.vercel.app
elements-demo-svelte-kit.vercel.app
elements-demo-svelte-kit-git-main-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fb82b38 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-vue – ./examples/vue-with-typescript

elements-demo-vue-git-main-mux.vercel.app
elements-demo-vue-mux.vercel.app
elements-demo-vue.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fb82b38 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-nextjs – ./examples/nextjs-with-typescript

elements-demo-nextjs-mux.vercel.app
elements-demo-nextjs.vercel.app
elements-demo-nextjs-git-main-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fb82b38 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-create-react-app – ./examples/create-react-app-with-typescript

elements-demo-create-react-app-mux.vercel.app
elements-demo-create-react-app-git-main-mux.vercel.app
elements-demo-create-react-app.vercel.app

Please sign in to comment.