Skip to content

Commit

Permalink
docs(release): version 21.1.0 change log (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack0pan authored Jan 5, 2021
1 parent 94af3fc commit 0fea936
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [21.1.0](https://github.com/growingio/gio-design/compare/v20.12.6...v21.1.0) (2021-01-05)


### Bug Fixes

* **button:** fix the button left and right padding ([#682](https://github.com/growingio/gio-design/issues/682)) ([b456b5e](https://github.com/growingio/gio-design/commit/b456b5e8fd65f7a574114b1dd12849084d72c939))
* **checkbox:** 修复checkbox组件在账号申请中的bug ([#679](https://github.com/growingio/gio-design/issues/679)) ([19a9fee](https://github.com/growingio/gio-design/commit/19a9fee7931fb96a0799cc98e1f3cf7b4a2cdff4))
* **radio:** add font-weight to radio label and prevent be covered ([#683](https://github.com/growingio/gio-design/issues/683)) ([d961f62](https://github.com/growingio/gio-design/commit/d961f62e7baf696bbdb1994d759d84e8e7ab1171))


### Features

* 自动初始化 selected-parents ([#678](https://github.com/growingio/gio-design/issues/678)) ([b7b60e7](https://github.com/growingio/gio-design/commit/b7b60e7075fa8e335af475dd03b6443186a591ae))



16 changes: 16 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [21.1.0](https://github.com/growingio/gio-design/compare/v20.12.6...v21.1.0) (2021-01-05)


### Bug Fixes

* **button:** fix the button left and right padding ([#682](https://github.com/growingio/gio-design/issues/682)) ([b456b5e](https://github.com/growingio/gio-design/commit/b456b5e8fd65f7a574114b1dd12849084d72c939))
* **checkbox:** 修复checkbox组件在账号申请中的bug ([#679](https://github.com/growingio/gio-design/issues/679)) ([19a9fee](https://github.com/growingio/gio-design/commit/19a9fee7931fb96a0799cc98e1f3cf7b4a2cdff4))
* **radio:** add font-weight to radio label and prevent be covered ([#683](https://github.com/growingio/gio-design/issues/683)) ([d961f62](https://github.com/growingio/gio-design/commit/d961f62e7baf696bbdb1994d759d84e8e7ab1171))


### Features

* 自动初始化 selected-parents ([#678](https://github.com/growingio/gio-design/issues/678)) ([b7b60e7](https://github.com/growingio/gio-design/commit/b7b60e7075fa8e335af475dd03b6443186a591ae))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gio-design/components",
"version": "20.12.6",
"version": "21.1.0",
"description": "GrowingIO Design components",
"repository": "https://github.com/growingio/gio-design.git",
"author": "GrowingIO Frontend Team <eng-frontend@growingio.com>",
Expand All @@ -17,7 +17,7 @@
"build": "gio-rewire lib compile",
"build-sotrybook": "build-storybook -s public",
"eslint": "eslint src --ext .ts,.tsx",
"gen-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"gen-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"gen-version": "conventional-changelog -p angular > VERSION.md",
"postversion": "yarn gen-version && yarn gen-changelog",
"preversion": "git fetch --tags",
Expand Down

1 comment on commit 0fea936

@vercel
Copy link

@vercel vercel bot commented on 0fea936 Jan 5, 2021

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.