Skip to content

Commit

Permalink
Merge pull request #41 from ZebraDevs/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--zeta-icons

chore(main): release zeta-icons 0.8.0
  • Loading branch information
mikecoomber authored Oct 18, 2024
2 parents 43dda5c + cb835b0 commit e9e4469
Show file tree
Hide file tree
Showing 7 changed files with 20 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.7.0"
".": "0.8.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.8.0](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.7.0...zeta-icons-v0.8.0) (2024-10-18)


### ✨ New Features

* Icon updates 18-Oct-2024 ([977faaa](https://github.com/ZebraDevs/zeta-icons/commit/977faaa9bdc83ceb54a601d2ebcf4ea95524cb8b))


### 🪲 Bug Fixes

* Fixed android icons ([8fcfaa7](https://github.com/ZebraDevs/zeta-icons/commit/8fcfaa73f3a09c1f4b8969015ecf44024e5eef1b))
* Fixed android repo name ([1b3d13a](https://github.com/ZebraDevs/zeta-icons/commit/1b3d13ab368414ef5235dcf00715ff87a44a4e88))

## [0.7.0](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.6.2...zeta-icons-v0.7.0) (2024-10-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 "./scripts/types/customTypes.js";

// x-release-please-start-version
export const version = "0.7.0";
export const version = "0.8.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.7.0';
const zetaIconsVersion = '0.8.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.7.0",
"version": "0.8.0",
"type": "module",
"main": "index.js",
"types": "dist/index.d.ts",
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.7.0';
const zetaIconsVersion = '0.8.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 e9e4469

Please sign in to comment.