Skip to content

Commit

Permalink
chore(*): Release-1.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Oct 28, 2018
1 parent 5f011af commit 9c76451
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Change Log
# Change Log

<a name="1.9.13"></a>
## [1.9.13](https://github.com/alibaba-fusion/next/compare/1.9.12...1.9.13) (2018-10-28)


### Bug Fixes

* **TimePicker:** cann't config bg of input ([e5cae7b](https://github.com/alibaba-fusion/next/commit/e5cae7b))




<a name="1.9.12"></a>
## [1.9.12](https://github.com/alibaba-fusion/next/compare/1.9.11...1.9.12) (2018-10-24)
Expand Down
6 changes: 2 additions & 4 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Latest Log

## [1.9.12](https://github.com/alibaba-fusion/next/compare/1.9.11...1.9.12) (2018-10-24)
## [1.9.13](https://github.com/alibaba-fusion/next/compare/1.9.12...1.9.13) (2018-10-28)


### Bug Fixes

* **Balloon:** in theme platform & range ([dd78f6d](https://github.com/alibaba-fusion/next/commit/dd78f6d))
* **scripts:** unify eslint config ([39ced54](https://github.com/alibaba-fusion/next/commit/39ced54))
* **Upload:** add style to reset <a> ([b2b78f5](https://github.com/alibaba-fusion/next/commit/b2b78f5))
* **TimePicker:** cann't config bg of input ([e5cae7b](https://github.com/alibaba-fusion/next/commit/e5cae7b))


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

next.version = '1.9.12';
next.version = '1.9.13';

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.12",
"version": "1.9.13",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down
2 changes: 1 addition & 1 deletion src/cascader-select/scss/variable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
// cascader-select variables
// --------------------------------------------------

/// unconfigurable
// unconfigurable
$cascader-select-prefix: ".#{$css-prefix}cascader-select";

0 comments on commit 9c76451

Please sign in to comment.