Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release zeta-icons 0.8.2
Browse files Browse the repository at this point in the history
thelukewalton committed Oct 23, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent a81737a commit 6fd299f
Showing 7 changed files with 14 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.8.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.2](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.8.1...zeta-icons-v0.8.2) (2024-10-23)


### 🧹 Miscellaneous Chores

* Icon updates 22-Oct-2024 ([#46](https://github.com/ZebraDevs/zeta-icons/issues/46)) ([a81737a](https://github.com/ZebraDevs/zeta-icons/commit/a81737a686012a056dc27723b9457b34585d5659))

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


2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -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.8.2";
// 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
@@ -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.8.2';
// x-release-please-end

/// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).
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.8.2",
"type": "module",
"lastUpdated": "18 Oct 2024, 15:25:00",
"main": "index.js",
2 changes: 1 addition & 1 deletion scripts/fetch-icons/templates/icons.dart.template
Original file line number Diff line number Diff line change
@@ -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.8.2';
// x-release-please-end

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

0 comments on commit 6fd299f

Please sign in to comment.