Skip to content

Commit

Permalink
chore(main): release zeta-icons 0.9.0 (#49)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.9.0](zeta-icons-v0.8.1...zeta-icons-v0.9.0)
(2024-11-11)


### ✨ New Features

* Add new icon: comms chat round and sharp
([7215025](7215025))


### 🪲 Bug Fixes

* **UX-1297:** Add both round and sharp icons to ZDS Android
([#58](#58))
([a80f61f](a80f61f))


### 🧹 Miscellaneous Chores

* Icon updates 05 Nov 2024, 17:09:34
([#60](#60))
([5a76443](5a76443))
* Icon updates 22-Oct-2024
([#46](#46))
([dcff8b4](dcff8b4))
* Icon updates 24 Oct 2024, 19:01:50
([#57](#57))
([c96c346](c96c346))
* Icon updates 30 Oct 2024, 08:02:33
([#59](#59))
([7215025](7215025))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
thelukewalton authored Nov 11, 2024
1 parent 5a76443 commit ec17713
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.1"
".": "0.9.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.9.0](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.8.1...zeta-icons-v0.9.0) (2024-11-11)


### ✨ New Features

* Add new icon: comms chat round and sharp ([7215025](https://github.com/ZebraDevs/zeta-icons/commit/7215025384e1ce6a1b863732db2c1248ce9578a0))


### 🪲 Bug Fixes

* **UX-1297:** Add both round and sharp icons to ZDS Android ([#58](https://github.com/ZebraDevs/zeta-icons/issues/58)) ([a80f61f](https://github.com/ZebraDevs/zeta-icons/commit/a80f61f97b6ee17ea2abbca0bd9a3b67fdd3f65e))


### 🧹 Miscellaneous Chores

* Icon updates 05 Nov 2024, 17:09:34 ([#60](https://github.com/ZebraDevs/zeta-icons/issues/60)) ([5a76443](https://github.com/ZebraDevs/zeta-icons/commit/5a76443a6093997b80c325204cc9455df252e888))
* 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))
* Icon updates 30 Oct 2024, 08:02:33 ([#59](https://github.com/ZebraDevs/zeta-icons/issues/59)) ([7215025](https://github.com/ZebraDevs/zeta-icons/commit/7215025384e1ce6a1b863732db2c1248ce9578a0))

## [0.8.1](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.8.0...zeta-icons-v0.8.1) (2024-10-22)


Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0";
// x-release-please-end
2 changes: 1 addition & 1 deletion outputs/flutter/icons.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0';
// x-release-please-end

/// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zebra-fed/zeta-icons",
"version": "0.8.1",
"version": "0.9.0",
"type": "module",
"lastUpdated": "11 Nov 2024, 15:09:16",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/fetch-icons/templates/icons.dart.template
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0';
// x-release-please-end

/// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).
Expand Down

0 comments on commit ec17713

Please sign in to comment.