Skip to content

Commit

Permalink
Merge pull request #304 from z2014/master
Browse files Browse the repository at this point in the history
update version 1.2.0
  • Loading branch information
progrape committed Jul 22, 2019
2 parents 0440bf8 + f2759eb commit d8b7432
Show file tree
Hide file tree
Showing 4 changed files with 8,197 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### CHANGELOG

#### 1.2.0

Changes

- InfiniteLoader now support reset finish status

#### 1.1.0

Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-weui",
"version": "1.1.3",
"version": "1.2.0",
"description": "weui for react",
"main": "./build/packages/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.1.2';
export default '1.2.0';
Loading

0 comments on commit d8b7432

Please sign in to comment.