Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.2.2 #15

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.1"
".": "1.2.2"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading