Skip to content

Commit d5666ff

Browse files
committed
chore(main): release 2.1.2
1 parent 7aa114b commit d5666ff

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.1"
2+
".": "2.1.2"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
- Update to use the latest lint rules ([#62](https://github.com/ZebraDevs/zds_flutter/issues/62)) ([7d52932](https://github.com/ZebraDevs/zds_flutter/commit/7d529320564516da76f9f8774125f5400d1b183e))
1010

11+
## [2.1.2](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.1...v2.1.2) (2025-03-05)
12+
13+
14+
### 🪲 Bug Fixes
15+
16+
* Add prop for message input more options ([7aa114b](https://github.com/ZebraDevs/zds_flutter/commit/7aa114bd755b6b771df441737adbdcf53a38d58e))
17+
* style on message input sheet ([7aa114b](https://github.com/ZebraDevs/zds_flutter/commit/7aa114bd755b6b771df441737adbdcf53a38d58e))
18+
* **WFCNG-18981:** Add vertical style for comments message input ([#70](https://github.com/ZebraDevs/zds_flutter/issues/70)) ([7aa114b](https://github.com/ZebraDevs/zds_flutter/commit/7aa114bd755b6b771df441737adbdcf53a38d58e))
19+
1120
## [2.1.1](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.0...v2.1.1) (2025-02-28)
1221

1322

README.md

+1-1
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.1.1
26+
zds-flutter: ^2.1.2
2727
```
2828
2929
<!-- x-release-please-end -->

example/lib/home.dart

+1-1
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.1.1'),
25+
title: const Text('zds_flutter v2.1.2'),
2626
// x-release-please-end
2727
centerTitle: false,
2828
actions: [

pubspec.yaml

+1-1
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.1.1
3+
version: 2.1.2
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)