Skip to content

Commit e8d3716

Browse files
committed
Version 3.0.2
1 parent dda53b2 commit e8d3716

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.0.2] - 2022.02.10
2+
3+
- Fix for bug caused by Flutter 2.10 upgrade (#20) (@azhansy)
4+
15
## [3.0.1] - 2022.01.10
26

37
- Exported `MongolTextPainter` so that it is public now.

example/pubspec.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ packages:
8181
url: "https://pub.dartlang.org"
8282
source: hosted
8383
version: "0.12.11"
84+
material_color_utilities:
85+
dependency: transitive
86+
description:
87+
name: material_color_utilities
88+
url: "https://pub.dartlang.org"
89+
source: hosted
90+
version: "0.1.3"
8491
meta:
8592
dependency: transitive
8693
description:
@@ -94,7 +101,7 @@ packages:
94101
path: ".."
95102
relative: true
96103
source: path
97-
version: "3.0.1"
104+
version: "3.0.2"
98105
path:
99106
dependency: transitive
100107
description:
@@ -148,7 +155,7 @@ packages:
148155
name: test_api
149156
url: "https://pub.dartlang.org"
150157
source: hosted
151-
version: "0.4.3"
158+
version: "0.4.8"
152159
typed_data:
153160
dependency: transitive
154161
description:

pubspec.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ packages:
8181
url: "https://pub.dartlang.org"
8282
source: hosted
8383
version: "0.12.11"
84+
material_color_utilities:
85+
dependency: transitive
86+
description:
87+
name: material_color_utilities
88+
url: "https://pub.dartlang.org"
89+
source: hosted
90+
version: "0.1.3"
8491
meta:
8592
dependency: "direct dev"
8693
description:
@@ -141,7 +148,7 @@ packages:
141148
name: test_api
142149
url: "https://pub.dartlang.org"
143150
source: hosted
144-
version: "0.4.3"
151+
version: "0.4.8"
145152
typed_data:
146153
dependency: transitive
147154
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mongol
22
description: Flutter widget package for displaying and editing vertical Mongolian text.
3-
version: 3.0.1
3+
version: 3.0.2
44
homepage: https://github.com/suragch/mongol
55

66
environment:

0 commit comments

Comments
 (0)