Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpillsbury committed Oct 3, 2023
1 parent f147e5f commit 085002a
Show file tree
Hide file tree
Showing 4 changed files with 19 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.

## [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





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


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": "2.0.0",
"version": "2.0.1",
"description": "An open source Mux player for React that Just Works™",
"homepage": "https://mux.com/player",
"keywords": [
Expand Down Expand Up @@ -98,7 +98,7 @@
}
},
"dependencies": {
"@mux/mux-player": "2.0.0",
"@mux/mux-player": "2.0.1",
"@mux/playback-core": "0.20.2",
"prop-types": "^15.7.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/mux-player/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.

## [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





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


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": "2.0.0",
"version": "2.0.1",
"description": "An open source Mux player web component that Just Works™",
"homepage": "https://mux.com/player",
"keywords": [
Expand Down

5 comments on commit 085002a

@vercel
Copy link

@vercel vercel bot commented on 085002a Oct 3, 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 085002a Oct 3, 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-git-main-mux.vercel.app
elements-demo-nextjs-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 085002a Oct 3, 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 085002a Oct 3, 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 085002a Oct 3, 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-mux.vercel.app
elements-demo-create-react-app.vercel.app

Please sign in to comment.