From 8afa491b6e6de905d1f974265e884a6ab6c79b11 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Jan 2023 02:42:48 +0000 Subject: [PATCH] chore(release): version 23.7.0 changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [23.7.0](https://github.com/growingio/gio-design/compare/v23.6.5...v23.7.0) (2023-01-25) ### Bug Fixes * **listPicker:** 修复在非受控情况下开启allowClear,点击清除Icon的时候无效 ([#2134](https://github.com/growingio/gio-design/issues/2134)) ([7767a11](https://github.com/growingio/gio-design/commit/7767a1168a52083bbbcb32113b04ddf44c1f8ecd)), closes [#2133](https://github.com/growingio/gio-design/issues/2133) ### Features * **past-time-picker:** 增加“显示绝对时间”特性 ([#2137](https://github.com/growingio/gio-design/issues/2137)) ([f5c6870](https://github.com/growingio/gio-design/commit/f5c6870743e8e66fbfff2967e5aef5b885a752dd)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5031f1d5dd..6b93557cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [23.7.0](https://github.com/growingio/gio-design/compare/v23.6.5...v23.7.0) (2023-01-25) + + +### Bug Fixes + +* **listPicker:** 修复在非受控情况下开启allowClear,点击清除Icon的时候无效 ([#2134](https://github.com/growingio/gio-design/issues/2134)) ([7767a11](https://github.com/growingio/gio-design/commit/7767a1168a52083bbbcb32113b04ddf44c1f8ecd)), closes [#2133](https://github.com/growingio/gio-design/issues/2133) + + +### Features + +* **past-time-picker:** 增加“显示绝对时间”特性 ([#2137](https://github.com/growingio/gio-design/issues/2137)) ([f5c6870](https://github.com/growingio/gio-design/commit/f5c6870743e8e66fbfff2967e5aef5b885a752dd)) + ## [23.6.6](https://github.com/growingio/gio-design/compare/v23.6.5...v23.6.6) (2023-01-18) diff --git a/package.json b/package.json index a9d3972998..98cb8b8ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gio-design/components", - "version": "23.6.6", + "version": "23.7.0", "description": "GrowingIO Design components", "repository": { "type": "git",