We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77ce9c commit 752b861Copy full SHA for 752b861
HISTORY.md
@@ -1,6 +1,10 @@
1
# History
2
----
3
4
+## 8.0.0 / 2020-05-29
5
+
6
+- upgrade `rc-util` to `5.0.0`.
7
8
## 7.7.0 / 2020-05-05
9
10
- upgrade `rc-animate` to `3.0.0`.
package.json
@@ -1,6 +1,6 @@
{
"name": "rc-dialog",
- "version": "7.7.0",
+ "version": "8.0.0",
"description": "dialog ui component for react",
"keywords": [
"react",
@@ -81,6 +81,6 @@
81
"dependencies": {
82
"babel-runtime": "6.x",
83
"rc-animate": "3.x",
84
- "rc-util": "^4.16.1"
+ "rc-util": "^5.0.1"
85
}
86
0 commit comments