From 6ce5c8e3295f78bd6ef2d59ab6d36da29cb00857 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Wed, 8 May 2024 15:15:45 +0100 Subject: [PATCH] chore(main): release 1.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d43a621..029e2d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 509a077..7cec49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ - [`21a2bb9`](https://github.com/ZebraDevs/zds_flutter/commit/21a2bb9905cbedf381cb04cf37b31fc4c12275d8) - fix dependency violation. \_(commit by @thelukewalton) +## [1.2.2](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.1...v1.2.2) (2024-05-08) + + +### Bug Fixes + +* [TM-34144] Changed the background color to white and added boundary to the cells ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* [TM-34144] Changed the background color to white and added boundary to the cells ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* [TM-34144] Code improvement-> Changed the background color to primary surface color ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* [TM-34144] Code improvement-> Changed the border width to 1.5 ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* [TM-42004] added flv to set ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* [TM-42004] added set to hold compress ext for videos ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* [TM-42004] added set to hold compress ext for videos ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* [TM-42004] optimized code to throw exception ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* [TM-42004] removed flv as supported file for compression ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* [TM-42654] Show error message when maximum attachment limit reached ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* [TM-42656] Allow Multiple Gif files to send in filePicker ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* TM-42498 : MYWORK 23.11.1 [UK/ROI] - Embedded Wistia videos not visible on mobile app ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +* update quill. Readonly prop moves to quill controller ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) + ## [1.2.1](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.0...v1.2.1) (2024-04-25) diff --git a/pubspec.yaml b/pubspec.yaml index 78ebdd4..d09109e 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: 1.2.1 +version: 1.2.2 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues