From abd2133e52bbc1eb305a28a4a958e22ce36e7d34 Mon Sep 17 00:00:00 2001 From: chen_gh Date: Wed, 31 Mar 2021 17:07:28 +0800 Subject: [PATCH] docs(release): version 21.3.4 change log --- CHANGELOG.md | 21 +++++++++++++++++++++ VERSION.md | 14 ++++++++++---- package.json | 2 +- 3 files changed, 32 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbbc309f7..62fd833c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [21.3.4](https://github.com/growingio/gio-design/compare/v21.3.3...v21.3.4) (2021-03-31) + + +### Bug Fixes + +* **select clear disabled:** select disabled not show closeComponent ([4cbcfb1](https://github.com/growingio/gio-design/commit/4cbcfb1311e491992bd8f5062178ae710718d368)) + + +### Features + +* **list:** upgrade list-lite to list ([0847d76](https://github.com/growingio/gio-design/commit/0847d768d5af06253aa82443190c7443ff5978c4)), closes [#754](https://github.com/growingio/gio-design/issues/754) +* set @gio-design/icons and @gio-design/tokens as peer dependencies ([#911](https://github.com/growingio/gio-design/issues/911)) ([908e4f1](https://github.com/growingio/gio-design/commit/908e4f1db17fd468065adb0201a85ebd9d4d9d3c)) + + +### BREAKING CHANGES + +* **list:** Refactor list component with new api. +* set @gio-design/icons and @gio-design/tokens as peer dependencies. + + + ## [21.3.3](https://github.com/growingio/gio-design/compare/v21.3.2...v21.3.3) (2021-03-26) diff --git a/VERSION.md b/VERSION.md index 75312a5a22..3118a050e3 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,15 +1,21 @@ -## [21.3.3](https://github.com/growingio/gio-design/compare/v21.3.2...v21.3.3) (2021-03-26) +## [21.3.4](https://github.com/growingio/gio-design/compare/v21.3.3...v21.3.4) (2021-03-31) ### Bug Fixes -* **space:** can't read context from project ([de2728c](https://github.com/growingio/gio-design/commit/de2728c645a817a9aeb024581bebc66feaaf3c82)) -* **table:** style bug on Firefox ([49dd307](https://github.com/growingio/gio-design/commit/49dd307640c3ced6a48b072aecab053b8b4f02c1)) +* **select clear disabled:** select disabled not show closeComponent ([4cbcfb1](https://github.com/growingio/gio-design/commit/4cbcfb1311e491992bd8f5062178ae710718d368)) ### Features -* **table:** update style, add gio-table-row-selected class on seleted row ([eaf35d5](https://github.com/growingio/gio-design/commit/eaf35d5879435e5f8588a1dbd62eef746e8a3d7d)) +* **list:** upgrade list-lite to list ([0847d76](https://github.com/growingio/gio-design/commit/0847d768d5af06253aa82443190c7443ff5978c4)), closes [#754](https://github.com/growingio/gio-design/issues/754) +* set @gio-design/icons and @gio-design/tokens as peer dependencies ([#911](https://github.com/growingio/gio-design/issues/911)) ([908e4f1](https://github.com/growingio/gio-design/commit/908e4f1db17fd468065adb0201a85ebd9d4d9d3c)) + + +### BREAKING CHANGES + +* **list:** Refactor list component with new api. +* set @gio-design/icons and @gio-design/tokens as peer dependencies. diff --git a/package.json b/package.json index cc23d46df5..edac994f42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gio-design/components", - "version": "21.3.3", + "version": "21.3.4", "description": "GrowingIO Design components", "repository": "https://github.com/growingio/gio-design.git", "author": "GrowingIO Frontend Team ",