diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e08ec6a..ee2bfff4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.2" + ".": "0.9.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb56c6d..853209a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.3](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.9.2...zeta-icons-v0.9.3) (2024-12-12) + + +### 🧹 Miscellaneous Chores + +* Icon updates 12 Dec 2024, 14:01:46 ([#67](https://github.com/ZebraDevs/zeta-icons/issues/67)) ([a499e5d](https://github.com/ZebraDevs/zeta-icons/commit/a499e5d473803e42f3b50ac27e8ef32b3a2dcc3c)) + ## [0.9.2](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.9.1...zeta-icons-v0.9.2) (2024-12-12) diff --git a/index.ts b/index.ts index b112cc01..6a84681d 100644 --- a/index.ts +++ b/index.ts @@ -10,5 +10,5 @@ export type { ZetaIconName } from "./outputs/web/icon-types.js"; export type * from "./types.js"; // x-release-please-start-version -export const version = "0.9.2"; +export const version = "0.9.3"; // x-release-please-end diff --git a/outputs/flutter/icons.g.dart b/outputs/flutter/icons.g.dart index a3c78bda..e1e2b553 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.9.2'; +const zetaIconsVersion = '0.9.3'; // 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 4ab50ac9..ac8b2783 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zebra-fed/zeta-icons", - "version": "0.9.2", + "version": "0.9.3", "license": "MIT", "devDependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 7f3fb627..37e3a4db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.9.2", + "version": "0.9.3", "type": "module", "lastUpdated": "12 Dec 2024, 14:01:46", "main": "index.js", diff --git a/scripts/fetch-icons/templates/icons.dart.template b/scripts/fetch-icons/templates/icons.dart.template index 05b0094c..83f708b9 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.9.2'; +const zetaIconsVersion = '0.9.3'; // x-release-please-end /// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).