Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJaggard committed Aug 14, 2023
1 parent 682fe1a commit 6d65582
Show file tree
Hide file tree
Showing 20 changed files with 123 additions and 19 deletions.
8 changes: 8 additions & 0 deletions packages/mux-active-viewer-count/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.2.0-alpha.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-14)

**Note:** Version bump only for package @mux/mux-active-viewer-count





# 0.2.0-alpha.0 (2023-03-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/mux-active-viewer-count/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-active-viewer-count",
"version": "0.2.0-alpha.0",
"version": "0.2.0-alpha.1",
"description": "A custom Mux element to show the current viewer count for the browser that Just Works™",
"type": "module",
"main": "./dist/index.cjs.js",
Expand Down
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.16](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-14)

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





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

**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.15",
"version": "0.6.16",
"description": "A custom mux audio element for React that Just Works™",
"type": "module",
"main": "./dist/index.cjs.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
}
},
"dependencies": {
"@mux/playback-core": "0.18.5",
"@mux/playback-core": "0.19.0",
"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.10.6](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-14)

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





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

**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.5",
"version": "0.10.6",
"description": "A custom mux audio element for the browser that Just Works™",
"type": "module",
"main": "./dist/index.cjs.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/playback-core": "0.18.5",
"@mux/playback-core": "0.19.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.

# [1.12.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-14)


### Features

* **mux-player-react:** re-export themes from player package ([#737](https://github.com/muxinc/elements/issues/737)) ([682fe1a](https://github.com/muxinc/elements/commit/682fe1ab7b772d189224178b5fcac8bc0f607fa6))





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

**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": "1.11.4",
"version": "1.12.0",
"description": "An open source Mux player for React that Just Works™",
"type": "module",
"main": "./dist/index.cjs.js",
Expand Down Expand Up @@ -92,8 +92,8 @@
}
},
"dependencies": {
"@mux/mux-player": "1.11.4",
"@mux/playback-core": "0.18.5",
"@mux/mux-player": "1.12.0",
"@mux/playback-core": "0.19.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.12.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-14)


### Bug Fixes

* **mux-player:** Adding controller exported part. Marking as fix bc n… ([#732](https://github.com/muxinc/elements/issues/732)) ([0599c71](https://github.com/muxinc/elements/commit/0599c717b56ca3b4cc20e4d977e96a55f76575d3)), closes [#728](https://github.com/muxinc/elements/issues/728) [#727](https://github.com/muxinc/elements/issues/727)
* **mux-player:** exporting underlying poster img part for advanced styling ([#733](https://github.com/muxinc/elements/issues/733)) ([317ecac](https://github.com/muxinc/elements/commit/317ecac4759903ff2f6c642f98a29e268180aab5)), closes [#717](https://github.com/muxinc/elements/issues/717)
* **mux-player:** Only match theme by id if element is a template. ([#731](https://github.com/muxinc/elements/issues/731)) ([bb4886c](https://github.com/muxinc/elements/commit/bb4886cca7476800c959922f9c0703f72f189d87))


### Features

* add quality selector ([#734](https://github.com/muxinc/elements/issues/734)) ([5d1da39](https://github.com/muxinc/elements/commit/5d1da396a05a08d5c5322e364bc98a693605a497)), closes [#572](https://github.com/muxinc/elements/issues/572)
* implement renditions API ([#708](https://github.com/muxinc/elements/issues/708)) ([f3e8db2](https://github.com/muxinc/elements/commit/f3e8db21fd03c5d5570a628853f49c51d428d26e))
* New default theme ([#709](https://github.com/muxinc/elements/issues/709)) ([d69d84e](https://github.com/muxinc/elements/commit/d69d84ea6708c8548d6e5780dfa0a5ad8ed314f8))





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


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.11.4",
"version": "1.12.0",
"description": "An open source Mux player web component that Just Works™",
"type": "module",
"main": "./dist/index.cjs.js",
Expand Down Expand Up @@ -87,8 +87,8 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/mux-video": "0.15.6",
"@mux/playback-core": "0.18.5",
"@mux/mux-video": "0.16.0",
"@mux/playback-core": "0.19.0",
"media-chrome": "^1.2.3"
},
"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.10](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-14)

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





# [1.0.0-beta.9](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-06-06)


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.9",
"version": "1.0.0-beta.10",
"description": "An uploader element for React that handles Mux Direct Uploads and a visual progress bar for you",
"type": "module",
"main": "./dist/index.cjs.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
}
},
"dependencies": {
"@mux/mux-uploader": "1.0.0-beta.9",
"@mux/mux-uploader": "1.0.0-beta.10",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mux-uploader/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.10](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-14)

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





# [1.0.0-beta.9](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-06-06)


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.9",
"version": "1.0.0-beta.10",
"description": "An uploader elements to be used with Mux Direct Uploads",
"type": "module",
"main": "./dist/index.cjs",
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.7.16](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-14)


### Bug Fixes

* **mux-video-react:** Don't spread streamType to video to avoid React warnings ([#721](https://github.com/muxinc/elements/issues/721)) ([7395fca](https://github.com/muxinc/elements/commit/7395fca1b50dbad4fa04cb37b234523b953a2c78)), closes [#602](https://github.com/muxinc/elements/issues/602)





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

**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.15",
"version": "0.7.16",
"description": "A custom mux video element for React that Just Works™",
"type": "module",
"main": "./dist/index.cjs.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
}
},
"dependencies": {
"@mux/playback-core": "0.18.5",
"@mux/playback-core": "0.19.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.16.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-14)


### Features

* implement renditions API ([#708](https://github.com/muxinc/elements/issues/708)) ([f3e8db2](https://github.com/muxinc/elements/commit/f3e8db21fd03c5d5570a628853f49c51d428d26e))





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

**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.15.6",
"version": "0.16.0",
"description": "A custom mux video element for the browser that Just Works™",
"type": "module",
"main": "./dist/index.cjs.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/playback-core": "0.18.5",
"@mux/playback-core": "0.19.0",
"castable-video": "0.5.2",
"custom-media-element": "0.2.0",
"media-tracks": ">=0.2.1"
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.19.0](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-14)


### Features

* implement renditions API ([#708](https://github.com/muxinc/elements/issues/708)) ([f3e8db2](https://github.com/muxinc/elements/commit/f3e8db21fd03c5d5570a628853f49c51d428d26e))





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


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.18.5",
"version": "0.19.0",
"description": "Core library for media playback in the browser shared by mux elements",
"type": "module",
"main": "./dist/index.cjs.js",
Expand Down

5 comments on commit 6d65582

@vercel
Copy link

@vercel vercel bot commented on 6d65582 Aug 14, 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.vercel.app
elements-demo-svelte-kit-mux.vercel.app
elements-demo-svelte-kit-git-main-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6d65582 Aug 14, 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-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 6d65582 Aug 14, 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.vercel.app
elements-demo-vue-mux.vercel.app
elements-demo-vue-git-main-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6d65582 Aug 14, 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-git-main-mux.vercel.app
elements-demo-vanilla.vercel.app
elements-demo-vanilla-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6d65582 Aug 14, 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.vercel.app
elements-demo-nextjs-mux.vercel.app
elements-demo-nextjs-git-main-mux.vercel.app

Please sign in to comment.