From 418a35cb6166430ccceb6cf04612f74b96785c13 Mon Sep 17 00:00:00 2001 From: Pan Jie Date: Mon, 28 Dec 2020 13:30:58 +0800 Subject: [PATCH] docs(release): version 20.12.1 changelog --- .yarnrc | 2 ++ CHANGELOG.md | 21 +++++++++++++++++++++ VERSION.md | 21 +++++++++++++++++++++ docs/1.Changelog.stories.mdx | 9 +++++++++ package.json | 2 +- 5 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 .yarnrc create mode 100644 CHANGELOG.md create mode 100644 VERSION.md create mode 100644 docs/1.Changelog.stories.mdx diff --git a/.yarnrc b/.yarnrc new file mode 100644 index 0000000..43d7629 --- /dev/null +++ b/.yarnrc @@ -0,0 +1,2 @@ +version-git-tag false +version-commit-hooks false \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..20064c2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +## 20.12.1 (2020-12-28) + + +### Features + +* rename some icons ([#2](https://github.com/growingio/gio-design-icons/issues/2)) ([3f4a1f3](https://github.com/growingio/gio-design-icons/commit/3f4a1f3831b6c6d3714703d5324164b69c2e67f6)) + + +### BREAKING CHANGES + +* update some icons' name to follow naming conventions. + +The change: + +- UnviewOutlined -> EyeSlashOutlined +- ViewOutlined -> EyeOutlined +- WarningCircle -> WarningCircleOutlined +- WarningFilled -> WarningCircleFilled + + + diff --git a/VERSION.md b/VERSION.md new file mode 100644 index 0000000..20064c2 --- /dev/null +++ b/VERSION.md @@ -0,0 +1,21 @@ +## 20.12.1 (2020-12-28) + + +### Features + +* rename some icons ([#2](https://github.com/growingio/gio-design-icons/issues/2)) ([3f4a1f3](https://github.com/growingio/gio-design-icons/commit/3f4a1f3831b6c6d3714703d5324164b69c2e67f6)) + + +### BREAKING CHANGES + +* update some icons' name to follow naming conventions. + +The change: + +- UnviewOutlined -> EyeSlashOutlined +- ViewOutlined -> EyeOutlined +- WarningCircle -> WarningCircleOutlined +- WarningFilled -> WarningCircleFilled + + + diff --git a/docs/1.Changelog.stories.mdx b/docs/1.Changelog.stories.mdx new file mode 100644 index 0000000..3e0a8b4 --- /dev/null +++ b/docs/1.Changelog.stories.mdx @@ -0,0 +1,9 @@ +import { Meta } from '@storybook/addon-docs/blocks'; +import { Description } from '@storybook/addon-docs/blocks'; +import document from '../CHANGELOG.md'; + + + +# Changelog + + diff --git a/package.json b/package.json index ff21c3f..d3c818e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gio-design/icons", - "version": "20.12.0", + "version": "20.12.1", "description": "GrowingIO Design semantic vector icons", "author": "GrowingIO Frontend Team ", "homepage": "https://growingio.design/resources/icons",