From a87bd2a02d811527fa26bf9aa2588a69f7d5f2c7 Mon Sep 17 00:00:00 2001 From: lengcb <649569822@qq.com> Date: Fri, 23 Jul 2021 13:11:05 +0800 Subject: [PATCH] docs(release): version 21.7.3 changelog --- CHANGELOG.md | 11 +++++++++++ VERSION.md | 6 ++++-- package.json | 8 ++------ 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffbc51cc8e..d635c4b70c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [21.7.3](https://github.com/growingio/gio-design/compare/v21.7.2...v21.7.3) (2021-07-23) + + +### Features + +* add date range picker component ([642bb3a](https://github.com/growingio/gio-design/commit/642bb3ad5e04c5432c2547c19aa9e15ad3d0cc75)) +* add date selector component ([4241ca3](https://github.com/growingio/gio-design/commit/4241ca3d090536e157a92252e72b376d4b5ef73e)) +* replace tc-table from NPM ([0aa81a8](https://github.com/growingio/gio-design/commit/0aa81a8f624a660c91b5303a0c608a83dc241f0a)) + + + ## [21.7.2](https://github.com/growingio/gio-design/compare/v21.7.1...v21.7.2) (2021-07-19) diff --git a/VERSION.md b/VERSION.md index e3c7e15efd..62731dceeb 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,9 +1,11 @@ -## [21.7.2](https://github.com/growingio/gio-design/compare/v21.7.1...v21.7.2) (2021-07-19) +## [21.7.3](https://github.com/growingio/gio-design/compare/v21.7.2...v21.7.3) (2021-07-23) ### Features -* add selector component ([c4fcb15](https://github.com/growingio/gio-design/commit/c4fcb153b81808796fdb22bf237b95958d9192af)) +* add date range picker component ([642bb3a](https://github.com/growingio/gio-design/commit/642bb3ad5e04c5432c2547c19aa9e15ad3d0cc75)) +* add date selector component ([4241ca3](https://github.com/growingio/gio-design/commit/4241ca3d090536e157a92252e72b376d4b5ef73e)) +* replace tc-table from NPM ([0aa81a8](https://github.com/growingio/gio-design/commit/0aa81a8f624a660c91b5303a0c608a83dc241f0a)) diff --git a/package.json b/package.json index bd89bf2ac9..ce265c482f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gio-design/components", - "version": "21.7.2", + "version": "21.7.3", "description": "GrowingIO Design components", "repository": "https://github.com/growingio/gio-design.git", "author": "GrowingIO Frontend Team ", @@ -34,8 +34,8 @@ "react-dom": ">=16.8.0" }, "dependencies": { - "@gio-design/utils": "^21.7.0", "@gio-design/table": "7.14.0", + "@gio-design/utils": "^21.7.0", "@types/classnames": "^2.2.9", "@types/lodash": "^4.14.136", "@types/raf": "^3.4.0", @@ -73,10 +73,6 @@ "react-virtualized": "^9.22.2", "shallowequal": "^1.1.0" }, - - - - "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-transform-runtime": "^7.13.10",