From 1f2e3f8932f25e53249d1a668a7d10142e4f72fc Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Mon, 12 May 2025 15:55:42 +0100 Subject: [PATCH] chore(main): release 2.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7c8ed78..bfc26f9c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.5" + ".": "2.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 822bf170..429a42de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ - 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.0](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.5...v2.2.0) (2025-05-12) + + +### ✨ New Features + +* **TM-51231:** HTML container read more/less locator updated. ([bd43544](https://github.com/ZebraDevs/zds_flutter/commit/bd43544b84e802d0703f891b27bab6ec3f48979b)) + + +### 🪲 Bug Fixes + +* **TM-44138:** Font size is visible as default in mobile ([23759fd](https://github.com/ZebraDevs/zds_flutter/commit/23759fd927f65a8b3c5060783c73bd882ef833e8)) +* **TM-50068:** Bottom bar was not showing the selected option. Added 11 new localization strings ([385fa29](https://github.com/ZebraDevs/zds_flutter/commit/385fa29e90253cc8be9a6975b82eb1d6c5684edc)) +* **WFCNG-21648:** The "Add Attachments" title of drawer is not localized in the comments tab ([df8eaf7](https://github.com/ZebraDevs/zds_flutter/commit/df8eaf74c7737a485a5c1f5fe9f6a4b29c670878)) +* **WFCNG-21803:** The drawer is only seen in the comments tab and all the other drawers are seen as dialogue box ([df8eaf7](https://github.com/ZebraDevs/zds_flutter/commit/df8eaf74c7737a485a5c1f5fe9f6a4b29c670878)) +* **WFCNG-23311:** Attachment file thumbnail is missing for comment ([df8eaf7](https://github.com/ZebraDevs/zds_flutter/commit/df8eaf74c7737a485a5c1f5fe9f6a4b29c670878)) + ## [2.1.5](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.4...v2.1.5) (2025-04-23) diff --git a/README.md b/README.md index 2f3e0779..7f6a4f30 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.1.5 +zds-flutter: ^2.2.0 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index 044c05cf..788d0b2d 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.1.5'), + title: const Text('zds_flutter v2.2.0'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index 2233746e..c54cb6cd 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.1.5 +version: 2.2.0 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues