From b4b0e4bc54a8ce7a1fcd86177cd5a0ad2cdd7a35 Mon Sep 17 00:00:00 2001 From: lucaburgio <6526461+lucaburgio@users.noreply.github.com> Date: Sat, 12 Apr 2025 16:34:37 +0000 Subject: [PATCH] Release Version v7.11.0 --- css/iconoir-regular.css | 2 +- css/iconoir-solid.css | 2 +- css/iconoir.css | 2 +- package.json | 4 +- packages/iconoir-flutter/CHANGELOG.md | 53 +++++++++++++++++++++- packages/iconoir-flutter/pubspec.yaml | 2 +- packages/iconoir-react-native/package.json | 4 +- packages/iconoir-react/package.json | 4 +- packages/iconoir-vue/package.json | 4 +- 9 files changed, 64 insertions(+), 13 deletions(-) diff --git a/css/iconoir-regular.css b/css/iconoir-regular.css index a3ae83b1..15cd0af3 100644 --- a/css/iconoir-regular.css +++ b/css/iconoir-regular.css @@ -1,6 +1,6 @@ /*! * Iconoir - * Copyright (c) 2024 Luca Burgio - https://iconoir.com + * Copyright (c) 2025 Luca Burgio - https://iconoir.com * License - https://github.com/iconoir-icons/iconoir/blob/main/LICENSE (Code: MIT License) * CSS file created by Till Esser (@Wiwaltill) and automated by Pascal Jufer (@paescuj) */ diff --git a/css/iconoir-solid.css b/css/iconoir-solid.css index 319af980..fa887e5f 100644 --- a/css/iconoir-solid.css +++ b/css/iconoir-solid.css @@ -1,6 +1,6 @@ /*! * Iconoir - * Copyright (c) 2024 Luca Burgio - https://iconoir.com + * Copyright (c) 2025 Luca Burgio - https://iconoir.com * License - https://github.com/iconoir-icons/iconoir/blob/main/LICENSE (Code: MIT License) * CSS file created by Till Esser (@Wiwaltill) and automated by Pascal Jufer (@paescuj) */ diff --git a/css/iconoir.css b/css/iconoir.css index 6ff91c70..0b9dd46d 100644 --- a/css/iconoir.css +++ b/css/iconoir.css @@ -1,6 +1,6 @@ /*! * Iconoir - * Copyright (c) 2024 Luca Burgio - https://iconoir.com + * Copyright (c) 2025 Luca Burgio - https://iconoir.com * License - https://github.com/iconoir-icons/iconoir/blob/main/LICENSE (Code: MIT License) * CSS file created by Till Esser (@Wiwaltill) and automated by Pascal Jufer (@paescuj) */ diff --git a/package.json b/package.json index 5e0cdc5d..37398c65 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iconoir", "type": "module", - "version": "7.10.1", + "version": "7.11.0", "packageManager": "pnpm@9.15.1", "description": "Iconoir - The biggest open source icon library with tons of free icons.", "license": "MIT", @@ -73,4 +73,4 @@ } } } -} +} \ No newline at end of file diff --git a/packages/iconoir-flutter/CHANGELOG.md b/packages/iconoir-flutter/CHANGELOG.md index 1e8fcf00..26c74501 100644 --- a/packages/iconoir-flutter/CHANGELOG.md +++ b/packages/iconoir-flutter/CHANGELOG.md @@ -1,3 +1,53 @@ + +# [v7.11.0](https://github.com/iconoir-icons/iconoir/releases/tag/v7.11.0) - 2025-04-12 + +43 new icons: + +- `bug` +- `dots-grid-3x3` +- `whatsapp` +- `arrow-down-left-square` +- `arrow-left-tag` +- `arrow-right-tag` +- `compass` +- `divide-three` +- `divide` +- `drag` +- `fast-arrow-down-square` +- `fast-arrow-left-square` +- `fast-arrow-right-square` +- `fast-arrow-up-square` +- `filter-list-circle` +- `google-circle` +- `long-arrow-down-left` +- `long-arrow-down-right` +- `long-arrow-left-down` +- `long-arrow-left-up` +- `long-arrow-right-down` +- `long-arrow-right-up` +- `long-arrow-up-left` +- `long-arrow-up-right` +- `nav-arrow-down` +- `nav-arrow-left` +- `nav-arrow-right` +- `nav-arrow-up` +- `page-down` +- `page-left` +- `page-right` +- `page-up` +- `path-arrow` +- `peerlist` +- `pocket` +- `rss-feed-tag` +- `shortcut-square` +- `snapchat` +- `tiktok` +- `youtube` + + +[Changes][v7.11.0] + + # [v7.10.1](https://github.com/iconoir-icons/iconoir/releases/tag/v7.10.1) - 2024-11-28 @@ -1685,6 +1735,7 @@ fix: changed stroke property from `black` to `currentColor`. [Changes][v4.2] +[v7.11.0]: https://github.com/iconoir-icons/iconoir/compare/v7.10.1...v7.11.0 [v7.10.1]: https://github.com/iconoir-icons/iconoir/compare/v7.10.0...v7.10.1 [v7.10.0]: https://github.com/iconoir-icons/iconoir/compare/v7.9.0...v7.10.0 [v7.9.0]: https://github.com/iconoir-icons/iconoir/compare/v7.8.0...v7.9.0 @@ -1747,4 +1798,4 @@ fix: changed stroke property from `black` to `currentColor`. [v4.2.1]: https://github.com/iconoir-icons/iconoir/compare/v4.2...v4.2.1 [v4.2]: https://github.com/iconoir-icons/iconoir/tree/v4.2 - + diff --git a/packages/iconoir-flutter/pubspec.yaml b/packages/iconoir-flutter/pubspec.yaml index 35f595f4..ee7db91c 100644 --- a/packages/iconoir-flutter/pubspec.yaml +++ b/packages/iconoir-flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: iconoir_flutter description: Flutter library for Iconoir, the biggest open source icon library with tons of free icons. -version: 7.10.1 +version: 7.11.0 homepage: https://iconoir.com repository: https://github.com/iconoir-icons/iconoir funding: diff --git a/packages/iconoir-react-native/package.json b/packages/iconoir-react-native/package.json index f687cd45..408db222 100644 --- a/packages/iconoir-react-native/package.json +++ b/packages/iconoir-react-native/package.json @@ -1,6 +1,6 @@ { "name": "iconoir-react-native", - "version": "7.10.1", + "version": "7.11.0", "description": "React Native library for Iconoir, the biggest open source icon library with tons of free icons.", "license": "MIT", "funding": { @@ -48,4 +48,4 @@ "devDependencies": { "@types/react": "^18.3.17" } -} +} \ No newline at end of file diff --git a/packages/iconoir-react/package.json b/packages/iconoir-react/package.json index b74d977b..0b13b43f 100644 --- a/packages/iconoir-react/package.json +++ b/packages/iconoir-react/package.json @@ -1,6 +1,6 @@ { "name": "iconoir-react", - "version": "7.10.1", + "version": "7.11.0", "description": "React library for Iconoir, the biggest open source icon library with tons of free icons.", "license": "MIT", "funding": { @@ -46,4 +46,4 @@ "devDependencies": { "@types/react": "^19.0.1" } -} +} \ No newline at end of file diff --git a/packages/iconoir-vue/package.json b/packages/iconoir-vue/package.json index a545d116..af89ff52 100644 --- a/packages/iconoir-vue/package.json +++ b/packages/iconoir-vue/package.json @@ -1,6 +1,6 @@ { "name": "@iconoir/vue", - "version": "7.10.1", + "version": "7.11.0", "description": "Vue library for Iconoir, the biggest open source icon library with tons of free icons.", "license": "MIT", "funding": { @@ -44,4 +44,4 @@ "devDependencies": { "@vue/tsconfig": "^0.7.0" } -} +} \ No newline at end of file