Skip to content

Commit 3c8d470

Browse files
authored
Prepare v0.13.0-alpha.2 releases (#1026)
* [core] v0.13.0-alpha.2 * [fwfh_webview] v0.13.0-alpha.2 * [enhanced] v0.13.0-alpha.2
1 parent eb68a07 commit 3c8d470

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.13.0-alpha.2
2+
3+
- Fix inline `white-space: nowrap`. (#944)
4+
- Remove package `fwfh_text_style` (#935)
5+
- Remove guess dry sizes logic from `HtmlTable` (#972)
6+
17
## 0.13.0-alpha.1
28

39
- Implement `BuildOp.v1` constructor (#930)

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.1
2+
version: 0.13.0-alpha.2
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/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.13.0-alpha.2
2+
3+
- Fix inline `white-space: nowrap`. (#944)
4+
- Remove package `fwfh_text_style` (#935)
5+
- Remove guess dry sizes logic from `HtmlTable` (#972)
6+
17
## 0.13.0-alpha.1
28

39
- Implement `BuildOp.v1` constructor (#930)

packages/enhanced/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html
2-
version: 0.13.0-alpha.1
2+
version: 0.13.0-alpha.2
33
description: Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

@@ -10,13 +10,13 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_widget_from_html_core: ^0.13.0-alpha.1
13+
flutter_widget_from_html_core: ^0.13.0-alpha.2
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
1717
fwfh_svg: ^0.13.0-alpha.1
1818
fwfh_url_launcher: ^0.13.0-alpha.1
19-
fwfh_webview: ^0.13.0-alpha.1
19+
fwfh_webview: ^0.13.0-alpha.2
2020
html: ^0.15.0
2121

2222
dependency_overrides:

packages/fwfh_webview/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.2
2+
3+
- Add support for [email protected] (#1026)
4+
15
## 0.13.0-alpha.1
26

37
- Add support for [email protected] (#930)

packages/fwfh_webview/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fwfh_webview
2-
version: 0.13.0-alpha.1
2+
version: 0.13.0-alpha.2
33
description: WidgetFactory extension to render IFRAME with the official WebView plugin.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_widget_from_html_core: ^0.13.0-0
13+
flutter_widget_from_html_core: ^0.13.0-alpha.2
1414
logging: ^1.0.0
1515
webview_flutter: ^4.0.1
1616
webview_flutter_android: ^3.10.0

0 commit comments

Comments
 (0)