From e2eb64bdbbffeab5c06a689176408eecb53f43a2 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Wed, 4 Jun 2025 11:24:22 +0100 Subject: [PATCH] chore(main): release 2.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bfc26f9c..89d8ff81 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 429a42de..9346f1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ - Update to use the latest lint rules ([#62](https://github.com/ZebraDevs/zds_flutter/issues/62)) ([7d52932](https://github.com/ZebraDevs/zds_flutter/commit/7d529320564516da76f9f8774125f5400d1b183e)) +## [2.2.1](https://github.com/ZebraDevs/zds_flutter/compare/v2.2.0...v2.2.1) (2025-06-04) + + +### 🪲 Bug Fixes + +* **WFCNG-21252:** Add auto close to slidable ([#83](https://github.com/ZebraDevs/zds_flutter/issues/83)) ([0c3533c](https://github.com/ZebraDevs/zds_flutter/commit/0c3533c2ecb9c9d0d2a14b80c76a29c553db0f95)) + + +### 🧹 Miscellaneous Chores + +* **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.0](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.5...v2.2.0) (2025-05-12) diff --git a/README.md b/README.md index 7f6a4f30..fefccb0c 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.0 +zds-flutter: ^2.2.1 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index 788d0b2d..2b91a825 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.0'), + title: const Text('zds_flutter v2.2.1'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index c54cb6cd..726d1f9f 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.0 +version: 2.2.1 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues