Skip to content

Commit

Permalink
revert: docs(release): version 20.12.2 changelog (#629)
Browse files Browse the repository at this point in the history
This reverts commit 3962b40.
  • Loading branch information
jack0pan authored Dec 17, 2020
1 parent 3962b40 commit 70b91a6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 33 deletions.
4 changes: 2 additions & 2 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.12.2",
"version": "20.12.1",
"description": "GrowingIO Design components",
"author": "GrowingIO Frontend Team <[email protected]>",
"module": "./es/index.js",
Expand All @@ -21,7 +21,7 @@
"build-sotrybook": "build-storybook -s public"
},
"dependencies": {
"@gio-design/icons": "20.12.0",
"@gio-design/icons": "20.11.0",
"@gio-design/tokens": "20.12.0",
"@types/classnames": "^2.2.9",
"@types/lodash": "^4.14.136",
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.12.0",
"version": "20.11.0",
"description": "GrowingIO Design semantic vector icons",
"author": "GrowingIO Frontend Team <[email protected]>",
"homepage": "https://growingio.design/resources/icons",
Expand Down
26 changes: 0 additions & 26 deletions packages/website/src/develop/changelog/components.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,6 @@ nav:

# @gio-design/components 更新日志

## 20.12.2

- Avatar 头像
- 修复缩放错误,首字母大写 [#617](https://github.com/growingio/gio-design/pull/617)
- Table 表格 [#603](https://github.com/growingio/gio-design/pull/603)
- 添加 hackRowEvent 功能
- 将 style,className 应用到最外层
- Toggles 开关
- 增加 `checked` 属性 [#581](https://github.com/growingio/gio-design/pull/581)
- Tabs 和 TabNav
- 去掉 key 的 number 类型 [#601](https://github.com/growingio/gio-design/pull/601)
- Alert 警告提示
- 添加 `style` 参数 [#602](https://github.com/growingio/gio-design/pull/602)
- Input 输入框
- 修改 input 输入框 disabled 时的颜色 [#606](https://github.com/growingio/gio-design/pull/606)
- DatePicker 日期选择器
- dateRangePicker 的失焦隐藏实现存在问题,先去掉 [#606](https://github.com/growingio/gio-design/pull/606)
- 将 datePicker 及 dateRangePicker 从 index 里导出 [#606](https://github.com/growingio/gio-design/pull/606)
- 给 dateRangePicker 设置失焦隐藏 [#624](https://github.com/growingio/gio-design/pull/624)
- 将 onSelect 从参数列表里删除 [#624](https://github.com/growingio/gio-design/pull/624)
- 修复 dateRangePicker 点击取消或者失焦时行为和点击确定按钮一样的问题 [#624](https://github.com/growingio/gio-design/pull/624)
- Upload 上传
- 阻止 Upload 组件的默认上传方式情况下,不更新文件状态的问题 [#607](https://github.com/growingio/gio-design/pull/607)
- Sign 标记
- 添加 offset 参数 [#623](https://github.com/growingio/gio-design/pull/623)

## 20.12.1

- Upload 上传组件 [#591](https://github.com/growingio/gio-design/pull/591)
Expand Down
4 changes: 0 additions & 4 deletions packages/website/src/develop/changelog/icons.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ nav:

# @gio-design/icons 更新日志

## 20.12.0

- `Picture` 重命名为 `PictureOutlined`. [#626](https://github.com/growingio/gio-design/pull/626)

## 20.11.0

- icons
Expand Down

1 comment on commit 70b91a6

@vercel
Copy link

@vercel vercel bot commented on 70b91a6 Dec 17, 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.