diff --git a/package.json b/package.json index bddf1f32..7d1be30d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iconoir", - "version": "6.2.0", + "version": "6.2.1", "description": "A Simple and Definitive Open-Source Icons Library", "type": "module", "files": [ diff --git a/packages/iconoir-flutter/CHANGELOG.md b/packages/iconoir-flutter/CHANGELOG.md index 7ab2ff84..1673d115 100644 --- a/packages/iconoir-flutter/CHANGELOG.md +++ b/packages/iconoir-flutter/CHANGELOG.md @@ -1,3 +1,62 @@ + +# [v6.2.1](https://github.com/iconoir-icons/iconoir/releases/tag/v6.2.1) - 06 Feb 2023 + +Renewed 50 new icons and optimized their optical size: +(Accessibility icons have been updated following [#207](https://github.com/iconoir-icons/iconoir/issues/207)). +- `accessibility-sign` +- `accessibility-tech` +- `add-keyframe-alt` +- `add-keyframe` +- `archery` +- `arrow-separate-vertical` +- `arrow-separate` +- `arrow-union-vertical` +- `arrow-union` +- `card-issue` +- `card-locked` +- `card-security` +- `cash` +- `credit-card` +- `credit-cards` +- `domotic-issue` +- `droplet-half` +- `droplet` +- `edit-pencil` +- `eye-alt` +- `eye-close` +- `home-alt-slim-horiz` +- `home-alt-slim` +- `home-alt` +- `home-sale` +- `home-secure` +- `home-shield` +- `home` +- `keyframe-align-center` +- `keyframe-align-horizontal` +- `keyframe-align-vertical` +- `keyframe-position` +- `keyframe` +- `line-space` +- `lot-of-cash` +- `mastercard-card` +- `no-credit-card` +- `numbered-list-right` +- `redo-action` +- `redo` +- `remove-keyframe-alt` +- `remove-keyframe` +- `sound-high` +- `sound-low` +- `sound-min` +- `sound-off` +- `text-box` +- `text-size` +- `undo-action` +- `undo` + +[Changes][v6.2.1] + + # [v6.2.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.2.0) - 29 Jan 2023 @@ -848,6 +907,7 @@ fix: changed stroke property from `black` to `currentColor`. [Changes][v4.2] +[v6.2.1]: https://github.com/iconoir-icons/iconoir/compare/v6.2.0...v6.2.1 [v6.2.0]: https://github.com/iconoir-icons/iconoir/compare/v6.1.1...v6.2.0 [v6.1.1]: https://github.com/iconoir-icons/iconoir/compare/v6.1.0...v6.1.1 [v6.1.0]: https://github.com/iconoir-icons/iconoir/compare/v6.0...v6.1.0 diff --git a/packages/iconoir-flutter/pubspec.yaml b/packages/iconoir-flutter/pubspec.yaml index 827cfb8c..45f8076e 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 icon set -version: 6.2.0 +version: 6.2.1 homepage: https://iconoir.com repository: https://github.com/lucaburgio/iconoir.git issue_tracker: https://github.com/lucaburgio/iconoir/issues diff --git a/packages/iconoir-react-native/package.json b/packages/iconoir-react-native/package.json index 17102856..49ee0170 100644 --- a/packages/iconoir-react-native/package.json +++ b/packages/iconoir-react-native/package.json @@ -1,6 +1,6 @@ { "name": "iconoir-react-native", - "version": "6.2.0", + "version": "6.2.1", "description": "React Native library for Iconoir icon set", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/iconoir-react/package.json b/packages/iconoir-react/package.json index abea10da..cf295b0b 100644 --- a/packages/iconoir-react/package.json +++ b/packages/iconoir-react/package.json @@ -1,6 +1,6 @@ { "name": "iconoir-react", - "version": "6.2.0", + "version": "6.2.1", "description": "React library for Iconoir icon set", "main": "dist/index.js", "types": "dist/index.d.ts",