Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 9, 2020
1 parent c1d8b28 commit 0606332
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,6 +1,11 @@
# History
----

## 3.6.0

- Remove babel-runtime and prop-types
- Fix icon missing #85

## 3.5.0

- Support `navigation` type & `disabled` prop.
Expand Down
5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "rc-steps",
"version": "3.5.0",
"version": "3.6.0",
"description": "steps ui component for react",
"keywords": [
"react",
Expand Down Expand Up @@ -83,8 +83,7 @@
],
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"npm run pre-commit",
"git add"
"npm run pre-commit"
]
},
"dependencies": {
Expand Down

0 comments on commit 0606332

Please sign in to comment.