From f935269ae1062de1d2460fa3c8af57e718fa65cd Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Thu, 5 Jun 2025 15:51:37 +0100 Subject: [PATCH] chore(main): release 2.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6c8afeb..149a5910 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.2" + ".": "2.2.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7a73f0..6679bb11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ * **WFCNG-24950:** file present icon ([#81](https://github.com/ZebraDevs/zds_flutter/issues/81)) ([9bf9164](https://github.com/ZebraDevs/zds_flutter/commit/9bf91647edeb05656afd89a891a6ef9923c1ff6f)) +## [2.2.3](https://github.com/ZebraDevs/zds_flutter/compare/v2.2.2...v2.2.3) (2025-06-05) + + +### 🪲 Bug Fixes + +* Comment attachment icon color ([cb5db44](https://github.com/ZebraDevs/zds_flutter/commit/cb5db44fb04e0f1c351f46121a649dbbb7845629)) + ## [2.2.2](https://github.com/ZebraDevs/zds_flutter/compare/v2.2.1...v2.2.2) (2025-06-05) diff --git a/README.md b/README.md index 4300b36b..538159a1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add the following as a dependency in your pubspec.yaml file. ```yaml -zds-flutter: ^2.2.2 +zds-flutter: ^2.2.3 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index f18a2578..61c297db 100644 --- a/example/lib/home.dart +++ b/example/lib/home.dart @@ -22,7 +22,7 @@ class _HomePageState extends State { leadingWidth: 20, leading: SizedBox(width: 20), // x-release-please-start-version - title: const Text('zds_flutter v2.2.2'), + title: const Text('zds_flutter v2.2.3'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index 3d0f12e9..11920c65 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: zds_flutter description: Zebra Design System components for Flutter. A selection of UI components from Zebra Technologies. -version: 2.2.2 +version: 2.2.3 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues