Skip to content

Commit b3b73d8

Browse files
committed
[core] v0.13.0-alpha.4
1 parent 044c1a8 commit b3b73d8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.0-alpha.4
2+
3+
- Make `WidgetPlaceholder.firstChild` public (#1027)
4+
15
## 0.13.0-alpha.3
26

37
- Fix legacy implementations (#1027)

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.13.0-alpha.3
2+
version: 0.13.0-alpha.4
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.13.0-alpha.3
13+
flutter_widget_from_html_core: ^0.13.0-alpha.4
1414
fwfh_cached_network_image: ^0.13.0-alpha.1
1515
fwfh_chewie: ^0.13.0-alpha.1
1616
fwfh_just_audio: ^0.13.0-alpha.1

0 commit comments

Comments
 (0)