From 7046f81c135461061da84c69336c868f4e3f5ff1 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Thu, 2 Jan 2025 14:53:20 +0000 Subject: [PATCH] chore(main): release 2.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 65f558e..cf72398 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f6eb1e5..3db347b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,13 @@ - Fix routes in example app ([609fc83](https://github.com/ZebraDevs/zds_flutter/commit/609fc83e5083afa00e386cbbd8fd6b481802fc64)) +## [2.0.1](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0...v2.0.1) (2025-01-02) + + +### 🪲 Bug Fixes + +* Fixed height of attachments sheet on message input ([#59](https://github.com/ZebraDevs/zds_flutter/issues/59)) ([7b7aca1](https://github.com/ZebraDevs/zds_flutter/commit/7b7aca1416f6a127e6151c46842c4756e25180f6)) + ## [1.3.1](https://github.com/ZebraDevs/zds_flutter/compare/v1.3.0...v1.3.1) (2024-07-17) ### ✨ New Features diff --git a/README.md b/README.md index 937a0cc..76f97ac 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 +zds-flutter: ^2.0.1 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index f7e23db..817ffca 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'), + title: const Text('zds_flutter v2.0.1'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index b9c3f66..6b28a1c 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 +version: 2.0.1 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues