Skip to content

Commit

Permalink
Update version and changelog for release (#89)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update pubspec.yaml

* Update pubspec.lock
  • Loading branch information
Sese-Schneider authored Nov 18, 2023
1 parent 925787c commit b4984a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.1"
version: "0.7.2"
flutter_svg:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b4984a3

Please sign in to comment.