Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Dec 28, 2022
1 parent 494af47 commit 5f0f6ac
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## 1.0.0 (2022-12-28)


### Features

* add initial set of icons ([68e5625](https://github.com/gravity-ui/icons/commit/68e5625dbedd4f6a6a5302cc543790b3f93ecde1))
* change keywords to aliases ([494af47](https://github.com/gravity-ui/icons/commit/494af47f6dab33b19e2fb34ffde7ceb1bd4aee04))
* initial implementation ([0d8063e](https://github.com/gravity-ui/icons/commit/0d8063ee3fb66af291f625b6bdcc132e1f5276bf))
* sync icons ([#4](https://github.com/gravity-ui/icons/issues/4)) ([8acbbe2](https://github.com/gravity-ui/icons/commit/8acbbe21fdee0b4dda471fe2c575f6ff4ca45316))
* sync icons ([#6](https://github.com/gravity-ui/icons/issues/6)) ([c1d5dda](https://github.com/gravity-ui/icons/commit/c1d5dda330a067165142099060069be78159cb31))
* sync icons ([#7](https://github.com/gravity-ui/icons/issues/7)) ([2f45c67](https://github.com/gravity-ui/icons/commit/2f45c6730b818e1e9d0d6163ecd08c9e0d4da976))


### Bug Fixes

* filter non icon types ([b97df9a](https://github.com/gravity-ui/icons/commit/b97df9ae02df0a131bcd530c15ea6e0e973b318a))
* keywords might be empty ([cb6f11d](https://github.com/gravity-ui/icons/commit/cb6f11d4e6b6439c0d19a66fe4e7612d35950232))
* sort metadata file ([1fd557f](https://github.com/gravity-ui/icons/commit/1fd557f0922b08c6b247923f0b31a616fe7ce4d4))
* throw on empty style ([f2876fc](https://github.com/gravity-ui/icons/commit/f2876fc32fc20914bd060c351513da0e14d0a853))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/icons",
"version": "0.0.1",
"version": "1.0.0",
"description": "Pack of Gravity UI icons",
"keywords": [
"icons",
Expand Down

0 comments on commit 5f0f6ac

Please sign in to comment.