diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a0ea604f..2c487160d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ -# Change Log +# Change Log + + +## [1.12.6](https://github.com/alibaba-fusion/next/compare/1.12.5...1.12.6) (2019-02-21) + + +### Bug Fixes + +* **Cascader:** set listStyle height style error ([61ea4f7](https://github.com/alibaba-fusion/next/commit/61ea4f7)) +* **Input:** add name to input dom ([51d151f](https://github.com/alibaba-fusion/next/commit/51d151f)) + + + ## [1.12.5](https://github.com/alibaba-fusion/next/compare/1.12.4...1.12.5) (2019-02-20) diff --git a/LATESTLOG.md b/LATESTLOG.md index 34d764748f..8062d74442 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -1,19 +1,11 @@ # Latest Log -## [1.12.5](https://github.com/alibaba-fusion/next/compare/1.12.4...1.12.5) (2019-02-20) +## [1.12.6](https://github.com/alibaba-fusion/next/compare/1.12.5...1.12.6) (2019-02-21) ### Bug Fixes -* style for rtl in Menu & Slider ([573694a](https://github.com/alibaba-fusion/next/commit/573694a)) -* **Message:** can`t config content font-size ([2c18b4d](https://github.com/alibaba-fusion/next/commit/2c18b4d)) -* **Radio:** a11y ([f26cb24](https://github.com/alibaba-fusion/next/commit/f26cb24)) -* **Table:** can't set className via getRowProps in tree mode, close [#343](https://github.com/alibaba-fusion/next/issues/343) ([44c20cb](https://github.com/alibaba-fusion/next/commit/44c20cb)) -* **Table:** correct index in expandedRowRender and getExpandedColProps ([068bcd4](https://github.com/alibaba-fusion/next/commit/068bcd4)) - - -### Features - -* **Tag:** wrap in ConfigProvider ([95233cc](https://github.com/alibaba-fusion/next/commit/95233cc)) +* **Cascader:** set listStyle height style error ([61ea4f7](https://github.com/alibaba-fusion/next/commit/61ea4f7)) +* **Input:** add name to input dom ([51d151f](https://github.com/alibaba-fusion/next/commit/51d151f)) diff --git a/index.js b/index.js index d0c8be19e8..81d8802ebe 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var next = require('./lib/index.js'); -next.version = '1.12.5'; +next.version = '1.12.6'; module.exports = next; diff --git a/package.json b/package.json index cbfd65b0dc..09ec000206 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alifd/next", - "version": "1.12.5", + "version": "1.12.6", "description": "A configurable component library for web built on React.", "keywords": [ "fusion",