Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sshyam-gupta committed Nov 30, 2023
1 parent 95dd546 commit 5ec18e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ yarn add react-router-prompt
This version works with react-router-dom >=v6.19
Should be used within [data routers](https://reactrouter.com/en/6.8.1/routers/picking-a-router#using-v64-data-apis)
For react-router-support `(v6 - v6.2.x)` please install v0.3.0
For react-router support `(v6 - v6.2.x)` please install v0.3.0
_Skipped support in middle due to breaking changes on react-router apis_
For react-router support (v6.7.x - v6.18.x) please install v0.5.4
```sh
yarn add react-router-prompt@0.3.0
```
_Skipped support in middle due to breaking changes on react-router apis_
## Contributing
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": "react-router-prompt",
"version": "0.5.4",
"version": "0.6.0",
"description": "React Router Navigation Prompt for v6",
"type": "module",
"files": [
Expand Down

0 comments on commit 5ec18e3

Please sign in to comment.