Skip to content

Commit

Permalink
chore(*): Release-1.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
myronliu347 committed Apr 4, 2019
1 parent 035bc74 commit 79aa2b8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 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.13.12](https://github.com/alibaba-fusion/next/compare/1.13.11...1.13.12) (2019-04-04)


### Bug Fixes

* **Balloon:** babel exports issue ([74a09a4](https://github.com/alibaba-fusion/next/commit/74a09a4))




## [1.13.11](https://github.com/alibaba-fusion/next/compare/1.13.10...1.13.11) (2019-04-04)


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

## [1.13.11](https://github.com/alibaba-fusion/next/compare/1.13.10...1.13.11) (2019-04-04)
## [1.13.12](https://github.com/alibaba-fusion/next/compare/1.13.11...1.13.12) (2019-04-04)


### Bug Fixes

* **Balloon:** popup won\'t goaway when hover out of disabled Button ([c569486](https://github.com/alibaba-fusion/next/commit/c569486)), closes [close#308](https://github.com/close/issues/308)
* **Balloon:** strengthen robustness for align, close[#517](https://github.com/alibaba-fusion/next/issues/517) ([a820b1a](https://github.com/alibaba-fusion/next/commit/a820b1a))
* **Rating:** remove form tag ([fa87aa9](https://github.com/alibaba-fusion/next/commit/fa87aa9))
* **Search:** search config bug ([6919e41](https://github.com/alibaba-fusion/next/commit/6919e41))
* **Select:** AutoComplete can input space with popupContent. Close [#500](https://github.com/alibaba-fusion/next/issues/500) ([07dc088](https://github.com/alibaba-fusion/next/commit/07dc088))
* **Tab:** adding api document ([3ba4f26](https://github.com/alibaba-fusion/next/commit/3ba4f26))
* **Balloon:** babel exports issue ([74a09a4](https://github.com/alibaba-fusion/next/commit/74a09a4))


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.13.11';
next.version = '1.13.12';

module.exports = next;
1 change: 1 addition & 0 deletions next
Submodule next added at 31acad
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.13.11",
"version": "1.13.12",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down

0 comments on commit 79aa2b8

Please sign in to comment.