diff --git a/package.json b/package.json index 34c40eef..0a13152e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iconoir", - "version": "6.6.0", + "version": "6.7.0", "description": "The biggest open source icon library with tons of free icons.", "type": "module", "files": [ @@ -52,4 +52,4 @@ "@types/react": "^17.0.29" } } -} +} \ No newline at end of file diff --git a/packages/iconoir-flutter/CHANGELOG.md b/packages/iconoir-flutter/CHANGELOG.md index e3e43b4a..85ed9f53 100644 --- a/packages/iconoir-flutter/CHANGELOG.md +++ b/packages/iconoir-flutter/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [v6.7.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.7.0) - 03 May 2023 + +## What's Changed +* **New Iconoir Vue package** (thanks [@Scalamando](https://github.com/Scalamando)!) +* **New Iconoir Swift package** (thanks [@mkaulfers](https://github.com/mkaulfers)!) +* fix: correct footer links by [@sammarks](https://github.com/sammarks) in https://github.com/iconoir-icons/iconoir/pull/293 + +## New Contributors +* [@mkaulfers](https://github.com/mkaulfers) made their first contribution in https://github.com/iconoir-icons/iconoir/pull/285 +* [@Scalamando](https://github.com/Scalamando) made their first contribution in https://github.com/iconoir-icons/iconoir/pull/294 + +**Full Changelog**: https://github.com/iconoir-icons/iconoir/compare/v6.6.0...v6.7.0 + +[Changes][v6.7.0] + + # [v6.6.0](https://github.com/iconoir-icons/iconoir/releases/tag/v6.6.0) - 12 Apr 2023 @@ -1039,6 +1056,7 @@ fix: changed stroke property from `black` to `currentColor`. [Changes][v4.2] +[v6.7.0]: https://github.com/iconoir-icons/iconoir/compare/v6.6.0...v6.7.0 [v6.6.0]: https://github.com/iconoir-icons/iconoir/compare/v6.5.0...v6.6.0 [v6.5.0]: https://github.com/iconoir-icons/iconoir/compare/v6.4.1...v6.5.0 [v6.4.1]: https://github.com/iconoir-icons/iconoir/compare/v6.4.0...v6.4.1 diff --git a/packages/iconoir-flutter/pubspec.yaml b/packages/iconoir-flutter/pubspec.yaml index fe78c09f..077fd466 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.6.0 +version: 6.7.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 1e2c8bce..2bfdcf1b 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.6.0", + "version": "6.7.0", "description": "React Native library for Iconoir icon set", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -41,4 +41,4 @@ "react-native-svg": "^12.1.1", "typescript": "^4.4.4" } -} +} \ No newline at end of file diff --git a/packages/iconoir-react/package.json b/packages/iconoir-react/package.json index a39d8683..27127856 100644 --- a/packages/iconoir-react/package.json +++ b/packages/iconoir-react/package.json @@ -1,6 +1,6 @@ { "name": "iconoir-react", - "version": "6.6.0", + "version": "6.7.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 diff --git a/packages/iconoir-vue/package.json b/packages/iconoir-vue/package.json index 64063988..8dce704a 100644 --- a/packages/iconoir-vue/package.json +++ b/packages/iconoir-vue/package.json @@ -1,6 +1,6 @@ { "name": "@iconoir/vue", - "version": "6.6.0", + "version": "6.7.0", "description": "Vue library for Iconoir icon set", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -61,4 +61,4 @@ "vite-plugin-dts": "^2.3.0", "vue": "^3.2.47" } -} +} \ No newline at end of file