Skip to content

Commit

Permalink
Release Version v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaburgio authored and github-actions[bot] committed Sep 10, 2022
1 parent d730622 commit ea244fd
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iconoir",
"version": "5.2.0",
"version": "5.3.0",
"description": "A Simple and Definitive Open-Source Icons Library",
"type": "module",
"files": [
Expand Down
48 changes: 48 additions & 0 deletions packages/iconoir-flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
<a name="v5.3.0"></a>
# [v5.3.0](https://github.com/iconoir-icons/iconoir/releases/tag/v5.3.0) - 10 Sep 2022

Added 37 new icons:

- `add-page-alt`
- `angle-tool`
- `avi-format`
- `bread-slice`
- `closed-captions`
- `clutery`
- `coffee-cup`
- `design-nib`
- `forward-message`
- `forward`
- `gif-format`
- `hammer`
- `jpeg-format`
- `jpg-format`
- `list-select`
- `mail-in`
- `mail-out`
- `mpeg-format`
- `npm-square`
- `npm`
- `png-format`
- `raw-format`
- `remove-page-alt`
- `reply-to-message`
- `reply`
- `screenshot`
- `send-diagonal`
- `send-mail`
- `send`
- `submit-document`
- `svg-format`
- `text-box`
- `tif-format`
- `tiff-format`
- `tools`
- `webp-format`
- `wrench`


[Changes][v5.3.0]


<a name="v5.2.0"></a>
# [v5.2.0](https://github.com/iconoir-icons/iconoir/releases/tag/v5.2.0) - 28 Aug 2022

Expand Down Expand Up @@ -480,6 +527,7 @@ fix: changed stroke property from `black` to `currentColor`.
[Changes][v4.2]


[v5.3.0]: https://github.com/iconoir-icons/iconoir/compare/v5.2.0...v5.3.0
[v5.2.0]: https://github.com/iconoir-icons/iconoir/compare/v5.1.4...v5.2.0
[v5.1.4]: https://github.com/iconoir-icons/iconoir/compare/v5.1.3...v5.1.4
[v5.1.3]: https://github.com/iconoir-icons/iconoir/compare/v5.1.2...v5.1.3
Expand Down
2 changes: 1 addition & 1 deletion packages/iconoir-flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: iconoir_flutter
description: Flutter library for Iconoir icon set
version: 5.2.0
version: 5.3.0
homepage: https://iconoir.com
repository: https://github.com/lucaburgio/iconoir.git
issue_tracker: https://github.com/lucaburgio/iconoir/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/iconoir-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iconoir-react-native",
"version": "5.2.0",
"version": "5.3.0",
"description": "React Native library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/iconoir-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iconoir-react",
"version": "5.2.0",
"version": "5.3.0",
"description": "React library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ea244fd

Please sign in to comment.