diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6e011e8..a324513 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.1" + ".": "2.0.1-alpha.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 248010b..653ec89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ * update to flutter 3.22.0 ([8fa214e](https://github.com/ZebraDevs/zds_flutter/commit/8fa214e71dcc0dd8309aca6c9787e45782c345f9)) * update to zeta_flutter 0.9.1 ([8fa214e](https://github.com/ZebraDevs/zds_flutter/commit/8fa214e71dcc0dd8309aca6c9787e45782c345f9)) +## [2.0.1-alpha.1](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.1...v2.0.1-alpha.1) (2024-11-05) + + +### 🪲 Bug Fixes + +* adjusted the divider color ([6a36df0](https://github.com/ZebraDevs/zds_flutter/commit/6a36df01411253c279b2661daeef759ca957ebb2)) +* move quill-default color picker from dialog to bottom-sheet ([6a36df0](https://github.com/ZebraDevs/zds_flutter/commit/6a36df01411253c279b2661daeef759ca957ebb2)) +* quill editor color picker improvements ([#36](https://github.com/ZebraDevs/zds_flutter/issues/36)) ([6a36df0](https://github.com/ZebraDevs/zds_flutter/commit/6a36df01411253c279b2661daeef759ca957ebb2)) + ## [2.0.0-alpha.1](https://github.com/ZebraDevs/zds_flutter/compare/v1.3.1...v2.0.0-alpha.1) (2024-10-16) diff --git a/README.md b/README.md index 679daa6..ba18527 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.0.0-alpha.1 +zds-flutter: ^2.0.1-alpha.1 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index e7d61c6..467501a 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.0.0-alpha.1'), + title: const Text('zds_flutter v2.0.1-alpha.1'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index 582ab0a..90e5d2b 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.0.0-alpha.1 +version: 2.0.1-alpha.1+-alpha.1 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues