diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b28fea99..7e08ec6a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "0.9.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bd892399..0cb56c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.2](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.9.1...zeta-icons-v0.9.2) (2024-12-12) + + +### 🧹 Miscellaneous Chores + +* Icon updates 20 Nov 2024, 08:02:23 ([#61](https://github.com/ZebraDevs/zeta-icons/issues/61)) ([8700a5d](https://github.com/ZebraDevs/zeta-icons/commit/8700a5d4148cc20ca004fd327bff59363c6ce0a2)) + ## [0.9.1](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.9.0...zeta-icons-v0.9.1) (2024-12-05) diff --git a/index.ts b/index.ts index e4ed34b1..b112cc01 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.1"; +export const version = "0.9.2"; // x-release-please-end diff --git a/outputs/flutter/icons.g.dart b/outputs/flutter/icons.g.dart index ba445620..a3c78bda 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.1'; +const zetaIconsVersion = '0.9.2'; // 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 d5467c7a..4ab50ac9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zebra-fed/zeta-icons", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "devDependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 44e25f1c..53ad2775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.9.1", + "version": "0.9.2", "type": "module", "lastUpdated": "12 Dec 2024, 13:08:53", "main": "index.js", diff --git a/scripts/fetch-icons/templates/icons.dart.template b/scripts/fetch-icons/templates/icons.dart.template index c1641e98..05b0094c 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.1'; +const zetaIconsVersion = '0.9.2'; // x-release-please-end /// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).