Skip to content

Commit

Permalink
docs(release): @gio-design/components, @gio-design/icons (#492)
Browse files Browse the repository at this point in the history
* docs(release): @gio-design/components, @gio-design/icons changlog

affects: @gio-design/components, @gio-design/icons, website

* @gio-design/components upgrade to 20.11.2, @gio-design/icons upgrade to 20.11.0
* edit changlog

Co-authored-by: wangyusen <[email protected]>
  • Loading branch information
HunterGitHub and wangyusen authored Nov 19, 2020
1 parent 59398a4 commit ff0589b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gio-design/components",
"version": "20.11.1",
"version": "20.11.2",
"description": "GrowingIO Design components",
"author": "GrowingIO Frontend Team <[email protected]>",
"module": "./es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gio-design/icons",
"version": "20.10.5",
"version": "20.11.0",
"description": "GrowingIO Design semantic vector icons",
"author": "GrowingIO Frontend Team <[email protected]>",
"homepage": "https://growingio.design/resources/icons",
Expand Down
9 changes: 9 additions & 0 deletions packages/website/src/develop/changelog/components.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ nav:

# @gio-design/components Change Log

## 20.11.2

- component
- 🛎 use usePrefix & withConfigConsumer to build prefixCls. [#485](https://github.com/growingio/gio-design/pull/485)
- Avatar
- 🐛 Avatar can't trigger dropdown.[#475](https://github.com/growingio/gio-design/pull/475)
- 📖 fix all eslint errors.[#491](https://github.com/growingio/gio-design/pull/491)
- 🛠 bump less-loader from 7.0.2 to 7.1.0.[#479](https://github.com/growingio/gio-design/pull/479)

## 20.11.1

- component
Expand Down
9 changes: 9 additions & 0 deletions packages/website/src/develop/changelog/components.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ nav:

# @gio-design/components 更新日志

## 20.11.2

- component
- 🛎 采用 usePrefix 以及 withConfigConsumer 进行组件 prefixCls 构建. [#485](https://github.com/growingio/gio-design/pull/485)
- Avatar
- 🐛 修复头像不能触发下拉列表.[#475](https://github.com/growingio/gio-design/pull/475)
- 📖 修复所有的 eslint 报错信息.[#491](https://github.com/growingio/gio-design/pull/491)
- 🛠 less-loader 版本号从 7.0.2 升级到 7.1.0.[#479](https://github.com/growingio/gio-design/pull/479)

## 20.11.1

- component
Expand Down
5 changes: 5 additions & 0 deletions packages/website/src/develop/changelog/icons.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ nav:

# @gio-design/icons Change Log

## 20.11.0

- icons
- update icon template, svg color use style.[#490](https://github.com/growingio/gio-design/pull/490)

## 20.10.5

- 🆕 add [#349](https://github.com/growingio/gio-design/pull/349)
Expand Down
5 changes: 5 additions & 0 deletions packages/website/src/develop/changelog/icons.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ nav:

# @gio-design/icons 更新日志

## 20.11.0

- icons
- 修改模板 color 属性改为 style color.[#490](https://github.com/growingio/gio-design/pull/490)

## 20.10.5

- 🆕 新增[#349](https://github.com/growingio/gio-design/pull/349)
Expand Down

1 comment on commit ff0589b

@vercel
Copy link

@vercel vercel bot commented on ff0589b Nov 19, 2020

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.