Skip to content

Commit

Permalink
chore(*): Release-1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Jul 23, 2019
1 parent 5ec7d33 commit b193dad
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Change Log
# Change Log

## [1.16.4](https://github.com/alibaba-fusion/next/compare/1.16.3...1.16.4) (2019-07-23)


### Bug Fixes

* **Field:** validate no names fix [#913](https://github.com/alibaba-fusion/next/issues/913) ([d131416](https://github.com/alibaba-fusion/next/commit/d131416))




## [1.16.3](https://github.com/alibaba-fusion/next/compare/1.16.2...1.16.3) (2019-07-22)

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

## [1.16.3](https://github.com/alibaba-fusion/next/compare/1.16.2...1.16.3) (2019-07-22)
## [1.16.4](https://github.com/alibaba-fusion/next/compare/1.16.3...1.16.4) (2019-07-23)


### Bug Fixes

* **Field:** falsy defaultValue prop: fix [#897](https://github.com/alibaba-fusion/next/issues/897) ([530896d](https://github.com/alibaba-fusion/next/commit/530896d)) ([3d1743d](https://github.com/alibaba-fusion/next/commit/3d1743d))
* **Field:** validate no names fix [#913](https://github.com/alibaba-fusion/next/issues/913) ([d131416](https://github.com/alibaba-fusion/next/commit/d131416))


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.16.3';
next.version = '1.16.4';

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.16.3",
"version": "1.16.4",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down

0 comments on commit b193dad

Please sign in to comment.