From 5baaa91dbeb78b028af591707ae6127e974a7906 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Wed, 23 Apr 2025 10:58:58 +0100 Subject: [PATCH] chore(main): release 2.1.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c41b0d09..b7c8ed78 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.4" + ".": "2.1.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c93383db..822bf170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ - 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.5](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.4...v2.1.5) (2025-04-23) + + +### 👀 Reverts + +* Reply background color ([#76](https://github.com/ZebraDevs/zds_flutter/issues/76)) ([86b72fb](https://github.com/ZebraDevs/zds_flutter/commit/86b72fb636a4fc901f46b41e8a18f446d91bef09)) + ## [2.1.4](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.3...v2.1.4) (2025-04-14) diff --git a/README.md b/README.md index 738affb2..2f3e0779 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.4 +zds-flutter: ^2.1.5 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index e86415e0..044c05cf 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.4'), + title: const Text('zds_flutter v2.1.5'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index 77f915a4..2233746e 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.4 +version: 2.1.5 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues