diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca6139..64f3cdd6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ee454cf4..cea89079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.8.0](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.7.0...zeta-icons-v0.8.0) (2024-10-18) + + +### ✨ New Features + +* Icon updates 18-Oct-2024 ([977faaa](https://github.com/ZebraDevs/zeta-icons/commit/977faaa9bdc83ceb54a601d2ebcf4ea95524cb8b)) + + +### 🪲 Bug Fixes + +* Fixed android icons ([8fcfaa7](https://github.com/ZebraDevs/zeta-icons/commit/8fcfaa73f3a09c1f4b8969015ecf44024e5eef1b)) +* Fixed android repo name ([1b3d13a](https://github.com/ZebraDevs/zeta-icons/commit/1b3d13ab368414ef5235dcf00715ff87a44a4e88)) + ## [0.7.0](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.6.2...zeta-icons-v0.7.0) (2024-10-18) diff --git a/index.ts b/index.ts index e23e656d..83cea0fa 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.7.0"; +export const version = "0.8.0"; // x-release-please-end diff --git a/outputs/flutter/icons.g.dart b/outputs/flutter/icons.g.dart index a28b4eae..4c15f77f 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.7.0'; +const zetaIconsVersion = '0.8.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 c31d4c66..6e427b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zebra-fed/zeta-icons", - "version": "0.7.0", + "version": "0.8.0", "license": "MIT", "devDependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 642123cd..187f27a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.7.0", + "version": "0.8.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 b82de822..42c40f60 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.7.0'; +const zetaIconsVersion = '0.8.0'; // x-release-please-end /// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).