Skip to content

Commit b89ae37

Browse files
committed
[fwfh_text_style] v2.7.3+2
1 parent 2ac7d64 commit b89ae37

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

demo_app/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ packages:
284284
path: "../packages/fwfh_text_style"
285285
relative: true
286286
source: path
287-
version: "2.7.3+1"
287+
version: "2.7.3+2"
288288
fwfh_url_launcher:
289289
dependency: "direct overridden"
290290
description:

packages/fwfh_text_style/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.7.3+2
2+
3+
- Restrict maximum Flutter version (<2.13.0, see #756)
4+
15
## 2.7.3+1
26

37
- Make `TextStyle` inherit=true warning less noisy (#715)

packages/fwfh_text_style/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: fwfh_text_style
2-
version: 2.7.3+1
2+
version: 2.7.3+2
33
description: A TextStyle replacement that allows resetting height behavior to normal.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

66
environment:
7-
flutter: ">=2.6.0-0"
7+
flutter: ">=2.6.0-0 <2.13.0"
88
sdk: ">=2.12.0 <3.0.0"
99

1010
dependencies:

0 commit comments

Comments
 (0)