We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd3155 commit b73bc98Copy full SHA for b73bc98
2 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 0.9.12
8
+ * Add React 19 to supported `peerDependencies` range. (#282)
9
+
10
## 0.9.11
11
* Fix type bug. (d0d38a84d4b5f3f94d6aaad681d0f90492c8ef4c)
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@u-wave/react-vimeo",
3
- "version": "0.9.11",
+ "version": "0.9.12",
"description": "Vimeo player component for React.",
"main": "dist/react-vimeo.js",
"module": "dist/react-vimeo.es.js",
0 commit comments