Skip to content

Commit 996ddca

Browse files
chore(main): release 2.0.1 (#60)
1 parent 7b7aca1 commit 996ddca

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838

3939
- Fix routes in example app ([609fc83](https://github.com/ZebraDevs/zds_flutter/commit/609fc83e5083afa00e386cbbd8fd6b481802fc64))
4040

41+
## [2.0.1](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0...v2.0.1) (2025-01-02)
42+
43+
44+
### 🪲 Bug Fixes
45+
46+
* 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))
47+
4148
## [1.3.1](https://github.com/ZebraDevs/zds_flutter/compare/v1.3.0...v1.3.1) (2024-07-17)
4249

4350
### ✨ New Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the following as a dependency in your pubspec.yaml file.
2323
<!-- x-release-please-start-version -->
2424

2525
```yaml
26-
zds-flutter: ^2.0.0
26+
zds-flutter: ^2.0.1
2727
```
2828
2929
<!-- x-release-please-end -->

example/lib/home.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class _HomePageState extends State<HomePage> {
2222
leadingWidth: 20,
2323
leading: SizedBox(width: 20),
2424
// x-release-please-start-version
25-
title: const Text('zds_flutter v2.0.0'),
25+
title: const Text('zds_flutter v2.0.1'),
2626
// x-release-please-end
2727
centerTitle: false,
2828
actions: [

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zds_flutter
22
description: Zebra Design System components for Flutter. A selection of UI components from Zebra Technologies.
3-
version: 2.0.0
3+
version: 2.0.1
44
homepage: https://github.com/zebradevs/zds_flutter
55
repository: https://github.com/zebradevs/zds_flutter
66
issue_tracker: https://github.com/zebradevs/zds_flutter/issues

0 commit comments

Comments
 (0)