From b16f4cc8455173b3a45e807334fd3295fcdec8ed Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Wed, 17 Jul 2024 12:48:59 +0100 Subject: [PATCH] chore(main): release 1.3.1 (#31) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a8f4ff..0e5b256 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.3.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc7c6d..e16b7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ * 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.3.1](https://github.com/ZebraDevs/zds_flutter/compare/v1.3.0...v1.3.1) (2024-07-17) + + +### ✨ New Features + +* New Icons added - available, away, busy, do-no-disturb, offline, on-shift, star-circle ([#29](https://github.com/ZebraDevs/zds_flutter/issues/29)) ([a3e8857](https://github.com/ZebraDevs/zds_flutter/commit/a3e885753c20ea4cd33673538ea6bd7b7196af95)) + + +### 🪲 Bug Fixes + +* **TM-43187:** QWalk - take a photo on iPad is sideways ([0734b24](https://github.com/ZebraDevs/zds_flutter/commit/0734b24746eafdbc7de06b9c804cd20e274f3724)) + + +### 🧹 Miscellaneous Chores + +* release 1.3.1 ([b53e34b](https://github.com/ZebraDevs/zds_flutter/commit/b53e34b4385c75e8a3cef07bcbec8375d6cf0fab)) + ## [1.3.0](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.5...v1.3.0) (2024-06-20) diff --git a/README.md b/README.md index 4dc0269..5fd3f6c 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: ^1.3.0 +zds-flutter: ^1.3.1 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index 9324b44..c93f343 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 v1.3.0'), + title: const Text('zds_flutter v1.3.1'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index 257676f..7b8e2ef 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.3.0 +version: 1.3.1 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues