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",