From 44d335fe9b02ebb269291e0232547edf7414cec6 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Mon, 14 Apr 2025 14:13:04 +0100 Subject: [PATCH] chore(main): release 2.1.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6680d1d0..c41b0d09 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.3" + ".": "2.1.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b857f1..c93383db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ - 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.1.4](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.3...v2.1.4) (2025-04-14) + + +### 🪲 Bug Fixes + +* Add background color prop to ZdsComment ([#74](https://github.com/ZebraDevs/zds_flutter/issues/74)) ([5d75010](https://github.com/ZebraDevs/zds_flutter/commit/5d75010103fcd5a9db0c931536fdf325aeb009c0)) +* Attachments sheet iOS scroll height ([5d75010](https://github.com/ZebraDevs/zds_flutter/commit/5d75010103fcd5a9db0c931536fdf325aeb009c0)) +* Comment popup background color; ([5d75010](https://github.com/ZebraDevs/zds_flutter/commit/5d75010103fcd5a9db0c931536fdf325aeb009c0)) + + +### ⛓️ Dependencies + +* Fix verson of camerawesome as newer versions dont support flutter 3.24 ([5d75010](https://github.com/ZebraDevs/zds_flutter/commit/5d75010103fcd5a9db0c931536fdf325aeb009c0)) + ## [2.1.3](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.2...v2.1.3) (2025-03-17) diff --git a/README.md b/README.md index 902cdc21..738affb2 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.3 +zds-flutter: ^2.1.4 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index 9a589666..e86415e0 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.3'), + title: const Text('zds_flutter v2.1.4'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index 8926066f..77f915a4 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.3 +version: 2.1.4 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues