Skip to content

Commit

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


##
[0.9.4](zeta-icons-v0.9.3...zeta-icons-v0.9.4)
(2024-12-18)

### 🧹 Miscellaneous Chores

* Icon updates 18 Dec 2024, 16:16:08
([#70](#70))
([a198e1e](a198e1e))

---
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 Dec 18, 2024
1 parent a198e1e commit 30d7d04
Show file tree
Hide file tree
Showing 7 changed files with 19 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.9.3"
".": "0.9.4"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.9.4](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.9.3...zeta-icons-v0.9.4) (2024-12-18)


### 🪲 Bug Fixes

* execSync failing ([8e2cce1](https://github.com/ZebraDevs/zeta-icons/commit/8e2cce1a792b37faef9149e70084a586ac36c6db))


### 🧹 Miscellaneous Chores

* Icon updates 18 Dec 2024, 16:16:08 ([#70](https://github.com/ZebraDevs/zeta-icons/issues/70)) ([a198e1e](https://github.com/ZebraDevs/zeta-icons/commit/a198e1e96afe5f6243e06ff86ddea8e71a2b5ec7))

## [0.9.3](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.9.2...zeta-icons-v0.9.3) (2024-12-12)


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 "./types.js";

// x-release-please-start-version
export const version = "0.9.3";
export const version = "0.9.4";
// 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.9.3';
const zetaIconsVersion = '0.9.4';
// 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.9.3",
"version": "0.9.4",
"type": "module",
"lastUpdated": "18 Dec 2024, 16:16:08",
"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.9.3';
const zetaIconsVersion = '0.9.4';
// 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 30d7d04

Please sign in to comment.