diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 89d8ff81..b6c8afeb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.1" + ".": "2.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f57052bc..2b7a73f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2](https://github.com/ZebraDevs/zds_flutter/compare/v2.2.1...v2.2.2) (2025-06-05) + + +### 🪲 Bug Fixes + +* **WFCNG-24007:** Default file icon ([#85](https://github.com/ZebraDevs/zds_flutter/issues/85)) ([e486876](https://github.com/ZebraDevs/zds_flutter/commit/e486876f4ec0f3e12e69ffcfa182ca06b95a9379)) + ## [2.2.0](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.5...v2.2.0) (2025-05-12) diff --git a/README.md b/README.md index fefccb0c..4300b36b 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.2.1 +zds-flutter: ^2.2.2 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index 2b91a825..f18a2578 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.2.1'), + title: const Text('zds_flutter v2.2.2'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index 726d1f9f..3d0f12e9 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.2.1 +version: 2.2.2 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues