Skip to content

Commit

Permalink
0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 19, 2022
1 parent 006e3f3 commit 0a90909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0a90909

Please sign in to comment.