Skip to content

Commit

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

Optimized 23 new icons:
- `album-carousel`
- `album-list`
- `album-open`
- `album`
- `bus-outline`
- `bus-stop`
- `credit-card`
- `fast-arrow-bottom`
- `fast-arrow-left`
- `fast-arrow-right`
- `fast-arrow-top`
- `green-bus`
- `hd-display`
- `hourglass`
- `metro`
- `no-credit-card`
- `playlist-play`
- `playlist`
- `skateboard`
- `train-outline`
- `tram`
- `trash`
- `tunnel`

[Changes][v5.3.2]


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

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


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

0 comments on commit 31078c1

Please sign in to comment.