Skip to content

Commit

Permalink
docs(release): [email protected] changelog (#555)
Browse files Browse the repository at this point in the history
affects: @gio-design/components, @gio-design/tokens, website
  • Loading branch information
jack0pan authored Nov 30, 2020
1 parent 8992aa9 commit 05e9912
Show file tree
Hide file tree
Showing 5 changed files with 36 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.3",
"version": "20.11.5",
"description": "GrowingIO Design components",
"author": "GrowingIO Frontend Team <[email protected]>",
"module": "./es/index.js",
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.11.0",
"version": "20.11.2",
"description": "GrowingIO Design tokens",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
15 changes: 15 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,21 @@ nav:

# @gio-design/components Change Log

## 20.11.5

- component

- 🛎 Add change rem unit to PX.[#525](https://github.com/growingio/gio-design/pull/525)
- 🛎 Fixed some component style issues.
- SearchBar
- 🐛 Solve the problem that the text Icon in searchBar is not centered vertically.[#534](https://github.com/growingio/gio-design/pull/534)
- 🐛 Solve the problem of logic error in search box search list display.[#534](https://github.com/growingio/gio-design/pull/534)
- 🐛 When the search list is empty, the search bar's focus should not display a drop-down box.[#534](https://github.com/growingio/gio-design/pull/534)
- Select
- 🐛 Fixed a bug in the middle of text.[#524](https://github.com/growingio/gio-design/pull/524)
- Button
- 🆕 Only the icon button is added to the Mini type.[#526](https://github.com/growingio/gio-design/pull/526)

## 20.11.3

- component
Expand Down
15 changes: 15 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,21 @@ nav:

# @gio-design/components 更新日志

## 20.11.5

- component

- 🛎 添加 将 rem 单位改成 px.[#525](https://github.com/growingio/gio-design/pull/525)
- 🛎 修复了一些组件的样式问题.
- SearchBar
- 🐛 修复 icon 图标不居中问题.[#534](https://github.com/growingio/gio-design/pull/534)
- 🐛 解决搜索框搜索列表显示逻辑错误的问题.[#534](https://github.com/growingio/gio-design/pull/534)
- 🐛 搜索列表为空时,searchBar 的 focus 不应该显示下拉框.[#534](https://github.com/growingio/gio-design/pull/534)
- Select
- 🐛 修复文字上下居中的 bug.[#524](https://github.com/growingio/gio-design/pull/524)
- Button
- 🆕 添加 mini 类型的只有 icon 的按钮.[#526](https://github.com/growingio/gio-design/pull/526)

## 20.11.3

- component
Expand Down
4 changes: 4 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,10 @@ nav:

# @gio-design/tokens 更新日志

## 20.11.2

- 🛎 修改一处色值. [#524](https://github.com/growingio/gio-design/pull/524)

## 20.11.0

- 🛎 修改字体大小单位 rem 变成 px [#515](https://github.com/growingio/gio-design/pull/515)
Expand Down

1 comment on commit 05e9912

@vercel
Copy link

@vercel vercel bot commented on 05e9912 Nov 30, 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.