Skip to content

Commit ac417a6

Browse files
committed
[core] v0.8.5+3
1 parent 460dc0b commit ac417a6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

demo_app/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ packages:
230230
path: "../packages/core"
231231
relative: true
232232
source: path
233-
version: "0.8.5+2"
233+
version: "0.8.5+3"
234234
frontend_server_client:
235235
dependency: transitive
236236
description:

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.5+3
2+
3+
- Fix min constraints being 100% (#761)
4+
15
## 0.8.5+2
26

37
- Catch error when building synchronously (#760)

packages/core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html_core
2-
version: 0.8.5+2
2+
version: 0.8.5+3
33
description: Flutter package to render html as widgets that focuses on correctness and extensibility.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html/tree/master/packages/core
55

packages/enhanced/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_widget_from_html_core: ^0.8.5+2
13+
flutter_widget_from_html_core: ^0.8.5+3
1414
fwfh_cached_network_image: ^0.7.0+2
1515
fwfh_chewie: ^0.7.0+1
1616
fwfh_just_audio: ^0.6.2+2

0 commit comments

Comments
 (0)