diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc0d1c8ee..d4d2b52bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [23.3.1](https://github.com/growingio/gio-design/compare/v23.3.0...v23.3.1) (2022-06-01) + + +### Bug Fixes + +* **table:** fix onChange calls twice ([#2042](https://github.com/growingio/gio-design/issues/2042)) ([ce9995a](https://github.com/growingio/gio-design/commit/ce9995acdc1474de6dcb691041fd7480caede848)) +* **table:** fix onChange calls twice ([#2046](https://github.com/growingio/gio-design/issues/2046)) ([677f0b6](https://github.com/growingio/gio-design/commit/677f0b69adffa7128eb79956282eeba759095527)) + # [23.3.0](https://github.com/growingio/gio-design/compare/v23.2.1...v23.3.0) (2022-05-25) diff --git a/package.json b/package.json index edadd3e371..40fd0201dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gio-design/components", - "version": "23.3.0", + "version": "23.3.1", "description": "GrowingIO Design components", "repository": { "type": "git",