Skip to content

Commit

Permalink
chore(main): release zeta-icons 0.6.0 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and github-actions committed Oct 10, 2024
1 parent dc79c67 commit e806222
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI - On Release

on:
push:
tags:
- "*"
release:
types:
- published
workflow_dispatch:

jobs:
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.5.6"
".": "0.6.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.6.0](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.5.6...zeta-icons-v0.6.0) (2024-10-10)


### ✨ New Features

* Code connect ([9178c7e](https://github.com/ZebraDevs/zeta-icons/commit/9178c7e5cbf7006076a286a2cb6e07ecda69d919))
* Icon updates 16-Sep-2024 ([33b57ef](https://github.com/ZebraDevs/zeta-icons/commit/33b57efe66415f2a22c4bcc86a060f369ed4c287))
* Icon updates 16-Sep-2024 ([33b57ef](https://github.com/ZebraDevs/zeta-icons/commit/33b57efe66415f2a22c4bcc86a060f369ed4c287))
* Icon updates 18-Sep-2024 ([5b6cd35](https://github.com/ZebraDevs/zeta-icons/commit/5b6cd352dd9d1c8250939be0de84149e76c42714))


### 📈 Documentation

* Documented the code connect scripts ([74bdfd2](https://github.com/ZebraDevs/zeta-icons/commit/74bdfd2f65dc1bd8eb62e1c64ca3b97c5a0c61e7))


### 🧹 Miscellaneous Chores

* Export version in web ([#30](https://github.com/ZebraDevs/zeta-icons/issues/30)) ([dc79c67](https://github.com/ZebraDevs/zeta-icons/commit/dc79c67c4bb8cc15c4ad7a0b2d46d6ba74846233))
* Move release-please files ([dc79c67](https://github.com/ZebraDevs/zeta-icons/commit/dc79c67c4bb8cc15c4ad7a0b2d46d6ba74846233))

## [0.5.6](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.5.5...zeta-icons-v0.5.6) (2024-08-20)


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.5.6";
export const version = "0.6.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.5.6';
const zetaIconsVersion = '0.6.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.5.6",
"version": "0.6.0",
"type": "module",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e806222

Please sign in to comment.