Release Version v6.7.0

This commit is contained in:
sammarks 2023-05-03 12:31:07 +00:00 committed by github-actions[bot]
parent df163b4f7b
commit e078eb6001
6 changed files with 27 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"name": "iconoir",
"version": "6.6.0",
"version": "6.7.0",
"description": "The biggest open source icon library with tons of free icons.",
"type": "module",
"files": [
@ -52,4 +52,4 @@
"@types/react": "^17.0.29"
}
}
}
}

View file

@ -1,3 +1,20 @@
<a name="v6.7.0"></a>
# [v6.7.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.7.0) - 03 May 2023
## What's Changed
* **New Iconoir Vue package** (thanks [@Scalamando](https://github.com/Scalamando)!)
* **New Iconoir Swift package** (thanks [@mkaulfers](https://github.com/mkaulfers)!)
* fix: correct footer links by [@sammarks](https://github.com/sammarks) in https://github.com/iconoir-icons/iconoir/pull/293
## New Contributors
* [@mkaulfers](https://github.com/mkaulfers) made their first contribution in https://github.com/iconoir-icons/iconoir/pull/285
* [@Scalamando](https://github.com/Scalamando) made their first contribution in https://github.com/iconoir-icons/iconoir/pull/294
**Full Changelog**: https://github.com/iconoir-icons/iconoir/compare/v6.6.0...v6.7.0
[Changes][v6.7.0]
<a name="v6.6.0"></a>
# [v6.6.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.6.0) - 12 Apr 2023
@ -1039,6 +1056,7 @@ fix: changed stroke property from `black` to `currentColor`.
[Changes][v4.2]
[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
[v6.4.1]: https://github.com/iconoir-icons/iconoir/compare/v6.4.0...v6.4.1

View file

@ -1,6 +1,6 @@
name: iconoir_flutter
description: Flutter library for Iconoir icon set
version: 6.6.0
version: 6.7.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.6.0",
"version": "6.7.0",
"description": "React Native library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -41,4 +41,4 @@
"react-native-svg": "^12.1.1",
"typescript": "^4.4.4"
}
}
}

View file

@ -1,6 +1,6 @@
{
"name": "iconoir-react",
"version": "6.6.0",
"version": "6.7.0",
"description": "React library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -50,4 +50,4 @@
"react": "^17.0.2",
"typescript": "^4.4.4"
}
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@iconoir/vue",
"version": "6.6.0",
"version": "6.7.0",
"description": "Vue library for Iconoir icon set",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -61,4 +61,4 @@
"vite-plugin-dts": "^2.3.0",
"vue": "^3.2.47"
}
}
}