diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 149a591..75ec52f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.3" + ".": "2.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6679bb1..771a12a 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.3.0](https://github.com/ZebraDevs/zds_flutter/compare/v2.2.3...v2.3.0) (2025-06-09) + + +### ✨ New Features + +* Update to flutter 3.32.x ([#88](https://github.com/ZebraDevs/zds_flutter/issues/88)) ([757501f](https://github.com/ZebraDevs/zds_flutter/commit/757501fde8bf6e6339c1fb7a9d9146c2a79d8b14)) + ## [2.2.3](https://github.com/ZebraDevs/zds_flutter/compare/v2.2.2...v2.2.3) (2025-06-05) diff --git a/README.md b/README.md index 538159a..754600f 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.3 +zds-flutter: ^2.3.0 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index 61c297d..09500f0 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.3'), + title: const Text('zds_flutter v2.3.0'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index 36276d6..fe05f89 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.3 +version: 2.3.0 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues