Skip to content

Commit

Permalink
docs(website): components & tokens 20.8.2 and icons 20.8.1 changelog (#…
Browse files Browse the repository at this point in the history
…77)

affects: @gio-design/components, @gio-design/icons, @gio-design/themes, @gio-design/tokens, website
  • Loading branch information
jack0pan authored Aug 12, 2020
1 parent 3fc7918 commit 9868894
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 15 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.1",
"version": "20.8.2",
"description": "GrowingIO Design System Components",
"module": "./es/index.js",
"types": "./es/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"test:xunit": "JEST_JUNIT_CLASSNAME=\"{filename}\" jest --ci --testResultsProcessor=jest-junit"
},
"dependencies": {
"@gio-design/icons": "^20.8.0",
"@gio-design/tokens": "^20.8.1",
"@gio-design/icons": "^20.8.1",
"@gio-design/tokens": "^20.8.2",
"@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.0",
"version": "20.8.1",
"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/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@gio-design/tokens": "^20.8.1",
"@gio-design/tokens": "^20.8.2",
"gulp": "^4.0.2",
"gulp-merge-json": "^1.3.1",
"gulp-rename": "^1.4.0",
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.1",
"version": "20.8.2",
"description": "GrowingIO Design System Tokens",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "website",
"version": "20.8.1",
"version": "20.8.2",
"scripts": {
"start": "dumi dev",
"build": "UMI_ENV=production dumi build",
Expand All @@ -15,9 +15,9 @@
"dependencies": {
"@babel/helper-skip-transparent-expression-wrappers": "^7.11.0",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
"@gio-design/components": "^20.8.1",
"@gio-design/icons": "^20.8.0",
"@gio-design/tokens": "^20.8.1",
"@gio-design/components": "^20.8.2",
"@gio-design/icons": "^20.8.1",
"@gio-design/tokens": "^20.8.2",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-jest": "23.13.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/website/src/develop/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ nav:

## 各个库更新日志

- [@gio-design/components @ 20.8.1](/develop/changelog/components)
- [@gio-design/icons @ 20.8.0](/develop/changelog/icons)
- [@gio-design/tokens @ 20.8.1](/develop/changelog/tokens)
- [@gio-design/components](/develop/changelog/components)
- [@gio-design/icons](/develop/changelog/icons)
- [@gio-design/tokens](/develop/changelog/tokens)
7 changes: 6 additions & 1 deletion packages/website/src/develop/changelog/components.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ nav:

# @gio-design/components 更新日志

## 20.8.2

- 🆕 新增[Alert 警告提示](/components/basic/alert)组件。 [#52](https://github.com/growingio/gio-design/pull/52)
- 🆕 新增[Input 输入框](/components/basic/input)组件。 [#55](https://github.com/growingio/gio-design/pull/55)

## 20.8.1

- 🆕 新增[Toggles 开关](/components/basic/toggles)组件。 [#52](https://github.com/growingio/gio-design/pull/34)
- 🆕 新增[Toggles 开关](/components/basic/toggles)组件。 [#52](https://github.com/growingio/gio-design/pull/52)
- 🆕 新增[Loading 加载中](/components/basic/loading)组件。 [#39](https://github.com/growingio/gio-design/pull/39)
- 🆕 新增[Skeleton 骨架图](/components/basic/skeleton)组件。 [#46](https://github.com/growingio/gio-design/pull/46)
- 🆕 新增[Popconfirm 气泡确认框](/components/functional/popconfirm)组件。 [#49](https://github.com/growingio/gio-design/pull/49)
Expand Down
6 changes: 6 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,12 @@ nav:

# @gio-design/icons 更新日志

## 20.8.1

- 📛 `Loading` 图标名称更新为 `LoadingBlackOutlined``LoadingWhiteOutlined`[#71](https://github.com/growingio/gio-design/pull/71)
- 📛 `Warning` 图标名称更新为 `WarningFilled`[#55](https://github.com/growingio/gio-design/pull/55)
- 🆕 新增 `Defeat` `DownFilled` `informationCircle` `QuestionCircle` `Succeed` `Unview` `UpFilled` `View` `Wait` `WarningCircle` 图标。 [#55](https://github.com/growingio/gio-design/pull/55)

## 20.8.0

- 🆕 新增 `LoadingOutlinedBlack``LoadingOutlinedWhite` 图标。 [#39](https://github.com/growingio/gio-design/pull/39)
Expand Down
7 changes: 6 additions & 1 deletion packages/website/src/develop/changelog/tokens.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ nav:

# @gio-design/tokens 更新日志

## 20.8.2

- 🆕 为色板中添加新颜色,更新 `Link 链接``Radio 单选框``Sign 标记` 三个组件的 `Tokens`[#69](https://github.com/growingio/gio-design/pull/69)
- 🆕 更新 `Button 按钮`组件的 `Tokens`[#71](https://github.com/growingio/gio-design/pull/71)

## 20.8.1

- 🆕 增加 `Toggles 开关` 相关的 `Tokens`[#52](https://github.com/growingio/gio-design/pull/34)
- 🆕 增加 `Toggles 开关` 相关的 `Tokens`[#52](https://github.com/growingio/gio-design/pull/52)
- 🆕 增加 `Loading 加载中` 相关的 `Tokens`[#39](https://github.com/growingio/gio-design/pull/39)
- 🆕 增加 `Skeleton 骨架图` 相关的 `Tokens`[#46](https://github.com/growingio/gio-design/pull/46)
- 🆕 增加 `Popconfirm 气泡确认框` 相关的 `Tokens`[#49](https://github.com/growingio/gio-design/pull/49)
Expand Down

0 comments on commit 9868894

Please sign in to comment.