From c6cc2f3df6f194ee82bea9c627a4e577073fb25c Mon Sep 17 00:00:00 2001 From: Tim Lehmenn Date: Sat, 6 Apr 2024 02:22:14 +0200 Subject: [PATCH] chore(release): publish packages - scribble@0.10.0 - value_notifier_tools@0.1.2 --- CHANGELOG.md | 25 ++++++++++++++++++++++ example/pubspec.yaml | 2 +- packages/value_notifier_tools/CHANGELOG.md | 5 +++++ packages/value_notifier_tools/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 5 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5221ac3..dc8b18e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 0.10.0 + +> Note: This release has breaking changes. + + - **REFACTOR**: cleaned up project structure. + - **REFACTOR**: added CI and documentation. + - **FIX**(value_notifier_tools): fixed type parameters in select extension. + - **FIX**(value_notifier_tools): Added all classes to package exports. + - **FIX**: fixed point.freezed.dart. + - **FIX**(example): fixed dialog title. + - **FEAT**(example): updated example to use `SelectValueNotifier`. + - **FEAT**: use `HistoryValueNotifier` from new package. + - **FEAT**(value_notifier_tools): added `HistoryValueNotifier`. + - **FEAT**(value_notifier_tools): added where_value_notifier. + - **FEAT**(value_notifier_tools): added select value notifier. + - **FEAT**(example): show JSON. + - **FEAT**(example): updated example visuals. + - **FEAT**(example): updated example for new `ScribbleNotifier`. + - **DOCS**: added back demo gif. + - **DOCS**: updated README. + - **DOCS**(value_notifier_tools): added README. + - **DOCS**: documented all public members. + - **BREAKING** **REFACTOR**: made `GestureCatcherRecognizer` private. + - **BREAKING** **REFACTOR**: `ScribbleNotifier` is now a `ValueNotifier`. + # 0.1.0+1 - feat: initial commit 🎉 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 3a1c822..77eecc2 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: sdk: flutter scribble: path: .. - value_notifier_tools: ^0.1.1 + value_notifier_tools: ^0.1.2 dev_dependencies: flutter_test: diff --git a/packages/value_notifier_tools/CHANGELOG.md b/packages/value_notifier_tools/CHANGELOG.md index 02867dc..8dd33c8 100644 --- a/packages/value_notifier_tools/CHANGELOG.md +++ b/packages/value_notifier_tools/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.2 + + - **FIX**(value_notifier_tools): fixed type parameters in select extension. + - **FEAT**(example): updated example to use `SelectValueNotifier`. + ## 0.1.1 - **FIX**(value_notifier_tools): Added all classes to package exports. diff --git a/packages/value_notifier_tools/pubspec.yaml b/packages/value_notifier_tools/pubspec.yaml index e13ed05..101152b 100644 --- a/packages/value_notifier_tools/pubspec.yaml +++ b/packages/value_notifier_tools/pubspec.yaml @@ -1,6 +1,6 @@ name: value_notifier_tools description: Helpful lightweight tools for working with ValueNotifiers -version: 0.1.1 +version: 0.1.2 repository: https://github.com/timcreatedit/scribble/tree/main/packages/value_notifier_tools homepage: https://whynotmake.it diff --git a/pubspec.yaml b/pubspec.yaml index 1d80787..7cb5337 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: scribble description: Scribble is a lightweight library for freehand drawing in Flutter supporting pressure, variable line width and more! -version: 0.9.1 +version: 0.10.0 repository: https://github.com/timcreatedit/scribble issue_tracker: https://github.com/timcreatedit/scribble/issues @@ -14,7 +14,7 @@ dependencies: sdk: flutter freezed_annotation: ^2.4.1 perfect_freehand: ^2.3.2 - value_notifier_tools: ^0.1.1 + value_notifier_tools: ^0.1.2 dev_dependencies: build_runner: ^2.4.9