From 0a90909a692c40a611100c95b69ecd4254776383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Tue, 19 Apr 2022 12:33:44 +0200 Subject: [PATCH] 0.9.7 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d1e44..e1548d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.9.7 + * Add React 18 to supported `peerDependencies` range. (@dockwarder in #189) + * Accept typings from React 17 and 18 … hopefully npm picks the correct version for you :) + ## 0.9.6 - * Add React 18 to supported `peerDependencies` range. * Add `textTrack`, `playsInline`, `pip`, `keyboard`, `quality` props. (@thanhsonng in #178) ## 0.9.5 diff --git a/package.json b/package.json index 4185cb8..106cc08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@u-wave/react-vimeo", - "version": "0.9.6", + "version": "0.9.7", "description": "Vimeo player component for React.", "main": "dist/react-vimeo.js", "module": "dist/react-vimeo.es.js",