Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpillsbury committed Aug 15, 2023
1 parent c0c471a commit f584e94
Show file tree
Hide file tree
Showing 20 changed files with 132 additions and 19 deletions.
11 changes: 11 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,17 @@
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.2](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-15)


### Bug Fixes

* Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))





# [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
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.1",
"version": "0.2.0-alpha.2",
"description": "A custom Mux element to show the current viewer count for the browser that Just Works™",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down
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.6.17](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-15)


### Bug Fixes

* Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))





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


### Bug Fixes

* Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))





## [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
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.6",
"version": "0.10.7",
"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 @@ -59,7 +59,7 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/playback-core": "0.19.0",
"@mux/playback-core": "0.19.1",
"custom-media-element": "0.2.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/mux-player-react/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.

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


### Bug Fixes

* **mux-player-react:** Don't declare lazy exports that don't exist. ([#746](https://github.com/muxinc/elements/issues/746)) ([c0c471a](https://github.com/muxinc/elements/commit/c0c471acbad94e06628c8c2061d09d893b410a51))
* Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))





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


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

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


### Bug Fixes

* **mux-player:** version bump for media-chrome (fixes first frame ren… ([#740](https://github.com/muxinc/elements/issues/740)) ([8a9e9ab](https://github.com/muxinc/elements/commit/8a9e9ab94d4515a22a7d294895da7b6f54d53e39))
* Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))





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


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.12.0",
"version": "1.12.1",
"description": "An open source Mux player web component that Just Works™",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -86,8 +86,8 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/mux-video": "0.16.0",
"@mux/playback-core": "0.19.0",
"@mux/mux-video": "0.16.1",
"@mux/playback-core": "0.19.1",
"media-chrome": "^1.2.4"
},
"devDependencies": {
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.0-beta.11](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-15)


### Bug Fixes

* Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))





# [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
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.10",
"version": "1.0.0-beta.11",
"description": "An uploader element for React that handles Mux Direct Uploads and a visual progress bar for you",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -61,7 +61,7 @@
}
},
"dependencies": {
"@mux/mux-uploader": "1.0.0-beta.10",
"@mux/mux-uploader": "1.0.0-beta.11",
"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.11](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-15)


### Bug Fixes

* Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))





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


### Bug Fixes

* Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))





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


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.16",
"version": "0.7.17",
"description": "A custom mux video element for React that Just Works™",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -62,7 +62,7 @@
}
},
"dependencies": {
"@mux/playback-core": "0.19.0",
"@mux/playback-core": "0.19.1",
"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.16.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-15)


### Bug Fixes

* Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))
* upgrade media-tracks ([#744](https://github.com/muxinc/elements/issues/744)) ([af957c2](https://github.com/muxinc/elements/commit/af957c2421715d62e6cef658d0e608a6a3f20968))





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


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.0",
"version": "0.16.1",
"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 @@ -59,7 +59,7 @@
"publish-release": "../../scripts/publish.sh"
},
"dependencies": {
"@mux/playback-core": "0.19.0",
"@mux/playback-core": "0.19.1",
"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.19.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2023-08-15)


### Bug Fixes

* upgrade media-tracks ([#744](https://github.com/muxinc/elements/issues/744)) ([af957c2](https://github.com/muxinc/elements/commit/af957c2421715d62e6cef658d0e608a6a3f20968))





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


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.19.0",
"version": "0.19.1",
"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 f584e94

@vercel
Copy link

@vercel vercel bot commented on f584e94 Aug 15, 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.vercel.app
elements-demo-vue-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f584e94 Aug 15, 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.vercel.app
elements-demo-create-react-app-git-main-mux.vercel.app

@vercel
Copy link

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

@vercel
Copy link

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

@vercel
Copy link

@vercel vercel bot commented on f584e94 Aug 15, 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

Please sign in to comment.