Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 13, 2022
1 parent 59f36c6 commit 29f41f3
Show file tree
Hide file tree
Showing 18 changed files with 123 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.6.2](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-12-13)

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





## [0.6.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-11-21)


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.1",
"version": "0.6.2",
"description": "A custom mux audio element for React that Just Works™",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -53,7 +53,7 @@
}
},
"dependencies": {
"@mux/playback-core": "0.14.0",
"@mux/playback-core": "0.15.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.9.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-12-13)


### Features

* allow video, audio and player elements to get any metadata-* attrs set ([#501](https://github.com/muxinc/elements/issues/501)) ([8ee139d](https://github.com/muxinc/elements/commit/8ee139d2bbd08e1e3c08d047f870c1dcf01dac7e))





## [0.8.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-11-21)


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.8.1",
"version": "0.9.0",
"description": "A custom mux audio element for the browser that Just Works™",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -49,7 +49,7 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/playback-core": "0.14.0"
"@mux/playback-core": "0.15.0"
},
"devDependencies": {
"@mux/test-esm-exports": "0.1.0",
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.

# [1.5.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-12-13)


### Features

* Remove experimentalCmcd and add none to preferCmcd. Update secret docs. ([2656631](https://github.com/muxinc/elements/commit/2656631968f2b7e97a07d435818ee43c16627002))





# [1.4.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-11-21)


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": "1.4.0",
"version": "1.5.0",
"description": "An open source Mux player for React that Just Works™",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -65,8 +65,8 @@
}
},
"dependencies": {
"@mux/mux-player": "1.4.0",
"@mux/playback-core": "0.14.0",
"@mux/mux-player": "1.5.0",
"@mux/playback-core": "0.15.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
20 changes: 20 additions & 0 deletions packages/mux-player/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.

# [1.5.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-12-13)


### Bug Fixes

* duplicate render by using value cache key ([031a89a](https://github.com/muxinc/elements/commit/031a89a0d8a46d715b9ad778a732b720c7694ab5)), closes [#517](https://github.com/muxinc/elements/issues/517)
* upgrade MC v0.16.1 ([#513](https://github.com/muxinc/elements/issues/513)) ([72da7a1](https://github.com/muxinc/elements/commit/72da7a1e77b6c8ed095785013c644888dcb2a8f8))
* upgrade Media Chrome v0.16.2 ([5db98fb](https://github.com/muxinc/elements/commit/5db98fbc4d0e390858934c7f7cdf7da4442e2d02))


### Features

* allow video, audio and player elements to get any metadata-* attrs set ([#501](https://github.com/muxinc/elements/issues/501)) ([8ee139d](https://github.com/muxinc/elements/commit/8ee139d2bbd08e1e3c08d047f870c1dcf01dac7e))
* implement Media Chrome HTML based theme ([#498](https://github.com/muxinc/elements/issues/498)) ([d83501a](https://github.com/muxinc/elements/commit/d83501ac3ddb4661f34f5e7526e93af525035190))
* Remove experimentalCmcd and add none to preferCmcd. Update secret docs. ([2656631](https://github.com/muxinc/elements/commit/2656631968f2b7e97a07d435818ee43c16627002))





# [1.4.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-11-21)


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": "1.4.0",
"version": "1.5.0",
"description": "An open source Mux player web component that Just Works™",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -50,8 +50,8 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/mux-video": "0.11.0",
"@mux/playback-core": "0.14.0",
"@mux/mux-video": "0.12.0",
"@mux/playback-core": "0.15.0",
"media-chrome": "0.16.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mux-uploader-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.

# [1.0.0-beta.3](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-12-13)

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





# [1.0.0-beta.2](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-10-25)

**Note:** Version bump only for package @mux/mux-uploader-react
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.2",
"version": "1.0.0-beta.3",
"type": "commonjs",
"description": "An uploader element for React that handles Mux Direct Uploads and a visual progress bar for you",
"main": "./dist/index.cjs.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
}
},
"dependencies": {
"@mux/mux-uploader": "1.0.0-beta.2",
"@mux/mux-uploader": "1.0.0-beta.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mux-uploader/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.3](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-12-13)


### Features

* **mux-uploader:** Upgrade upchunk to take advantage of readable streams. ([9a2c1b9](https://github.com/muxinc/elements/commit/9a2c1b973966a65702ba0259a5e59dfe8a378cd0))





# [1.0.0-beta.2](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-10-25)

**Note:** Version bump only for package @mux/mux-uploader
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.2",
"version": "1.0.0-beta.3",
"description": "An uploader elements to be used with Mux Direct Uploads",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
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.7.2](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-12-13)

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





## [0.7.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-11-21)


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.1",
"version": "0.7.2",
"description": "A custom mux video element for React that Just Works™",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -53,7 +53,7 @@
}
},
"dependencies": {
"@mux/playback-core": "0.14.0",
"@mux/playback-core": "0.15.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/mux-video/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]) (2022-12-13)


### Bug Fixes

* **mux-video:** Clean up some type defs. ([6daddd2](https://github.com/muxinc/elements/commit/6daddd2cb72dc496bb138b06c2673026db299dc0))


### Features

* allow video, audio and player elements to get any metadata-* attrs set ([#501](https://github.com/muxinc/elements/issues/501)) ([8ee139d](https://github.com/muxinc/elements/commit/8ee139d2bbd08e1e3c08d047f870c1dcf01dac7e))
* Remove experimentalCmcd and add none to preferCmcd. Update secret docs. ([2656631](https://github.com/muxinc/elements/commit/2656631968f2b7e97a07d435818ee43c16627002))





# [0.11.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-11-21)


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.11.0",
"version": "0.12.0",
"description": "A custom mux video element for the browser that Just Works™",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -49,7 +49,7 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/playback-core": "0.14.0"
"@mux/playback-core": "0.15.0"
},
"devDependencies": {
"@mux/test-esm-exports": "0.1.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.15.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-12-13)


### Features

* Remove experimentalCmcd and add none to preferCmcd. Update secret docs. ([2656631](https://github.com/muxinc/elements/commit/2656631968f2b7e97a07d435818ee43c16627002))





# [0.14.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-11-21)


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.14.0",
"version": "0.15.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 29f41f3

@vercel
Copy link

@vercel vercel bot commented on 29f41f3 Dec 13, 2022

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-git-main-mux.vercel.app
elements-demo-vanilla.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 29f41f3 Dec 13, 2022

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-git-main-mux.vercel.app
elements-demo-nextjs.vercel.app
elements-demo-nextjs-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 29f41f3 Dec 13, 2022

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-git-main-mux.vercel.app
elements-demo-create-react-app.vercel.app
elements-demo-create-react-app-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 29f41f3 Dec 13, 2022

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.vercel.app
elements-demo-svelte-kit-git-main-mux.vercel.app
elements-demo-svelte-kit-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 29f41f3 Dec 13, 2022

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.vercel.app
elements-demo-vue-git-main-mux.vercel.app
elements-demo-vue-mux.vercel.app

Please sign in to comment.