Skip to content

Commit

Permalink
chore(*): Release-1.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
myronliu347 committed Jun 20, 2019
1 parent 93c740c commit 384638f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.15.9](https://github.com/alibaba-fusion/next/compare/1.15.8...1.15.9) (2019-06-20)


### Bug Fixes

* **Tree:** set checkedStrategy check error ([fa3c164](https://github.com/alibaba-fusion/next/commit/fa3c164))




## [1.15.8](https://github.com/alibaba-fusion/next/compare/1.15.7...1.15.8) (2019-06-20)


Expand Down
5 changes: 2 additions & 3 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Latest Log

## [1.15.8](https://github.com/alibaba-fusion/next/compare/1.15.7...1.15.8) (2019-06-20)
## [1.15.9](https://github.com/alibaba-fusion/next/compare/1.15.8...1.15.9) (2019-06-20)


### Bug Fixes

* **MenuButton:** error types path ([4293361](https://github.com/alibaba-fusion/next/commit/4293361))
* **Tree:** dataSource will update indeterminateKeys ([9b1c07d](https://github.com/alibaba-fusion/next/commit/9b1c07d))
* **Tree:** set checkedStrategy check error ([fa3c164](https://github.com/alibaba-fusion/next/commit/fa3c164))


2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var next = require('./lib/index.js');

next.version = '1.15.8';
next.version = '1.15.9';

module.exports = next;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alifd/next",
"version": "1.15.8",
"version": "1.15.9",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down

0 comments on commit 384638f

Please sign in to comment.