From a1fd23e55a6af6be41538e5d8f82c9d42d39c15a Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 16 Apr 2021 17:25:17 +0800 Subject: [PATCH] docs(release): version 21.4.2 change log (#944) --- CHANGELOG.md | 10 ++++++++++ VERSION.md | 14 +++----------- package.json | 2 +- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ecec57796..3e61c74eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [21.4.2](https://github.com/growingio/gio-design/compare/v21.4.1...v21.4.2) (2021-04-16) + + +### Bug Fixes + +* **select:** select mode=string error ([#942](https://github.com/growingio/gio-design/issues/942)) ([1c8c3d0](https://github.com/growingio/gio-design/commit/1c8c3d0644449e726e93e1eb66291874af3a81f1)) +* **tree:** fix tree style ([#945](https://github.com/growingio/gio-design/issues/945)) ([b0e7489](https://github.com/growingio/gio-design/commit/b0e74896eea90b4af9aab2675dfdc4174593beee)) + + + ## [21.4.1](https://github.com/growingio/gio-design/compare/v21.4.0...v21.4.1) (2021-04-16) diff --git a/VERSION.md b/VERSION.md index 97f43294ff..60c6be0410 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,18 +1,10 @@ -## [21.4.1](https://github.com/growingio/gio-design/compare/v21.4.0...v21.4.1) (2021-04-16) +## [21.4.2](https://github.com/growingio/gio-design/compare/v21.4.1...v21.4.2) (2021-04-16) ### Bug Fixes -* **cascader:** fix search clear ([#939](https://github.com/growingio/gio-design/issues/939)) ([ae12d4c](https://github.com/growingio/gio-design/commit/ae12d4c7aa8c930ec9f2528a8660f72dafaf3794)) -* **select:** select search normal not focus ([#927](https://github.com/growingio/gio-design/issues/927)) ([16aaeb0](https://github.com/growingio/gio-design/commit/16aaeb051abad27448e47df3760e5234ab1c9db4)) -* **tree-select:** 修复tree-select组件的样式问题 ([#936](https://github.com/growingio/gio-design/issues/936)) ([5624055](https://github.com/growingio/gio-design/commit/56240559624deab6c19412c6f25d124d1f098e87)) - - -### Features - -* **avatar:** update avatar style ([#929](https://github.com/growingio/gio-design/issues/929)) ([8ee15e8](https://github.com/growingio/gio-design/commit/8ee15e83f1f013865495d9aa11a4901c6547d916)) -* **tree:** update tree style ([#938](https://github.com/growingio/gio-design/issues/938)) ([42718b9](https://github.com/growingio/gio-design/commit/42718b9615fe7553ec409da5e0d5645221937be7)) -* replace getTooltipContainer with getContainer ([#919](https://github.com/growingio/gio-design/issues/919)) ([3207984](https://github.com/growingio/gio-design/commit/32079844b152841b115a4f4034ff116102ac9295)) +* **select:** select mode=string error ([#942](https://github.com/growingio/gio-design/issues/942)) ([1c8c3d0](https://github.com/growingio/gio-design/commit/1c8c3d0644449e726e93e1eb66291874af3a81f1)) +* **tree:** fix tree style ([#945](https://github.com/growingio/gio-design/issues/945)) ([b0e7489](https://github.com/growingio/gio-design/commit/b0e74896eea90b4af9aab2675dfdc4174593beee)) diff --git a/package.json b/package.json index 1a15ac0e89..9e648fa3e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gio-design/components", - "version": "21.4.1", + "version": "21.4.2", "description": "GrowingIO Design components", "repository": "https://github.com/growingio/gio-design.git", "author": "GrowingIO Frontend Team ",