From 51aed45e2617d13c2a50815281c32c3841d65231 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Sep 2023 01:23:38 +0000 Subject: [PATCH] chore(release): version 2.3.9 changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.3.9](https://github.com/growingio/gio-design-charts/compare/v2.3.8...v2.3.9) (2023-09-18) ### Bug Fixes * 修改infocard标题title的样式 ([#370](https://github.com/growingio/gio-design-charts/issues/370)) ([678780e](https://github.com/growingio/gio-design-charts/commit/678780e5d98cb12bf5f7299d831054302825dc22)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c81cf6e..65fdf50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.9](https://github.com/growingio/gio-design-charts/compare/v2.3.8...v2.3.9) (2023-09-18) + + +### Bug Fixes + +* 修改infocard标题title的样式 ([#370](https://github.com/growingio/gio-design-charts/issues/370)) ([678780e](https://github.com/growingio/gio-design-charts/commit/678780e5d98cb12bf5f7299d831054302825dc22)) + ## [2.3.8](https://github.com/growingio/gio-design-charts/compare/v2.3.7...v2.3.8) (2023-09-01) diff --git a/package.json b/package.json index 05a98ba..45f7c20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gio-design/charts", - "version": "2.3.8", + "version": "2.3.9", "main": "lib/index.js", "module": "es/index.js", "unpkg": "dist/charts.umd.min.js",