Skip to content

Commit

Permalink
🆙 upgrade rc-util to 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 29, 2020
1 parent 798af4a commit 7e1b2d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
@@ -1,6 +1,10 @@
# History
----

## 5.0.0

- Upgrade `rc-util` to `5.x`.

## 4.5.0

- Fix React lifecycle warning.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "rc-input-number",
"version": "4.6.3",
"version": "5.0.0",
"description": "React input-number component",
"keywords": [
"react",
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"classnames": "^2.2.0",
"rc-util": "^4.5.1"
"rc-util": "^5.0.1"
},
"pre-commit": [
"lint"
Expand Down

0 comments on commit 7e1b2d0

Please sign in to comment.