diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34dc535b..fea34540 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd34180..4fc2aec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [1.0.0](https://github.com/ZebraDevs/zeta_flutter/compare/v0.8.2...v1.0.0) (2024-05-16) + + +### ⚠ BREAKING CHANGES + +* update to flutter 3.22.0 ([#74](https://github.com/ZebraDevs/zeta_flutter/issues/74)) + +### Features + +* Created stepper input ([#67](https://github.com/ZebraDevs/zeta_flutter/issues/67)) ([ca51b1f](https://github.com/ZebraDevs/zeta_flutter/commit/ca51b1f71b4b0df621d1ce6038e3725d6e85432f)) +* Global Header (zebrafed[#38](https://github.com/ZebraDevs/zeta_flutter/issues/38)) ([0822d4f](https://github.com/ZebraDevs/zeta_flutter/commit/0822d4f070c6997a6599442e5ce3391a8f26e002)) + + +### Bug Fixes + +* Button update (zebrafed[#42](https://github.com/ZebraDevs/zeta_flutter/issues/42)) ([0822d4f](https://github.com/ZebraDevs/zeta_flutter/commit/0822d4f070c6997a6599442e5ce3391a8f26e002)) + + +### Miscellaneous Chores + +* update to flutter 3.22.0 ([#74](https://github.com/ZebraDevs/zeta_flutter/issues/74)) ([1472c95](https://github.com/ZebraDevs/zeta_flutter/commit/1472c95caabebfa37bbb2a7f41ce96f5d3ff9bfc)) ## [0.8.2](https://github.com/ZebraDevs/zeta_flutter/compare/v0.8.1...v0.8.2) (2024-05-08) diff --git a/pubspec.yaml b/pubspec.yaml index 1062cf76..bcc757a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: zeta_flutter -version: 0.8.2 +version: 1.0.0 description: Zeta is the new, formal, standardized Zebra Design System based off the successes of ZDS (Zebra Design System). This package is in pre-release, and so many aspects are incomplete.