diff --git a/package.json b/package.json index 13c2c23a..bddf1f32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iconoir", - "version": "6.1.1", + "version": "6.2.0", "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 0264af8c..7ab2ff84 100644 --- a/packages/iconoir-flutter/CHANGELOG.md +++ b/packages/iconoir-flutter/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [v6.2.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.2.0) - 29 Jan 2023 + +## What's Changed +* Astro Support by [@sammarks](https://github.com/sammarks) in https://github.com/iconoir-icons/iconoir/pull/240 +* NextJS 13 Server Components Support by [@sammarks](https://github.com/sammarks) in https://github.com/iconoir-icons/iconoir/pull/240 + + +**Full Changelog**: https://github.com/iconoir-icons/iconoir/compare/v6.1.1...v6.2.0 + +[Changes][v6.2.0] + + # [v6.1.1](https://github.com/iconoir-icons/iconoir/releases/tag/v6.1.1) - 28 Jan 2023 @@ -42,7 +55,7 @@ Added 24 new icons: -# [v6.0.0 (v6.0)](https://github.com/iconoir-icons/iconoir/releases/tag/v6.0) - 08 Jan 2023 +# [v6.0.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.0) - 08 Jan 2023 In this major release, we made some old icons' names more consistent and removed one icon. **Please double-check this list before updating to Iconoir v6.0.** @@ -835,6 +848,7 @@ fix: changed stroke property from `black` to `currentColor`. [Changes][v4.2] +[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 [v6.0]: https://github.com/iconoir-icons/iconoir/compare/v5.5.2...v6.0 @@ -870,4 +884,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 9ec8a5dd..827cfb8c 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.1.1 +version: 6.2.0 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 a42224ee..17102856 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.1.1", + "version": "6.2.0", "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 16d9c980..abea10da 100644 --- a/packages/iconoir-react/package.json +++ b/packages/iconoir-react/package.json @@ -1,6 +1,6 @@ { "name": "iconoir-react", - "version": "6.1.1", + "version": "6.2.0", "description": "React library for Iconoir icon set", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -50,4 +50,4 @@ "react": "^17.0.2", "typescript": "^4.4.4" } -} +} \ No newline at end of file