Skip to content

Commit

Permalink
Release Version v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaburgio authored and github-actions[bot] committed Mar 2, 2024
1 parent 96cb5fc commit ecda46b
Show file tree
Hide file tree
Showing 6 changed files with 30 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.4.0",
"version": "7.5.0",
"description": "Iconoir - The biggest open source icon library with tons of free icons.",
"keywords": [
"free",
Expand Down
25 changes: 25 additions & 0 deletions packages/iconoir-flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="v7.5.0"></a>
# [v7.5.0](https://github.com/iconoir-icons/iconoir/releases/tag/v7.5.0) - 02 Mar 2024

15 new solid icons:

- `keyframe-align-center`
- `keyframe-align-horizontal`
- `keyframe-align-vertical`
- `keyframe-minus-in`
- `keyframe-minus`
- `keyframe-plus-in`
- `keyframe-plus`
- `keyframe-position`
- `keyframe`
- `keyframes-couple`
- `keyframes`
- `transition-down`
- `transition-left`
- `transition-right`
- `transition-up`

[Changes][v7.5.0]


<a name="v7.4.0"></a>
# [v7.4.0](https://github.com/iconoir-icons/iconoir/releases/tag/v7.4.0) - 10 Feb 2024

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


[v7.5.0]: https://github.com/iconoir-icons/iconoir/compare/v7.4.0...v7.5.0
[v7.4.0]: https://github.com/iconoir-icons/iconoir/compare/v7.3.0...v7.4.0
[v7.3.0]: https://github.com/iconoir-icons/iconoir/compare/v7.2.0...v7.3.0
[v7.2.0]: https://github.com/iconoir-icons/iconoir/compare/v7.1.0...v7.2.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.4.0
version: 7.5.0
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.4.0",
"version": "7.5.0",
"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.4.0",
"version": "7.5.0",
"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.4.0",
"version": "7.5.0",
"description": "Vue library for Iconoir, the biggest open source icon library with tons of free icons.",
"keywords": [
"icons",
Expand Down

0 comments on commit ecda46b

Please sign in to comment.