Skip to content

Commit

Permalink
docs(release): version 21.7.3 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
huskylengcb authored and jack0pan committed Jul 23, 2021
1 parent 0aa81a8 commit a87bd2a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 4 additions & 2 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -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))



8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

1 comment on commit a87bd2a

@vercel
Copy link

@vercel vercel bot commented on a87bd2a Jul 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.