From b1063f0f8bde1e18e4d411256e70e67af16e4549 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Tue, 4 Feb 2025 14:11:56 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 74 ++++++++++++++++++++++++++++++++ example/lib/home.dart | 2 +- widgetbook/lib/introduction.dart | 2 +- 4 files changed, 77 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e1d8786..d8ff233a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,5 +3,5 @@ "packages/zeta_flutter_theme": "0.20.1", "packages/zeta_flutter_utils": "0.20.1", "packages/zeta_icons": "0.20.1", - ".": "0.20.1" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a3081dbf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,74 @@ +# Changelog + +## [1.0.0](https://github.com/ZebraDevs/zeta_flutter/compare/v0.20.1...v1.0.0) (2025-02-04) + + +### ⚠ BREAKING CHANGES + +* **UX-1144:** Integrate color tokens with Figma ([#227](https://github.com/ZebraDevs/zeta_flutter/issues/227)) +* Update to Flutter 3.27.0 + +### ✨ New Features + +* Make ZetaDialog public ([ba64dbe](https://github.com/ZebraDevs/zeta_flutter/commit/ba64dbe03009e13b1ce01ee7cd224a17d28787b4)) +* **UX-1144:** Integrate color tokens with Figma ([#227](https://github.com/ZebraDevs/zeta_flutter/issues/227)) ([972ce67](https://github.com/ZebraDevs/zeta_flutter/commit/972ce67f2b8945377116d795c9a8fea8db53e12d)) + + +### 🪲 Bug Fixes + +* Badge, button colors updated ([ba64dbe](https://github.com/ZebraDevs/zeta_flutter/commit/ba64dbe03009e13b1ce01ee7cd224a17d28787b4)) +* Breadcrumb truncated icon color ([a6243f1](https://github.com/ZebraDevs/zeta_flutter/commit/a6243f1096924360f2bd4c80a55d021a3ab49ec9)) +* Changed progress bar, notification list item shapes so they are not affected by contrast ([ba64dbe](https://github.com/ZebraDevs/zeta_flutter/commit/ba64dbe03009e13b1ce01ee7cd224a17d28787b4)) +* Date and time inputs pass zeta context into their children ([ba64dbe](https://github.com/ZebraDevs/zeta_flutter/commit/ba64dbe03009e13b1ce01ee7cd224a17d28787b4)) +* Make ZetaAvatar._pixelSize extension private ([ba64dbe](https://github.com/ZebraDevs/zeta_flutter/commit/ba64dbe03009e13b1ce01ee7cd224a17d28787b4)) +* Move Zebra head logo into library ([ba64dbe](https://github.com/ZebraDevs/zeta_flutter/commit/ba64dbe03009e13b1ce01ee7cd224a17d28787b4)) +* Notification List Item padding ([a6243f1](https://github.com/ZebraDevs/zeta_flutter/commit/a6243f1096924360f2bd4c80a55d021a3ab49ec9)) +* Radio Button empty text padding ([a6243f1](https://github.com/ZebraDevs/zeta_flutter/commit/a6243f1096924360f2bd4c80a55d021a3ab49ec9)) +* remove capitals from issue_tracker url due to issue on pub.dev ([ba64dbe](https://github.com/ZebraDevs/zeta_flutter/commit/ba64dbe03009e13b1ce01ee7cd224a17d28787b4)) +* Segmented control text size ([a6243f1](https://github.com/ZebraDevs/zeta_flutter/commit/a6243f1096924360f2bd4c80a55d021a3ab49ec9)) +* Tag, chat item, list item now shrink rather than expands by default ([ba64dbe](https://github.com/ZebraDevs/zeta_flutter/commit/ba64dbe03009e13b1ce01ee7cd224a17d28787b4)) +* Use new Color / opacity values ([e1583f7](https://github.com/ZebraDevs/zeta_flutter/commit/e1583f7fe948cbcbc600cb8e16ded18db6bdcca4)) +* **UX-1357:** Top app bar now launches search correctly ([#239](https://github.com/ZebraDevs/zeta_flutter/issues/239)) ([7293574](https://github.com/ZebraDevs/zeta_flutter/commit/7293574488ea7fa82b4d89f3d91f2a65924fddec)) +* **UX-1359:** Fixed app bar padding on leading ([#241](https://github.com/ZebraDevs/zeta_flutter/issues/241)) ([ffa6d39](https://github.com/ZebraDevs/zeta_flutter/commit/ffa6d398be2246217bafdd1f1c7a724d8d48bf8d)) +* **UX-1370:** avatar badge alignment ([#243](https://github.com/ZebraDevs/zeta_flutter/issues/243)) ([68a9eea](https://github.com/ZebraDevs/zeta_flutter/commit/68a9eeaf6c501913b381d64afc585c6af2f5fb2b)) +* **widgetbook:** Initial zeta provider settings ([86bf404](https://github.com/ZebraDevs/zeta_flutter/commit/86bf404d7658a0fdb87a446c31f4895dc4ef3520)) + + +### 📈 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 ([#225](https://github.com/ZebraDevs/zeta_flutter/issues/225)) ([b1729e3](https://github.com/ZebraDevs/zeta_flutter/commit/b1729e3a99e74b5eaf0c81b2003c10229bf83b59)) +* **automated:** Update tokens ([#246](https://github.com/ZebraDevs/zeta_flutter/issues/246)) ([1814656](https://github.com/ZebraDevs/zeta_flutter/commit/18146569f9f7aedb153804c76ce47ed59916e2f7)) +* Update intl and zds_analysis ([17024ae](https://github.com/ZebraDevs/zeta_flutter/commit/17024aedc835fc4d6f5b1d83f7429fd2b3c3fa22)) +* Update to Flutter 3.27.0 ([e1583f7](https://github.com/ZebraDevs/zeta_flutter/commit/e1583f7fe948cbcbc600cb8e16ded18db6bdcca4)) +* Update widgetbook to use [@annotations](https://github.com/annotations) ([#234](https://github.com/ZebraDevs/zeta_flutter/issues/234)) ([86bf404](https://github.com/ZebraDevs/zeta_flutter/commit/86bf404d7658a0fdb87a446c31f4895dc4ef3520)) + + +### 🧪 Tests + +* Update in page banner tests as banner no longer fully expands ([ba64dbe](https://github.com/ZebraDevs/zeta_flutter/commit/ba64dbe03009e13b1ce01ee7cd224a17d28787b4)) +* Update tests for color changes ([e1583f7](https://github.com/ZebraDevs/zeta_flutter/commit/e1583f7fe948cbcbc600cb8e16ded18db6bdcca4)) + + +### 🧹 Miscellaneous Chores + +* **main:** release 0.20.2 ([#226](https://github.com/ZebraDevs/zeta_flutter/issues/226)) ([2a911bf](https://github.com/ZebraDevs/zeta_flutter/commit/2a911bf140486fb3d3f0d0f6f0e50d1cebbe7ea5)) +* Organise repo ([#237](https://github.com/ZebraDevs/zeta_flutter/issues/237)) ([138b0ea](https://github.com/ZebraDevs/zeta_flutter/commit/138b0ea477cc6363cc6b84ff35744dfb3b4e325b)) +* release 1.0.0 ([8372ec7](https://github.com/ZebraDevs/zeta_flutter/commit/8372ec768d09a273ea5c8e23f49874d7ba81b569)) +* Remove deprecated fields ([17024ae](https://github.com/ZebraDevs/zeta_flutter/commit/17024aedc835fc4d6f5b1d83f7429fd2b3c3fa22)) +* Remove old widgetbook instance ([#236](https://github.com/ZebraDevs/zeta_flutter/issues/236)) ([0ecc9d6](https://github.com/ZebraDevs/zeta_flutter/commit/0ecc9d6108584ea7e796da34ca55e06388a748b4)) +* Rename ZetaBanner to ZetaSystemBanner to match Figma ([#235](https://github.com/ZebraDevs/zeta_flutter/issues/235)) ([ba64dbe](https://github.com/ZebraDevs/zeta_flutter/commit/ba64dbe03009e13b1ce01ee7cd224a17d28787b4)) +* Update and implement new lint rules ([#233](https://github.com/ZebraDevs/zeta_flutter/issues/233)) ([17024ae](https://github.com/ZebraDevs/zeta_flutter/commit/17024aedc835fc4d6f5b1d83f7429fd2b3c3fa22)) +* Update licenses ([5f8cb2f](https://github.com/ZebraDevs/zeta_flutter/commit/5f8cb2fcf6cc619024f3f5b39d783e539a887e8a)) +* Update publignore to not ignore docs ([#230](https://github.com/ZebraDevs/zeta_flutter/issues/230)) ([e1583f7](https://github.com/ZebraDevs/zeta_flutter/commit/e1583f7fe948cbcbc600cb8e16ded18db6bdcca4)) +* Update publignore to not ignore docs ([#230](https://github.com/ZebraDevs/zeta_flutter/issues/230)) ([9c529fc](https://github.com/ZebraDevs/zeta_flutter/commit/9c529fc978b0654503335279948a982c7d505cbe)) +* Update pubspec to point to icons correctly ([138b0ea](https://github.com/ZebraDevs/zeta_flutter/commit/138b0ea477cc6363cc6b84ff35744dfb3b4e325b)) +* Update TODOs and mocks ([a6243f1](https://github.com/ZebraDevs/zeta_flutter/commit/a6243f1096924360f2bd4c80a55d021a3ab49ec9)) +* **UX-1182:** Make a monorepo ([#260](https://github.com/ZebraDevs/zeta_flutter/issues/260)) ([5f8cb2f](https://github.com/ZebraDevs/zeta_flutter/commit/5f8cb2fcf6cc619024f3f5b39d783e539a887e8a)) +* **UX-1347:** Update to Flutter 3.27.x ([#232](https://github.com/ZebraDevs/zeta_flutter/issues/232)) ([e1583f7](https://github.com/ZebraDevs/zeta_flutter/commit/e1583f7fe948cbcbc600cb8e16ded18db6bdcca4)) +* **UX-1352:** Use dart enhanced enums ([#228](https://github.com/ZebraDevs/zeta_flutter/issues/228)) ([e5610fd](https://github.com/ZebraDevs/zeta_flutter/commit/e5610fd3b86e94e9068db2a6379143afa9532e58)) diff --git a/example/lib/home.dart b/example/lib/home.dart index 9c61113b..218390cd 100644 --- a/example/lib/home.dart +++ b/example/lib/home.dart @@ -162,7 +162,7 @@ class _HomeState extends State { final _theme = theme..sort((a, b) => a.name.compareTo(b.name)); return ExampleScaffold( // x-release-please-start-version - name: 'zeta_flutter v1.0.0-alpha.2', + name: 'zeta_flutter v1.0.0', // x-release-please-end child: SingleChildScrollView( child: Column( diff --git a/widgetbook/lib/introduction.dart b/widgetbook/lib/introduction.dart index b7e2d465..1bf56497 100644 --- a/widgetbook/lib/introduction.dart +++ b/widgetbook/lib/introduction.dart @@ -73,7 +73,7 @@ class _IntroductionWidgetbookState extends State { Expanded( child: Text( // x-release-please-start-version - 'zeta_flutter v1.0.0-alpha.2', + 'zeta_flutter v1.0.0', // x-release-please-end style: ZetaTextStyles.displayLarge .copyWith(fontSize: largeScreen ? null : 24, color: colors.mainDefault),