Skip to content

Commit

Permalink
Release Version v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaburgio authored and github-actions[bot] committed Mar 4, 2023
1 parent 3a29bdb commit 74ea1f3
Show file tree
Hide file tree
Showing 5 changed files with 22 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": "6.3.0",
"version": "6.4.0",
"description": "A Simple and Definitive Open-Source Icons Library",
"type": "module",
"files": [
Expand Down
18 changes: 18 additions & 0 deletions packages/iconoir-flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="v6.4.0"></a>
# [v6.4.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.4.0) - 04 Mar 2023

Added 9 new icons:
- `cut-solid-with-curve`
- `extrude`
- `fillet-3d`
- `loft-3d`
- `patch-holes-3d`
- `pipe-3d`
- `project-curve-3d`
- `sweep-3d`
- `unjoin-3d`

[Changes][v6.4.0]


<a name="v6.3.0"></a>
# [v6.3.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.3.0) - 22 Feb 2023

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


[v6.4.0]: https://github.com/iconoir-icons/iconoir/compare/v6.3.0...v6.4.0
[v6.3.0]: https://github.com/iconoir-icons/iconoir/compare/v6.2.1...v6.3.0
[v6.2.1]: https://github.com/iconoir-icons/iconoir/compare/v6.2.0...v6.2.1
[v6.2.0]: https://github.com/iconoir-icons/iconoir/compare/v6.1.1...v6.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: 6.3.0
version: 6.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": "6.3.0",
"version": "6.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": "6.3.0",
"version": "6.4.0",
"description": "React library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 74ea1f3

Please sign in to comment.