Skip to content

Commit 752b861

Browse files
committed
🆙 upgrade rc-util to 5.x
1 parent b77ce9c commit 752b861

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# History
22
----
33

4+
## 8.0.0 / 2020-05-29
5+
6+
- upgrade `rc-util` to `5.0.0`.
7+
48
## 7.7.0 / 2020-05-05
59

610
- upgrade `rc-animate` to `3.0.0`.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-dialog",
3-
"version": "7.7.0",
3+
"version": "8.0.0",
44
"description": "dialog ui component for react",
55
"keywords": [
66
"react",
@@ -81,6 +81,6 @@
8181
"dependencies": {
8282
"babel-runtime": "6.x",
8383
"rc-animate": "3.x",
84-
"rc-util": "^4.16.1"
84+
"rc-util": "^5.0.1"
8585
}
8686
}

0 commit comments

Comments
 (0)