diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index f0ae2194..2cc86f5b 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.5" + ".": "0.5.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ab629f..9f3fc893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.6](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.5.5...zeta-icons-v0.5.6) (2024-08-20) + + +### 🪲 Bug Fixes + +* Fix release version in flutter ([#24](https://github.com/ZebraDevs/zeta-icons/issues/24)) ([89f99b0](https://github.com/ZebraDevs/zeta-icons/commit/89f99b0aa099f7d36ad7db9dbae017b8893870ca)) + ## [0.5.5](https://github.com/ZebraDevs/zeta-icons/compare/zeta-icons-v0.5.4...zeta-icons-v0.5.5) (2024-08-20) diff --git a/outputs/flutter/icons.g.dart b/outputs/flutter/icons.g.dart index e906e0c2..2ef38ff1 100644 --- a/outputs/flutter/icons.g.dart +++ b/outputs/flutter/icons.g.dart @@ -6,7 +6,7 @@ import 'package:flutter/material.dart'; /// Current version of Zeta Icons // x-release-please-start-version -const zetaIconsVersion = '0.5.5'; +const zetaIconsVersion = '0.5.6'; // x-release-please-end /// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://zeta-icons.web.app/). diff --git a/package-lock.json b/package-lock.json index d36dfa89..9ea44825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.5.5", + "version": "0.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zebra-fed/zeta-icons", - "version": "0.5.5", + "version": "0.5.6", "license": "MIT", "devDependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index b022a815..d602b791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zebra-fed/zeta-icons", - "version": "0.5.5", + "version": "0.5.6", "type": "module", "main": "index.js", "types": "dist/index.d.ts", diff --git a/scripts/templates/icons.dart.template b/scripts/templates/icons.dart.template index 51298462..c99a158e 100644 --- a/scripts/templates/icons.dart.template +++ b/scripts/templates/icons.dart.template @@ -6,7 +6,7 @@ import 'package:flutter/material.dart'; /// Current version of Zeta Icons // x-release-please-start-version -const zetaIconsVersion = '0.5.5'; +const zetaIconsVersion = '0.5.6'; // x-release-please-end /// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://zeta-icons.web.app/).