Skip to content

Commit

Permalink
chore(*): Release-1.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Mar 14, 2019
1 parent 4c5d178 commit d19f167
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

<a name="1.13.8"></a>
## [1.13.8](https://github.com/alibaba-fusion/next/compare/1.13.7...1.13.8) (2019-03-14)


### Bug Fixes

* **ConfigProvider:** config on components should take higher priority ([87917c8](https://github.com/alibaba-fusion/next/commit/87917c8))




<a name="1.13.7"></a>
## [1.13.7](https://github.com/alibaba-fusion/next/compare/1.13.6...1.13.7) (2019-03-13)

Expand Down
4 changes: 2 additions & 2 deletions LATESTLOG.md
@@ -1,10 +1,10 @@
# Latest Log

## [1.13.7](https://github.com/alibaba-fusion/next/compare/1.13.6...1.13.7) (2019-03-13)
## [1.13.8](https://github.com/alibaba-fusion/next/compare/1.13.7...1.13.8) (2019-03-14)


### Bug Fixes

* **Select:** css override fail when using theme ([5f80ead](https://github.com/alibaba-fusion/next/commit/5f80ead))
* **ConfigProvider:** config on components should take higher priority ([87917c8](https://github.com/alibaba-fusion/next/commit/87917c8))


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

next.version = '1.13.7';
next.version = '1.13.8';

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

0 comments on commit d19f167

Please sign in to comment.