diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76d5538a..b28fea99 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index db0ae2ea..bd892399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.9.1](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.9.0...zeta-icons-v0.9.1) (2024-12-05) + + +### 🪲 Bug Fixes + +* code-connect was creating icon names in kebab-case. Changed to snake_case ([64b48fd](https://github.com/ZebraDevs/zeta-icons/commit/64b48fd60c880204f65adb1d7cecd0d53691b72e)) +* customTypes wasn't being exported. Moved to root. ([64b48fd](https://github.com/ZebraDevs/zeta-icons/commit/64b48fd60c880204f65adb1d7cecd0d53691b72e)) + + +### 🧹 Miscellaneous Chores + +* updated all devDependencies to latest version ([64b48fd](https://github.com/ZebraDevs/zeta-icons/commit/64b48fd60c880204f65adb1d7cecd0d53691b72e)) + ## [0.9.0](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.8.1...zeta-icons-v0.9.0) (2024-11-11) diff --git a/index.ts b/index.ts index 83a691bf..e4ed34b1 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.0"; +export const version = "0.9.1"; // x-release-please-end diff --git a/outputs/flutter/icons.g.dart b/outputs/flutter/icons.g.dart index d62f9788..9a807abb 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.0'; +const zetaIconsVersion = '0.9.1'; // 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 5cd2334a..d5467c7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zebra-fed/zeta-icons", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "devDependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index ed23abbf..77195ee4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.9.0", + "version": "0.9.1", "type": "module", "lastUpdated": "11 Nov 2024, 15:09:16", "main": "index.js", diff --git a/scripts/fetch-icons/templates/icons.dart.template b/scripts/fetch-icons/templates/icons.dart.template index bbc13a9c..c1641e98 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.0'; +const zetaIconsVersion = '0.9.1'; // x-release-please-end /// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).