diff --git a/CHANGELOG.md b/CHANGELOG.md index 595de1f110..6f0e93c2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [21.6.1](https://github.com/growingio/gio-design/compare/v21.6.0...v21.6.1) (2021-06-10) + + +### Bug Fixes + +* **button、link:** update button styles ([#1042](https://github.com/growingio/gio-design/issues/1042)) ([0f047b2](https://github.com/growingio/gio-design/commit/0f047b22e3d0e49da163480efc22b6d8bae9a186)) +* **select:** search onBlur tempvalue error ([#1043](https://github.com/growingio/gio-design/issues/1043)) ([63078f2](https://github.com/growingio/gio-design/commit/63078f23f47cff1f750a3b61678259914cb681a4)) + + + # [21.6.0](https://github.com/growingio/gio-design/compare/v21.5.3...v21.6.0) (2021-06-07) diff --git a/VERSION.md b/VERSION.md index 468be908cc..23d5b0be3d 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,16 +1,10 @@ -# [21.6.0](https://github.com/growingio/gio-design/compare/v21.5.3...v21.6.0) (2021-06-07) +## [21.6.1](https://github.com/growingio/gio-design/compare/v21.6.0...v21.6.1) (2021-06-10) ### Bug Fixes -* **modal:** update modal style ([#1027](https://github.com/growingio/gio-design/issues/1027)) ([c057ff1](https://github.com/growingio/gio-design/commit/c057ff125fde8a240cb0577aef853569c4ec7eaa)) -* **select:** fix select props classname error ([#1003](https://github.com/growingio/gio-design/issues/1003)) ([764e9ee](https://github.com/growingio/gio-design/commit/764e9ee7c629045844b2d6af8fe72f5ce994cc7e)) - - -### Features - -* **button、link:** button、link重构 ([#1029](https://github.com/growingio/gio-design/issues/1029)) ([4890b2b](https://github.com/growingio/gio-design/commit/4890b2ba3ea07965a718d524a8c364c62a32d86f)) -* **tree-select:** 添加复选搜索,input框最大长的控制 ([ad583c1](https://github.com/growingio/gio-design/commit/ad583c17114044516bddc3658869b74bd3b703ba)) +* **button、link:** update button styles ([#1042](https://github.com/growingio/gio-design/issues/1042)) ([0f047b2](https://github.com/growingio/gio-design/commit/0f047b22e3d0e49da163480efc22b6d8bae9a186)) +* **select:** search onBlur tempvalue error ([#1043](https://github.com/growingio/gio-design/issues/1043)) ([63078f2](https://github.com/growingio/gio-design/commit/63078f23f47cff1f750a3b61678259914cb681a4)) diff --git a/package.json b/package.json index ed9108d19f..e5bc470b35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gio-design/components", - "version": "21.6.0", + "version": "21.6.1", "description": "GrowingIO Design components", "repository": "https://github.com/growingio/gio-design.git", "author": "GrowingIO Frontend Team ",