From 0c929747ad9cac23e15f18f66fe220dbf57341b5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jan 2022 11:03:13 +0000 Subject: [PATCH] chore(release): version 22.12.2 changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [22.12.2](https://github.com/growingio/gio-design/compare/v22.12.1...v22.12.2) (2022-01-04) ### Bug Fixes * **avatar:** icon size ([#1758](https://github.com/growingio/gio-design/issues/1758)) ([eef1e35](https://github.com/growingio/gio-design/commit/eef1e357af8f6efc22687d1e0bd68e38cfc43798)) * **filter-picker:** 过滤选择器,选择过滤条件的时候,点击取消,触发submit事件 ([#1767](https://github.com/growingio/gio-design/issues/1767)) ([d6f1b49](https://github.com/growingio/gio-design/commit/d6f1b4920f2c8afeba11614ce7cee8656fd9b68b)) * **input:** -webkit-appearance: none ([#1755](https://github.com/growingio/gio-design/issues/1755)) ([fbbea02](https://github.com/growingio/gio-design/commit/fbbea02924e87ce3ef771f6976fc546f2a25867e)), closes [#1701](https://github.com/growingio/gio-design/issues/1701) * **list:** fix list selection component arguments error ([#1747](https://github.com/growingio/gio-design/issues/1747)) ([23eda81](https://github.com/growingio/gio-design/commit/23eda81420523fbaa2f383e0f5d3272b3eb26395)) * **switch:** fix style ([#1768](https://github.com/growingio/gio-design/issues/1768)) ([45c05bb](https://github.com/growingio/gio-design/commit/45c05bb53f1107ffea315f9d1cfbede087623513)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9188beb2a..be3179df00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [22.12.2](https://github.com/growingio/gio-design/compare/v22.12.1...v22.12.2) (2022-01-04) + + +### Bug Fixes + +* **avatar:** icon size ([#1758](https://github.com/growingio/gio-design/issues/1758)) ([eef1e35](https://github.com/growingio/gio-design/commit/eef1e357af8f6efc22687d1e0bd68e38cfc43798)) +* **filter-picker:** 过滤选择器,选择过滤条件的时候,点击取消,触发submit事件 ([#1767](https://github.com/growingio/gio-design/issues/1767)) ([d6f1b49](https://github.com/growingio/gio-design/commit/d6f1b4920f2c8afeba11614ce7cee8656fd9b68b)) +* **input:** -webkit-appearance: none ([#1755](https://github.com/growingio/gio-design/issues/1755)) ([fbbea02](https://github.com/growingio/gio-design/commit/fbbea02924e87ce3ef771f6976fc546f2a25867e)), closes [#1701](https://github.com/growingio/gio-design/issues/1701) +* **list:** fix list selection component arguments error ([#1747](https://github.com/growingio/gio-design/issues/1747)) ([23eda81](https://github.com/growingio/gio-design/commit/23eda81420523fbaa2f383e0f5d3272b3eb26395)) +* **switch:** fix style ([#1768](https://github.com/growingio/gio-design/issues/1768)) ([45c05bb](https://github.com/growingio/gio-design/commit/45c05bb53f1107ffea315f9d1cfbede087623513)) + ## [22.12.1](https://github.com/growingio/gio-design/compare/v22.12.0...v22.12.1) (2022-01-04) diff --git a/package.json b/package.json index dbc9fb5b73..93422d75e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gio-design/components", - "version": "22.12.1", + "version": "22.12.2", "description": "GrowingIO Design components", "repository": { "type": "git",