Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 15, 2022
1 parent 607dba1 commit 5c27059
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/mux-player-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.5.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-12-15)

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





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


Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "1.5.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 @@ -65,7 +65,7 @@
}
},
"dependencies": {
"@mux/mux-player": "1.5.0",
"@mux/mux-player": "1.5.1",
"@mux/playback-core": "0.15.0",
"prop-types": "^15.7.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/mux-player/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.1](https://github.com/muxinc/elements/compare/@mux/[email protected]...@mux/[email protected]) (2022-12-15)


### Bug Fixes

* allow setting theme template via property ([6ec0bb0](https://github.com/muxinc/elements/commit/6ec0bb0b4f6964490dc8d339e174462e98f80116))





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


Expand Down
2 changes: 1 addition & 1 deletion 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.5.0",
"version": "1.5.1",
"description": "An open source Mux player web component that Just Works™",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down

5 comments on commit 5c27059

@vercel
Copy link

@vercel vercel bot commented on 5c27059 Dec 15, 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-mux.vercel.app
elements-demo-vue-git-main-mux.vercel.app
elements-demo-vue.vercel.app

@vercel
Copy link

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

@vercel
Copy link

@vercel vercel bot commented on 5c27059 Dec 15, 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-mux.vercel.app
elements-demo-svelte-kit-git-main-mux.vercel.app
elements-demo-svelte-kit.vercel.app

@vercel
Copy link

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

@vercel
Copy link

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

Please sign in to comment.