@mux/mux-player-react 2.0.0-canary.0-085002a → 2.0.1-canary.0-e429540

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,6 +5,10 @@
5
5
  <a href="https://www.npmjs.com/package/@mux/mux-player-react"><img src="https://img.shields.io/npm/l/@mux/mux-player-react.svg?sanitize=true" alt="License"></a>
6
6
  </p>
7
7
 
8
+ # New release: 2.0
9
+
10
+ Mux Player has recently released 2.0. See the [[https://github.com/muxinc/elements/blob/packages/mux-player/UPGRADING_V1_to_V2.md](https://github.com/muxinc/elements/blob/main/packages/mux-player/UPGRADING_V1_to_V2.md) and the [blog post announcement](https://www.mux.com/blog/mux-player-2-0-for-web-and-coming-soon-for-ios-and-android).
11
+
8
12
  # Introduction
9
13
 
10
14
  `<MuxPlayer />` is a Mux-flavored React video player component, built on top of our [mux-player web component](../mux-player) and [Media Chrome](https://media-chrome.org).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mux/mux-player-react",
3
- "version": "2.0.0-canary.0-085002a",
3
+ "version": "2.0.1-canary.0-e429540",
4
4
  "description": "An open source Mux player for React that Just Works™",
5
5
  "homepage": "https://mux.com/player",
6
6
  "keywords": [
@@ -98,8 +98,8 @@
98
98
  }
99
99
  },
100
100
  "dependencies": {
101
- "@mux/mux-player": "2.0.0-canary.0-085002a",
102
- "@mux/playback-core": "0.20.2-canary.0-085002a",
101
+ "@mux/mux-player": "2.0.1-canary.0-e429540",
102
+ "@mux/playback-core": "0.20.2-canary.0-e429540",
103
103
  "prop-types": "^15.7.2"
104
104
  },
105
105
  "devDependencies": {