Skip to content

Commit

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

Removed icons:
- `credit-card-2`

Renamed icons:

- `music-1-add` to `music-double-note-add`
- `music-1` to `music-double-note`
- `music-2-add` to `music-note-add`
- `music-2` to `music-note`

[Changes][]


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

Added 3 new icons:
- `auto-flash`
- `flash-off`
- `flash`



[Changes][v5.4.1]


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

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


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

0 comments on commit ef47e9d

Please sign in to comment.