From b4984a31d50bf35270ba3f9cc67c7603cda0d61b Mon Sep 17 00:00:00 2001 From: Sebastian Schneider Date: Sat, 18 Nov 2023 10:40:57 +0100 Subject: [PATCH] Update version and changelog for release (#89) * Update CHANGELOG.md * Update pubspec.yaml * Update pubspec.lock --- CHANGELOG.md | 6 ++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e610358a..119ee41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.2 + +* Fix: add missing import to gesture_detector_builder_selectable.dart (#87) +* Fix: simple null pointer exception (#82) +* Fix: function node children update (#58) + ## 0.7.1 * Update `flutter_svg` dependency diff --git a/example/pubspec.lock b/example/pubspec.lock index 33a3595d..13b42c3f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -100,7 +100,7 @@ packages: path: ".." relative: true source: path - version: "0.7.1" + version: "0.7.2" flutter_svg: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5b06dcc1..7785f6e0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_math_fork description: Fast and high-quality TeX math equation rendering with pure Dart & Flutter. -version: 0.7.1 +version: 0.7.2 homepage: https://github.com/simpleclub-extended/flutter_math_fork environment: