diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf5f1fb2..e7ca6139 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e615cdd4..ee454cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.7.0](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.6.2...zeta-icons-v0.7.0) (2024-10-18) + + +### ✨ New Features + +* Created script to build android icons ([9c4d6bc](https://github.com/ZebraDevs/zeta-icons/commit/9c4d6bc4fe611a439aac447164b681a979df140d)) +* Created script to generate Android icons ([4154878](https://github.com/ZebraDevs/zeta-icons/commit/41548788a993a2d17cb3f862c1923fa8420e0250)) +* Icon updates 18-Oct-2024 ([3423869](https://github.com/ZebraDevs/zeta-icons/commit/34238690907d252b56206267cee88af24cebf54c)) +* Icon updates 18-Oct-2024 ([c554299](https://github.com/ZebraDevs/zeta-icons/commit/c554299c165526affd7916ff9c93ec8e05a05f21)) + + +### 🪲 Bug Fixes + +* Fixed code connect script ([abe548d](https://github.com/ZebraDevs/zeta-icons/commit/abe548dc2e8bab0b31dabeac2973a52ac01c61c4)) +* fixed import path for script ([cb7501d](https://github.com/ZebraDevs/zeta-icons/commit/cb7501d0b62fa44ba1fd44e815185840bc35a0ba)) + ## [0.6.2](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.6.1...zeta-icons-v0.6.2) (2024-10-11) ### 🪲 Bug Fixes diff --git a/index.ts b/index.ts index def8e7bc..e23e656d 100644 --- a/index.ts +++ b/index.ts @@ -10,5 +10,5 @@ export type { ZetaIconName } from "./outputs/web/icon-types.js"; export type * from "./scripts/types/customTypes.js"; // x-release-please-start-version -export const version = "0.6.2"; +export const version = "0.7.0"; // x-release-please-end diff --git a/outputs/flutter/icons.g.dart b/outputs/flutter/icons.g.dart index 70b212ef..a28b4eae 100644 --- a/outputs/flutter/icons.g.dart +++ b/outputs/flutter/icons.g.dart @@ -6,7 +6,7 @@ import 'package:flutter/material.dart'; /// Current version of Zeta Icons // x-release-please-start-version -const zetaIconsVersion = '0.6.2'; +const zetaIconsVersion = '0.7.0'; // x-release-please-end /// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/). diff --git a/package-lock.json b/package-lock.json index f12f4254..c31d4c66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.6.2", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zebra-fed/zeta-icons", - "version": "0.6.2", + "version": "0.7.0", "license": "MIT", "devDependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index deb0121b..642123cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.6.2", + "version": "0.7.0", "type": "module", "main": "index.js", "types": "dist/index.d.ts", diff --git a/scripts/fetch-icons/templates/icons.dart.template b/scripts/fetch-icons/templates/icons.dart.template index 06e4d406..b82de822 100644 --- a/scripts/fetch-icons/templates/icons.dart.template +++ b/scripts/fetch-icons/templates/icons.dart.template @@ -6,7 +6,7 @@ import 'package:flutter/material.dart'; /// Current version of Zeta Icons // x-release-please-start-version -const zetaIconsVersion = '0.6.2'; +const zetaIconsVersion = '0.7.0'; // x-release-please-end /// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).