Skip to content

Commit

Permalink
docs: @gio-design/components 20.9.0 changelog (#183)
Browse files Browse the repository at this point in the history
* docs: @gio-design/components 20.9.0 changelog

* docs: @gio-design 20.9.0 changelog

Co-authored-by: chen_gh <chenguanghao@growingio.com>
  • Loading branch information
gh2049 and chen_gh authored Sep 7, 2020
1 parent a751404 commit 1a9a29f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gio-design/components",
"version": "20.8.6",
"version": "20.9.0",
"description": "GrowingIO Design components",
"author": "GrowingIO Frontend Team <eng-frontend@growingio.com>",
"module": "./es/index.js",
Expand All @@ -20,8 +20,8 @@
"test:xunit": "JEST_JUNIT_CLASSNAME=\"{filename}\" jest --ci --testResultsProcessor=jest-junit"
},
"dependencies": {
"@gio-design/icons": "^20.8.4",
"@gio-design/tokens": "^20.8.4",
"@gio-design/icons": "^20.9.0",
"@gio-design/tokens": "^20.9.0",
"@types/classnames": "^2.2.9",
"@types/lodash": "^4.14.136",
"@types/react": "^16.8.23",
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.8.4",
"version": "20.9.0",
"description": "GrowingIO Design semantic vector icons",
"author": "GrowingIO Frontend Team <eng-frontend@growingio.com>",
"homepage": "https://growingio.design/resources/icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gio-design/tokens",
"version": "20.8.4",
"version": "20.9.0",
"description": "GrowingIO Design tokens",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 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,13 @@ nav:

# @gio-design/components 更新日志

## 20.9.0

- 🐛 更新`Table`组件,修复了一些问题。[#180](https://github.com/growingio/gio-design/pull/180)
- 🐛 `CheckBox`组件更新`props``text margin`[#181](https://github.com/growingio/gio-design/pull/181)
- 🐛 更新`Modal`组件,处理`StepModal`相关问题,设置`footer`属性以及修复了一些其他问题。[#176](https://github.com/growingio/gio-design/pull/176)
- 🐛 修复了`Button`组件的一些问题。[#174](https://github.com/growingio/gio-design/pull/174)

## 20.8.6

- 🆕 新增[Banner 横幅](/components/functional/banner)组件。 [#136](https://github.com/growingio/gio-design/pull/136)
Expand Down
2 changes: 2 additions & 0 deletions packages/website/src/develop/changelog/icons.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ nav:
---

# @gio-design/icons Change Log
## 20.9.0
- 📛 Rename `Check` icon to `CeckOutlined`[#181](https://github.com/growingio/gio-design/pull/181)

## 20.8.4

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

# @gio-design/icons 更新日志
## 20.9.0
- 📛 `Check` 图标重名为 `CheckOutlined`[#181](https://github.com/growingio/gio-design/pull/181)

## 20.8.4

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

# @gio-design/tokens 更新日志

## 20.9.0

- 🆕 更新字体相关的 `tokens`[#173](https://github.com/growingio/gio-design/pull/173)
- 🆕 更新 `Checkbox``Tokens`,并在样式中引用。[#181](https://github.com/growingio/gio-design/pull/181)

## 20.8.4

- 🆕 新增 `横幅` 组件的 `Tokens`[#136](https://github.com/growingio/gio-design/pull/136)
Expand Down

0 comments on commit 1a9a29f

Please sign in to comment.