Skip to content

Commit

Permalink
chore(*): Release-1.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Nov 13, 2018
1 parent ea134a0 commit dd7f643
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
index.js
index-with-locales.js
6 changes: 1 addition & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
"es6": true,
"node": true
},
"extends": "@alifd/eslint-config-next",
"ignoreFiles": [
"index.js",
"index-with-locales.js"
]
"extends": "@alifd/eslint-config-next"
}
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Change Log
# Change Log

<a name="1.9.17"></a>
## [1.9.17](https://github.com/alibaba-fusion/next/compare/1.9.16...1.9.17) (2018-11-13)


### Bug Fixes

* **Breadcrumb:** fix use Link Tag no style ([503c945](https://github.com/alibaba-fusion/next/commit/503c945))
* **Calendar:** week words error ([674de83](https://github.com/alibaba-fusion/next/commit/674de83))
* **Range:** Prevent right-button dragging ([24b6769](https://github.com/alibaba-fusion/next/commit/24b6769))
* **Tab:** Make bg-color configurable ([c353b1c](https://github.com/alibaba-fusion/next/commit/c353b1c))
* **Upload:** Upload Card no i18n ([27e76b4](https://github.com/alibaba-fusion/next/commit/27e76b4))
* **Calendar:** add api to format cell's label ([7a87917](https://github.com/alibaba-fusion/next/commit/7a87917))

<a name="1.9.16"></a>
## [1.9.16](https://github.com/alibaba-fusion/next/compare/1.9.15...1.9.16) (2018-11-09)
Expand Down
13 changes: 11 additions & 2 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Latest Log
# Latest Log

## [1.9.16](https://github.com/alibaba-fusion/next/compare/1.9.15...1.9.16) (2018-11-09)
## [1.9.17](https://github.com/alibaba-fusion/next/compare/1.9.16...1.9.17) (2018-11-13)


### Bug Fixes

* **Breadcrumb:** fix use Link Tag no style ([503c945](https://github.com/alibaba-fusion/next/commit/503c945))
* **Calendar:** week words error ([674de83](https://github.com/alibaba-fusion/next/commit/674de83))
* **Range:** Prevent right-button dragging ([24b6769](https://github.com/alibaba-fusion/next/commit/24b6769))
* **Tab:** Make bg-color configurable ([c353b1c](https://github.com/alibaba-fusion/next/commit/c353b1c))
* **Upload:** Upload Card no i18n ([27e76b4](https://github.com/alibaba-fusion/next/commit/27e76b4))
* **Calendar:** add api to format cell's label ([7a87917](https://github.com/alibaba-fusion/next/commit/7a87917))

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.9.16';
next.version = '1.9.17';

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.9.16",
"version": "1.9.17",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down
4 changes: 2 additions & 2 deletions scripts/release/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ function* publishToNpm() {
yield runCommond(`git tag ${masterTag}`);
yield runCommond(`git push origin ${masterTag}`);

// yield runCommond('npm publish');
// yield triggerRelease();
yield runCommond('npm publish');
yield triggerRelease();
}

function* getGithubInfo() {
Expand Down

0 comments on commit dd7f643

Please sign in to comment.