Release Version v6.9.0

This commit is contained in:
lucaburgio 2023-06-21 05:58:18 +00:00 committed by github-actions[bot]
parent ed518798e9
commit e2f9f3f94a
6 changed files with 18 additions and 5 deletions

View file

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

View file

@ -1,3 +1,15 @@
<a name="v6.9.0"></a>
# [v6.9.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.9.0) - 21 Jun 2023
Added 3 new icons:
- `bridge-surface`
- `constrained-surface`
- `curve-array`
[Changes][v6.9.0]
<a name="v6.8.0"></a>
# [v6.8.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.8.0) - 06 May 2023
@ -1072,6 +1084,7 @@ fix: changed stroke property from `black` to `currentColor`.
[Changes][v4.2]
[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
[v6.6.0]: https://github.com/iconoir-icons/iconoir/compare/v6.5.0...v6.6.0

View file

@ -1,6 +1,6 @@
name: iconoir_flutter
description: Flutter library for Iconoir icon set
version: 6.8.0
version: 6.9.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.8.0",
"version": "6.9.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.8.0",
"version": "6.9.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.8.0",
"version": "6.9.0",
"description": "Vue library for Iconoir icon set",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",