Skip to content

Commit

Permalink
docs(release): version 21.1.1 change log (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack0pan authored Jan 22, 2021
1 parent 2bc44c9 commit 579a7b6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [21.1.1](https://github.com/growingio/gio-design-icons/compare/v21.1.0...v21.1.1) (2021-01-21)


### Bug Fixes

* remove caret down outlined icon ([2bc44c9](https://github.com/growingio/gio-design-icons/commit/2bc44c99c360cc7678f0340a342dd2a90197efcc))


### Features

* add role and aria-label for icons ([7706a2e](https://github.com/growingio/gio-design-icons/commit/7706a2e9b3541c17afd3e5e3491c8e3553cbb295))


### BREAKING CHANGES

* remove duplicate icon

Replace `<CaretDownOutlined />` with `<DownFilled />`.



# [21.1.0](https://github.com/growingio/gio-design-icons/compare/v20.12.1...v21.1.0) (2021-01-06)


Expand Down
13 changes: 5 additions & 8 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# [21.1.0](https://github.com/growingio/gio-design-icons/compare/v20.12.1...v21.1.0) (2021-01-06)
## [21.1.1](https://github.com/growingio/gio-design-icons/compare/v21.1.0...v21.1.1) (2021-01-21)


### Bug Fixes

* remove unused g tags in message svg file ([a837a7a](https://github.com/growingio/gio-design-icons/commit/a837a7a931eac20338abb1eb8347a8fe8eaa7331))
* remove caret down outlined icon ([2bc44c9](https://github.com/growingio/gio-design-icons/commit/2bc44c99c360cc7678f0340a342dd2a90197efcc))


### Features

* add and rename user icons ([abd4314](https://github.com/growingio/gio-design-icons/commit/abd4314e49a0624c48cf693b9aae404a76a51a59))
* add document-filled icon ([04a9898](https://github.com/growingio/gio-design-icons/commit/04a989872dc31c99e2d195f62240f0a2d123c90f))
* add role and aria-label for icons ([7706a2e](https://github.com/growingio/gio-design-icons/commit/7706a2e9b3541c17afd3e5e3491c8e3553cbb295))


### BREAKING CHANGES

* update user related icons to keep up with new ones
* remove duplicate icon

The Change:
- UserOutlined -> UserTieOutlined
- UserFilled -> UserTieFilled
Replace `<CaretDownOutlined />` with `<DownFilled />`.



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gio-design/icons",
"version": "21.1.0",
"version": "21.1.1",
"description": "GrowingIO Design semantic vector icons",
"keywords": [
"growingio",
Expand Down

1 comment on commit 579a7b6

@vercel
Copy link

@vercel vercel bot commented on 579a7b6 Jan 22, 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.