Skip to content

Commit 9c76451

Browse files
committed
chore(*): Release-1.9.13
1 parent 5f011af commit 9c76451

5 files changed

Lines changed: 17 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# Change Log
1+
# Change Log
2+
3+
<a name="1.9.13"></a>
4+
## [1.9.13](https://github.com/alibaba-fusion/next/compare/1.9.12...1.9.13) (2018-10-28)
5+
6+
7+
### Bug Fixes
8+
9+
* **TimePicker:** cann't config bg of input ([e5cae7b](https://github.com/alibaba-fusion/next/commit/e5cae7b))
10+
11+
12+
213

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

LATESTLOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Latest Log
22

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

55

66
### Bug Fixes
77

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

1210

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const next = require('./lib/index.js');
22

3-
next.version = '1.9.12';
3+
next.version = '1.9.13';
44

55
module.exports = next;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alifd/next",
3-
"version": "1.9.12",
3+
"version": "1.9.13",
44
"description": "A configurable component library for web built on React.",
55
"keywords": [
66
"fusion",

src/cascader-select/scss/variable.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
// cascader-select variables
1212
// --------------------------------------------------
1313

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

0 commit comments

Comments
 (0)