diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88f52c31..df33b400 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ "packages/zeta_flutter": "0.20.2", "packages/zeta_flutter_theme": "0.20.2", "packages/zeta_flutter_utils": "0.20.2", - "packages/zeta_icons": "0.20.2" + "packages/zeta_icons": "1.0.0" } \ No newline at end of file diff --git a/packages/zeta_icons/CHANGELOG.md b/packages/zeta_icons/CHANGELOG.md index 825c32f0..3df31329 100644 --- a/packages/zeta_icons/CHANGELOG.md +++ b/packages/zeta_icons/CHANGELOG.md @@ -1 +1,29 @@ # Changelog + +## [1.0.0](https://github.com/ZebraDevs/zeta_flutter/compare/zeta_icons-v0.20.2...zeta_icons-v1.0.0) (2025-03-06) + + +### ๐Ÿ“ˆ Documentation + +* Update documentation for zeta_flutter, zeta_flutter_utils, zeta_flutter_theme and zeta_flutter_icons ([5f8cb2f](https://github.com/ZebraDevs/zeta_flutter/commit/5f8cb2fcf6cc619024f3f5b39d783e539a887e8a)) +* Update example app and widgetbook ([5f8cb2f](https://github.com/ZebraDevs/zeta_flutter/commit/5f8cb2fcf6cc619024f3f5b39d783e539a887e8a)) + + +### โ›“๏ธ Dependencies + +* **automated:** Update icons ([#288](https://github.com/ZebraDevs/zeta_flutter/issues/288)) ([f7759ae](https://github.com/ZebraDevs/zeta_flutter/commit/f7759aee58168e18afa2ed5cfb65860f0762637b)) + + +### ๐Ÿงช Tests + +* Fix test files being in wrong locations within repo ([#292](https://github.com/ZebraDevs/zeta_flutter/issues/292)) ([bd26a23](https://github.com/ZebraDevs/zeta_flutter/commit/bd26a23ba1bb30d0c93bbd42f9cc9a4de4486880)) + + +### ๐Ÿงน Miscellaneous Chores + +* release 0.14.1 ([1b06765](https://github.com/ZebraDevs/zeta_flutter/commit/1b06765a4621ad813aab3f7448b51b50d1582e3d)) +* release 1.0.0 ([8372ec7](https://github.com/ZebraDevs/zeta_flutter/commit/8372ec768d09a273ea5c8e23f49874d7ba81b569)) +* Update licenses ([5f8cb2f](https://github.com/ZebraDevs/zeta_flutter/commit/5f8cb2fcf6cc619024f3f5b39d783e539a887e8a)) +* **UX-1182:** Make a monorepo ([#260](https://github.com/ZebraDevs/zeta_flutter/issues/260)) ([5f8cb2f](https://github.com/ZebraDevs/zeta_flutter/commit/5f8cb2fcf6cc619024f3f5b39d783e539a887e8a)) + +## Changelog diff --git a/packages/zeta_icons/pubspec.yaml b/packages/zeta_icons/pubspec.yaml index b68b8377..d17ad4e9 100644 --- a/packages/zeta_icons/pubspec.yaml +++ b/packages/zeta_icons/pubspec.yaml @@ -1,6 +1,6 @@ name: zeta_icons description: "An icon library for the Zeta Design System by Zebra Technologies." -version: 0.20.2 +version: 1.0.0 homepage: https://design.zebra.com repository: https://github.com/zebradevs/zeta_flutter/tree/main/packages/zeta_icons issue_tracker: https://github.com/zebradevs/zeta_flutter/issues