Skip to content

Commit

Permalink
Release v5.0.1
Browse files Browse the repository at this point in the history
Bump dependencies to support React 17
  • Loading branch information
mironov committed Jul 11, 2021
1 parent e9f98ee commit f0c18bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 5.0.1
- Bump dependencies to support React 17

## 5.0.0
- Change the animation to use `width` instead of `transform` (thanks @exzizt)

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-loading-bar",
"version": "5.0.0",
"version": "5.0.1",
"description": "Simple Loading Bar for Redux and React",
"main": "build/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"homepage": "https://github.com/mironov/react-redux-loading-bar",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"react-redux": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
"redux": "^3.0.0 || ^4.0.0"
},
Expand Down

0 comments on commit f0c18bb

Please sign in to comment.