Release Version v6.8.0

This commit is contained in:
lucaburgio 2023-05-06 09:22:23 +00:00 committed by github-actions[bot]
parent f0167dbd54
commit b74a8eaf34
6 changed files with 22 additions and 5 deletions

View file

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

View file

@ -1,3 +1,19 @@
<a name="v6.8.0"></a>
# [v6.8.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.8.0) - 06 May 2023
Added 8 new icons:
- `comp-align-bottom`
- `comp-align-left`
- `comp-align-right`
- `comp-align-top`
- `component`
- `spark`
- `sparks`
- `square-cursor`
[Changes][v6.8.0]
<a name="v6.7.0"></a>
# [v6.7.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.7.0) - 03 May 2023
@ -1056,6 +1072,7 @@ fix: changed stroke property from `black` to `currentColor`.
[Changes][v4.2]
[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
[v6.5.0]: https://github.com/iconoir-icons/iconoir/compare/v6.4.1...v6.5.0

View file

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