Skip to content

Commit

Permalink
Release Version v5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaburgio authored and github-actions[bot] committed Nov 1, 2022
1 parent b05ad74 commit 5a21d2d
Show file tree
Hide file tree
Showing 5 changed files with 34 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.3.2",
"version": "5.4.0",
"description": "A Simple and Definitive Open-Source Icons Library",
"type": "module",
"files": [
Expand Down
30 changes: 30 additions & 0 deletions packages/iconoir-flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
<a name="v5.4"></a>
# [v5.4](https://github.com/iconoir-icons/iconoir/releases/tag/v5.4) - 01 Nov 2022

Added 21 new icons:
- `arrow-bl-circled`
- `arrow-bl-square`
- `arrow-br-circled`
- `arrow-br-square`
- `arrow-tl-circled`
- `arrow-tl-square`
- `arrow-tr-circled`
- `arrow-tr-square`
- `divide-three`
- `divide`
- `drag`
- `horizontal-merge`
- `horizontal-split`
- `page-down`
- `page-left`
- `page-right`
- `page-up`
- `path-arrow`
- `shortcut`
- `vertical-merge`
- `vertical-split`

[Changes][v5.4]


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

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


[v5.4]: https://github.com/iconoir-icons/iconoir/compare/v5.3.2...v5.4
[v5.3.2]: https://github.com/iconoir-icons/iconoir/compare/v5.3.1...v5.3.2
[v5.3.1]: https://github.com/iconoir-icons/iconoir/compare/v5.3.0...v5.3.1
[v5.3.0]: https://github.com/iconoir-icons/iconoir/compare/v5.2.0...v5.3.0
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.3.2
version: 5.4.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.3.2",
"version": "5.4.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.3.2",
"version": "5.4.0",
"description": "React library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5a21d2d

Please sign in to comment.