Skip to content

Commit

Permalink
chore(main): release 1.2.1 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton authored Apr 25, 2024
1 parent f49b1e3 commit 10be88e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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.0"
".": "1.2.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

- [`21a2bb9`](https://github.com/ZebraDevs/zds_flutter/commit/21a2bb9905cbedf381cb04cf37b31fc4c12275d8) - fix dependency violation. \_(commit by @thelukewalton)

## [1.2.1](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.0...v1.2.1) (2024-04-25)


### Bug Fixes

* Adding All supporting tag in table to render the data correctly as precautionary action ([f49b1e3](https://github.com/ZebraDevs/zds_flutter/commit/f49b1e3f9164fac5f1cfb0380f0e9d5851b6aba8))
* Table inserted in project notes/task notes along with data is not properly shown at Project Notes/Task Notes summery section. ([eb65465](https://github.com/ZebraDevs/zds_flutter/commit/eb6546568380a23481525392f9588c805534b761))
* Updated file picker to delegate the file picked events ([e1ed80d](https://github.com/ZebraDevs/zds_flutter/commit/e1ed80d97bc21350bd8d0a25c9778ab97c47b86b))

## [1.2.0](https://github.com/ZebraDevs/zds_flutter/compare/v1.1.0...v1.2.0) (2024-04-05)


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.0
version: 1.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
Expand Down

0 comments on commit 10be88e

Please sign in to comment.