Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbiscuit committed Mar 30, 2023
1 parent 17a6834 commit ef9bade
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.0](https://github.com/affinitic/volto-icon-selector-widget/compare/0.1.0...0.2.0) (2023-03-30)


### Features

* Add FontAwesome 6.4.0 ([7b1ece5](https://github.com/affinitic/volto-icon-selector-widget/commit/7b1ece500ce49b727a06ad13a74dec16f475c8a5))
* Add Icon component ([152a44f](https://github.com/affinitic/volto-icon-selector-widget/commit/152a44f0e6a396f249d68904b80eb0b62c300d08))
* Add scrapping script to get icon list from font awesome website ([7c1bcfc](https://github.com/affinitic/volto-icon-selector-widget/commit/7c1bcfcf3f17a7e1cff35061939a69e346e180c1))


### Bug Fixes

* Fix babel config ([91ea6ee](https://github.com/affinitic/volto-icon-selector-widget/commit/91ea6ee0577bbdfa7f117a5957c08692db3e47cd))

## 0.1.0 (2023-03-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@affinitic/volto-icon-selector-widget",
"version": "0.1.0",
"version": "0.2.0",
"description": "volto-icon-selector-widget: Volto add-on that add a widget for selecting an icon",
"main": "src/index.js",
"license": "MIT",
Expand Down

0 comments on commit ef9bade

Please sign in to comment.