Release Version v6.11.0

This commit is contained in:
lucaburgio 2023-08-02 12:01:32 +00:00 committed by github-actions[bot]
parent 2025fb27b4
commit 03a415b18e
6 changed files with 26 additions and 5 deletions

View file

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

View file

@ -1,3 +1,23 @@
<a name="v6.11.0"></a>
# [v6.11.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.11.0) - 02 Aug 2023
Added 12 new icons:
- `number-0-square`
- `number-1-square`
- `number-2-square`
- `number-3-square`
- `number-4-square`
- `number-5-square`
- `number-6-square`
- `number-7-square`
- `number-8-square`
- `number-9-square`
- `post`
- `threads`
[Changes][v6.11.0]
<a name="v6.10.0"></a>
# [v6.10.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.10.0) - 14 Jul 2023
@ -1099,6 +1119,7 @@ fix: changed stroke property from `black` to `currentColor`.
[Changes][v4.2]
[v6.11.0]: https://github.com/iconoir-icons/iconoir/compare/v6.10.0...v6.11.0
[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

View file

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