Skip to content

Commit

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

##
[0.9.5](zeta-icons-v0.9.4...zeta-icons-v0.9.5)
(2025-02-03)

### 🪲 Bug Fixes

* Add comment for ignore in dart file
([#71](#71))
([1e6fb9f](1e6fb9f))

### 🧹 Miscellaneous Chores

* Icon updates 15 Jan 2025, 08:02:26
([#73](#73))
([2b05346](2b05346))
* Updated icon validator package
([#74](#74))
([eab0d8c](eab0d8c))

---
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 committed Feb 4, 2025
1 parent edc9453 commit 69e7121
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

publish_code_connect:
needs: publish
uses: ./.github/workflows/publish_code_connect.yml
continue-on-error: true
if: always()
secrets: inherit

update_npm_dependencies:
needs: publish
uses: ./.github/workflows/update_dependencies.yml
secrets: inherit

Expand Down
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.4"
".": "0.9.5"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.9.5](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.9.4...zeta-icons-v0.9.5) (2025-02-03)


### 🪲 Bug Fixes

* Add comment for ignore in dart file ([#71](https://github.com/ZebraDevs/zeta-icons/issues/71)) ([1e6fb9f](https://github.com/ZebraDevs/zeta-icons/commit/1e6fb9fa24b66cf453434ae2a5dffd949ae3521c))


### 🧹 Miscellaneous Chores

* Icon updates 15 Jan 2025, 08:02:26 ([#73](https://github.com/ZebraDevs/zeta-icons/issues/73)) ([2b05346](https://github.com/ZebraDevs/zeta-icons/commit/2b0534695eb19cb5b6d5926ff383d4282770ab20))
* Updated icon validator package ([#74](https://github.com/ZebraDevs/zeta-icons/issues/74)) ([eab0d8c](https://github.com/ZebraDevs/zeta-icons/commit/eab0d8c7fdef686afd040bf6bbbcce053bbc0a09))

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


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.4";
export const version = "0.9.5";
// 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 @@ -7,7 +7,7 @@ import 'package:flutter/material.dart';

/// Current version of Zeta Icons
// x-release-please-start-version
const zetaIconsVersion = '0.9.4';
const zetaIconsVersion = '0.9.5';
// 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.4",
"version": "0.9.5",
"type": "module",
"lastUpdated": "20 Jan 2025, 08:05:33",
"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 @@ -7,7 +7,7 @@ import 'package:flutter/material.dart';

/// Current version of Zeta Icons
// x-release-please-start-version
const zetaIconsVersion = '0.9.4';
const zetaIconsVersion = '0.9.5';
// 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 69e7121

Please sign in to comment.