Skip to content

Commit

Permalink
chore(main): release 1.2.5 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton authored Jun 10, 2024
1 parent 64b4688 commit 377078e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 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.4"
".": "1.2.5"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@
* update to flutter 3.22.0 ([8fa214e](https://github.com/ZebraDevs/zds_flutter/commit/8fa214e71dcc0dd8309aca6c9787e45782c345f9))
* update to zeta_flutter 0.9.1 ([8fa214e](https://github.com/ZebraDevs/zds_flutter/commit/8fa214e71dcc0dd8309aca6c9787e45782c345f9))

## [1.2.5](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.4...v1.2.5) (2024-06-10)


### 🪲 Bug Fixes

* [TM-42170] Support links in table ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1))
* [TM-42460] Reset resetPreferredOrientations after camera dispose ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1))
* [TM-43252] taking time to capture an image ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1))
* [TM-43436] Angular bracket "<>" is not in alignment in Quill editor ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a))
* TM-32728 Locator Issue for MYWORK app part 1 ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a))
* Updated zetaColors. ([2f49efb](https://github.com/ZebraDevs/zds_flutter/commit/2f49efb75517ec0e6250920f78a17c2fe7dfedaa))


### 📈 Documentation

* update version in readme ([9faea52](https://github.com/ZebraDevs/zds_flutter/commit/9faea52f13576be130a957cd56690232bec2c8d3))


### ⛓️ Dependencies

* manually updating some deps ([9faea52](https://github.com/ZebraDevs/zds_flutter/commit/9faea52f13576be130a957cd56690232bec2c8d3))
* update to latest zeta_flutter ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a))
* zeta_flutter 0.10.0 ([#25](https://github.com/ZebraDevs/zds_flutter/issues/25)) ([2f49efb](https://github.com/ZebraDevs/zds_flutter/commit/2f49efb75517ec0e6250920f78a17c2fe7dfedaa))


### 🧹 Miscellaneous Chores

* add version to example app ([#23](https://github.com/ZebraDevs/zds_flutter/issues/23)) ([bc84094](https://github.com/ZebraDevs/zds_flutter/commit/bc84094aa02434c60ff309ecccc31a12322d4a40))
* update to match internal repo ([#24](https://github.com/ZebraDevs/zds_flutter/issues/24)) ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1))
* update to upstream 543c885bc118726b5d56f39ddc6179f4304c1f65 ([#26](https://github.com/ZebraDevs/zds_flutter/issues/26)) ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a))

## [1.2.3](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.2...v1.2.3) (2024-05-08)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following as a dependency in your pubspec.yaml file.
<!-- x-release-please-start-version -->

```yaml
zds-flutter: ^1.2.4
zds-flutter: ^1.2.5
```
<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion example/lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class _HomePageState extends State<HomePage> {
leadingWidth: 20,
leading: SizedBox(width: 20),
// x-release-please-start-version
title: const Text('zds_flutter v1.2.4'),
title: const Text('zds_flutter v1.2.5'),
// x-release-please-end
centerTitle: false,
actions: [
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.4
version: 1.2.5
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 377078e

Please sign in to comment.