diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 656a2ef..19588bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cde048f..d05d818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ - 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)) +## [2.1.1](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.0...v2.1.1) (2025-02-28) + + +### 🪲 Bug Fixes + +* **WFCNG -18980:** Add vertical filepicker ([bef65e3](https://github.com/ZebraDevs/zds_flutter/commit/bef65e37e1d85a047138b31f6d94d0f5a8f10e0f)) + + +### ⛓️ Dependencies + +* **icons:** Update icons with request holiday ([7c9c09a](https://github.com/ZebraDevs/zds_flutter/commit/7c9c09a3bf6a7da469c284592f5c551c8999e075)) + ## [2.1.0](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.2...v2.1.0) (2025-02-18) diff --git a/README.md b/README.md index bb3fd50..836261f 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.1.0 +zds-flutter: ^2.1.1 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index bdc3205..02a2b4e 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.1.0'), + title: const Text('zds_flutter v2.1.1'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index d8342af..5883dac 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.1.0 +version: 2.1.1 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues