Release Version v6.2.0

This commit is contained in:
sammarks 2023-01-29 19:54:07 +00:00 committed by github-actions[bot]
parent 888f634ccb
commit a1e16af3b5
5 changed files with 21 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "iconoir", "name": "iconoir",
"version": "6.1.1", "version": "6.2.0",
"description": "A Simple and Definitive Open-Source Icons Library", "description": "A Simple and Definitive Open-Source Icons Library",
"type": "module", "type": "module",
"files": [ "files": [

View file

@ -1,3 +1,16 @@
<a name="v6.2.0"></a>
# [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]
<a name="v6.1.1"></a> <a name="v6.1.1"></a>
# [v6.1.1](https://github.com/iconoir-icons/iconoir/releases/tag/v6.1.1) - 28 Jan 2023 # [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:
<a name="v6.0"></a> <a name="v6.0"></a>
# [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. 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.** **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] [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.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.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 [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.1]: https://github.com/iconoir-icons/iconoir/compare/v4.2...v4.2.1
[v4.2]: https://github.com/iconoir-icons/iconoir/tree/v4.2 [v4.2]: https://github.com/iconoir-icons/iconoir/tree/v4.2
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.6.1 --> <!-- Generated by https://github.com/rhysd/changelog-from-release v3.7.0 -->

View file

@ -1,6 +1,6 @@
name: iconoir_flutter name: iconoir_flutter
description: Flutter library for Iconoir icon set description: Flutter library for Iconoir icon set
version: 6.1.1 version: 6.2.0
homepage: https://iconoir.com homepage: https://iconoir.com
repository: https://github.com/lucaburgio/iconoir.git repository: https://github.com/lucaburgio/iconoir.git
issue_tracker: https://github.com/lucaburgio/iconoir/issues issue_tracker: https://github.com/lucaburgio/iconoir/issues

View file

@ -1,6 +1,6 @@
{ {
"name": "iconoir-react-native", "name": "iconoir-react-native",
"version": "6.1.1", "version": "6.2.0",
"description": "React Native library for Iconoir icon set", "description": "React Native library for Iconoir icon set",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "iconoir-react", "name": "iconoir-react",
"version": "6.1.1", "version": "6.2.0",
"description": "React library for Iconoir icon set", "description": "React library for Iconoir icon set",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -50,4 +50,4 @@
"react": "^17.0.2", "react": "^17.0.2",
"typescript": "^4.4.4" "typescript": "^4.4.4"
} }
} }