Skip to content

Commit

Permalink
Release Version v5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaburgio authored and github-actions[bot] committed Dec 7, 2022
1 parent 217d8e9 commit 5ef5203
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 5 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.1",
"version": "5.5.0",
"description": "A Simple and Definitive Open-Source Icons Library",
"type": "module",
"files": [
Expand Down
40 changes: 39 additions & 1 deletion packages/iconoir-flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

Removed icons:
- `credit-card-2`
- test

Renamed icons:

Expand All @@ -14,6 +15,42 @@ Renamed icons:
[Changes][]


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

Added 27 new icons:

- `at-sign-circle`
- `at-sign`
- `brain-electricity`
- `brain-research`
- `brain-warning`
- `brain`
- `candlestick-chart`
- `card-issue`
- `card-locked`
- `card-security`
- `cooling`
- `credit-cards`
- `diameter`
- `dna`
- `graduation-cap`
- `heating`
- `inclination`
- `mastercard-card`
- `microscope`
- `paypal`
- `radiation`
- `radius`
- `rubik-cube`
- `vials`
- `x-coordinate`
- `y-coordinate`
- `z-coordinate`

[Changes][v5.5]


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

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


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

0 comments on commit 5ef5203

Please sign in to comment.