Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Release 0.6.1 (znjameswu#31)
Browse files Browse the repository at this point in the history
* Update lock file

* Bump versions
  • Loading branch information
creativecreatorormaybenot authored Jan 14, 2022
1 parent e4f4fe3 commit cee522a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.1

* Fixed text selection (`SelectableMath`).

## 0.6.0

* Upgraded `flutter_svg` dependency to `1.0.0` release.
Expand Down
12 changes: 6 additions & 6 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.1"
version: "2.8.2"
boolean_selector:
dependency: transitive
description:
Expand All @@ -28,7 +28,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -143,7 +143,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.10"
version: "0.12.11"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -316,7 +316,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
version: "0.4.3"
tuple:
dependency: transitive
description:
Expand All @@ -337,7 +337,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
webview_flutter:
dependency: transitive
description:
Expand Down Expand Up @@ -374,5 +374,5 @@ packages:
source: hosted
version: "5.0.2"
sdks:
dart: ">=2.12.0 <3.0.0"
dart: ">=2.14.0 <3.0.0"
flutter: ">=2.0.0"
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.6.0
version: 0.6.1
homepage: https://github.com/simpleclub-extended/flutter_math_fork

environment:
Expand Down

0 comments on commit cee522a

Please sign in to comment.