Release Version v6.10.0

This commit is contained in:
lucaburgio 2023-07-14 22:55:07 +00:00 committed by github-actions[bot]
parent cd7e32d60e
commit 88ec0a3fac
6 changed files with 21 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "iconoir",
"version": "6.9.0",
"version": "6.10.0",
"description": "The biggest open source icon library with tons of free icons.",
"type": "module",
"files": [

View file

@ -1,3 +1,18 @@
<a name="v6.10.0"></a>
# [v6.10.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.10.0) - 14 Jul 2023
Added 6 new icons:
- `align-horizontal-centers`
- `align-horizontal-spacing`
- `align-vertical-centers`
- `align-vertical-spacing`
- `app-store`
- `circle-spark`
[Changes][v6.10.0]
<a name="v6.9.0"></a>
# [v6.9.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.9.0) - 21 Jun 2023
@ -1084,6 +1099,7 @@ fix: changed stroke property from `black` to `currentColor`.
[Changes][v4.2]
[v6.10.0]: https://github.com/iconoir-icons/iconoir/compare/v6.9.0...v6.10.0
[v6.9.0]: https://github.com/iconoir-icons/iconoir/compare/v6.8.0...v6.9.0
[v6.8.0]: https://github.com/iconoir-icons/iconoir/compare/v6.7.0...v6.8.0
[v6.7.0]: https://github.com/iconoir-icons/iconoir/compare/v6.6.0...v6.7.0

View file

@ -1,6 +1,6 @@
name: iconoir_flutter
description: Flutter library for Iconoir icon set
version: 6.9.0
version: 6.10.0
homepage: https://iconoir.com
repository: https://github.com/lucaburgio/iconoir.git
issue_tracker: https://github.com/lucaburgio/iconoir/issues

View file

@ -1,6 +1,6 @@
{
"name": "iconoir-react-native",
"version": "6.9.0",
"version": "6.10.0",
"description": "React Native library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "iconoir-react",
"version": "6.9.0",
"version": "6.10.0",
"description": "React library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "@iconoir/vue",
"version": "6.9.0",
"version": "6.10.0",
"description": "Vue library for Iconoir icon set",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",