Skip to content

Commit

Permalink
Release Version v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj authored and github-actions[bot] committed Nov 9, 2023
1 parent b4ce435 commit b0346bf
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iconoir",
"version": "7.0.0",
"version": "7.0.1",
"description": "Iconoir - The biggest open source icon library with tons of free icons.",
"keywords": [
"free",
Expand Down
12 changes: 12 additions & 0 deletions packages/iconoir-flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v7.0.1"></a>
# [v7.0.1](https://github.com/iconoir-icons/iconoir/releases/tag/v7.0.1) - 09 Nov 2023

## What's Changed
* Fix CSS class names for solid icons by [@paescuj](https://github.com/paescuj) in https://github.com/iconoir-icons/iconoir/pull/375

**Full Changelog**: https://github.com/iconoir-icons/iconoir/compare/v7.0.0...v7.0.1

[Changes][v7.0.1]


<a name="v7.0.0"></a>
# [v7.0.0](https://github.com/iconoir-icons/iconoir/releases/tag/v7.0.0) - 29 Oct 2023

Expand Down Expand Up @@ -1394,6 +1405,7 @@ fix: changed stroke property from `black` to `currentColor`.
[Changes][v4.2]


[v7.0.1]: https://github.com/iconoir-icons/iconoir/compare/v7.0.0...v7.0.1
[v7.0.0]: https://github.com/iconoir-icons/iconoir/compare/v6.11.0...v7.0.0
[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
Expand Down
2 changes: 1 addition & 1 deletion packages/iconoir-flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.0.0
version: 7.0.1
homepage: https://iconoir.com
repository: https://github.com/iconoir-icons/iconoir
funding:
Expand Down
2 changes: 1 addition & 1 deletion packages/iconoir-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iconoir-react-native",
"version": "7.0.0",
"version": "7.0.1",
"description": "React Native library for Iconoir, the biggest open source icon library with tons of free icons.",
"keywords": [
"icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/iconoir-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iconoir-react",
"version": "7.0.0",
"version": "7.0.1",
"description": "React library for Iconoir, the biggest open source icon library with tons of free icons.",
"keywords": [
"icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/iconoir-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iconoir/vue",
"version": "7.0.0",
"version": "7.0.1",
"description": "Vue library for Iconoir, the biggest open source icon library with tons of free icons.",
"keywords": [
"icons",
Expand Down

0 comments on commit b0346bf

Please sign in to comment.