Skip to content

Commit

Permalink
chore(): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Feb 4, 2025
1 parent ded20b7 commit b713dac
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion example/lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class _HomeState extends State<Home> {
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(
Expand Down
2 changes: 1 addition & 1 deletion widgetbook/lib/introduction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class _IntroductionWidgetbookState extends State<IntroductionWidgetbook> {
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),
Expand Down

0 comments on commit b713dac

Please sign in to comment.