Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.2"
".": "2.2.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@

* **WFCNG-24950:** file present icon ([#81](https://github.com/ZebraDevs/zds_flutter/issues/81)) ([9bf9164](https://github.com/ZebraDevs/zds_flutter/commit/9bf91647edeb05656afd89a891a6ef9923c1ff6f))

## [2.2.3](https://github.com/ZebraDevs/zds_flutter/compare/v2.2.2...v2.2.3) (2025-06-05)


### 🪲 Bug Fixes

* Comment attachment icon color ([cb5db44](https://github.com/ZebraDevs/zds_flutter/commit/cb5db44fb04e0f1c351f46121a649dbbb7845629))

## [2.2.2](https://github.com/ZebraDevs/zds_flutter/compare/v2.2.1...v2.2.2) (2025-06-05)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following as a dependency in your pubspec.yaml file.
<!-- x-release-please-start-version -->

```yaml
zds-flutter: ^2.2.2
zds-flutter: ^2.2.3
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion example/lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class _HomePageState extends State<HomePage> {
leadingWidth: 20,
leading: SizedBox(width: 20),
// x-release-please-start-version
title: const Text('zds_flutter v2.2.2'),
title: const Text('zds_flutter v2.2.3'),
// x-release-please-end
centerTitle: false,
actions: [
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zds_flutter
description: Zebra Design System components for Flutter. A selection of UI components from Zebra Technologies.
version: 2.2.2
version: 2.2.3
homepage: https://github.com/zebradevs/zds_flutter
repository: https://github.com/zebradevs/zds_flutter
issue_tracker: https://github.com/zebradevs/zds_flutter/issues
Expand Down
Loading