diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 642b9c6..2a8f4ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.5" + ".": "1.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a24460f..9fc7c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ * 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)) +## [1.3.0](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.5...v1.3.0) (2024-06-20) + + +### ✨ New Features + +* Add selected date to calendar ([98c291d](https://github.com/ZebraDevs/zds_flutter/commit/98c291dcb4bc08b1397fe033bd64ae22d4786b9f)) +* **TM-38113:** Restructure Quill Editor ([b2450c6](https://github.com/ZebraDevs/zds_flutter/commit/b2450c6d93812f031c8945d18ce1671dd37ffc68)) + + +### 🪲 Bug Fixes + +* **TM-43864:** Fixed delta formatting in new version of quill-editor ([43016ef](https://github.com/ZebraDevs/zds_flutter/commit/43016efc70d37cfb4bcce30f16ff5f42d026ad9a)) +* **WFM-37003:** validation in inputdialog onSetText ([1c81bf4](https://github.com/ZebraDevs/zds_flutter/commit/1c81bf4efab79efd65d332a71bfff78809d472c3)) + ## [1.2.5](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.4...v1.2.5) (2024-06-10) diff --git a/README.md b/README.md index 9944008..4dc0269 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: ^1.2.5 +zds-flutter: ^1.3.0 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index dc31cf2..9324b44 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 v1.2.5'), + title: const Text('zds_flutter v1.3.0'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index a5529df..257676f 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: 1.2.5 +version: 1.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