Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - scribble@0.10.0
 - value_notifier_tools@0.1.2
  • Loading branch information
timcreatedit committed Apr 6, 2024
1 parent f891688 commit c6cc2f3
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🎉
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions packages/value_notifier_tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/value_notifier_tools/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit c6cc2f3

Please sign in to comment.