From d65184bfcf39ccca9be43dcff18e59ae2c88d5bd Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Fri, 29 Nov 2024 16:27:25 +0000 Subject: [PATCH] chore(main): release 2.0.1-alpha.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d50ed41..883a6b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.4" + ".": "2.0.1-alpha.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ddff2..031da05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ - Attachment names on comments now elipsize correctly ([#44](https://github.com/ZebraDevs/zds_flutter/issues/44)) ([6f26ea6](https://github.com/ZebraDevs/zds_flutter/commit/6f26ea6df2e2a3454660cbc784f5daaf86f23904)) +## [2.0.1-alpha.4](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.4...v2.0.1-alpha.4) (2024-11-29) + + +### 🪲 Bug Fixes + +* onDelete now gets invoked correctly for ZdsComment ([#46](https://github.com/ZebraDevs/zds_flutter/issues/46)) ([b9cca28](https://github.com/ZebraDevs/zds_flutter/commit/b9cca284d6ced6e8d3732d8d0abcf3ca58e46fcf)) +* Voice notes can now be disabled without the assertion failing ([#46](https://github.com/ZebraDevs/zds_flutter/issues/46)) ([b9cca28](https://github.com/ZebraDevs/zds_flutter/commit/b9cca284d6ced6e8d3732d8d0abcf3ca58e46fcf)) + ## [2.0.0-alpha.3](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2024-11-22) ### ✨ New Features diff --git a/README.md b/README.md index 80f1592..cec57a9 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: ^2.0.0-alpha.4 +zds-flutter: ^2.0.1-alpha.4 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index 6857f1d..7ca6898 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 v2.0.0-alpha.4'), + title: const Text('zds_flutter v2.0.1-alpha.4'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index d29777c..8ad1196 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: 2.0.0-alpha.4 +version: 2.0.1-alpha.4+-alpha.4 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues