From 4b627dc8d434f2b7d252076f9536e42f68b49ad7 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Thu, 24 Oct 2024 20:05:38 +0100 Subject: [PATCH] chore(main): release zeta-icons 0.8.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ index.ts | 2 +- outputs/flutter/icons.g.dart | 2 +- package-lock.json | 4 ++-- package.json | 2 +- scripts/fetch-icons/templates/icons.dart.template | 2 +- 7 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02f17d9d..2e1c40ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4ebdbc..0834d4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.2](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.8.1...zeta-icons-v0.8.2) (2024-10-24) + + +### 🧹 Miscellaneous Chores + +* Icon updates 22-Oct-2024 ([#46](https://github.com/ZebraDevs/zeta-icons/issues/46)) ([dcff8b4](https://github.com/ZebraDevs/zeta-icons/commit/dcff8b459cdfbb8d4a433acd0b9f38357272a341)) +* Icon updates 24 Oct 2024, 19:01:50 ([#57](https://github.com/ZebraDevs/zeta-icons/issues/57)) ([c96c346](https://github.com/ZebraDevs/zeta-icons/commit/c96c3460b25ac585c63314f6f5682e1f79674866)) + ## [0.8.1](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.8.0...zeta-icons-v0.8.1) (2024-10-22) diff --git a/index.ts b/index.ts index 5756deb2..0a09c3ed 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.8.1"; +export const version = "0.8.2"; // x-release-please-end diff --git a/outputs/flutter/icons.g.dart b/outputs/flutter/icons.g.dart index 262e5d29..d46255d7 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.8.1'; +const zetaIconsVersion = '0.8.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 4f1bbd9b..78925097 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zebra-fed/zeta-icons", - "version": "0.8.1", + "version": "0.8.2", "license": "MIT", "devDependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 0cf16db7..861c1d66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.8.1", + "version": "0.8.2", "type": "module", "lastUpdated": "24 Oct 2024, 19:01:50", "main": "index.js", diff --git a/scripts/fetch-icons/templates/icons.dart.template b/scripts/fetch-icons/templates/icons.dart.template index 150b0f31..a767bdb9 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.8.1'; +const zetaIconsVersion = '0.8.2'; // x-release-please-end /// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).