Skip to content

Commit 0c9db2e

Browse files
committed
v0.5.2+1 -- version bump
1 parent 60001ef commit 0c9db2e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.2+1
2+
3+
- [CanvasKit] Add workaround for unimplemented `computeLineMetrics` (#441)
4+
15
## 0.5.2
26

37
- Add support for TABLE attribute `cellpadding` (#365)

packages/core/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html_core
2-
version: 0.5.2
2+
version: 0.5.2+1
33
description: Flutter package for widget tree building from html 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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.2+1
2+
3+
- [CanvasKit] Add workaround for unimplemented `computeLineMetrics` (#441)
4+
15
## 0.5.2
26

37
- Add support for TABLE attribute `cellpadding` (#365)

packages/enhanced/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html
2-
version: 0.5.2
2+
version: 0.5.2+1
33
description: Flutter package for widget tree building from html that supports hyperlink, image, nested list, etc.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

@@ -14,7 +14,7 @@ dependencies:
1414
flutter:
1515
sdk: flutter
1616
flutter_svg: ">=0.17.0 <0.21.0"
17-
flutter_widget_from_html_core: ^0.5.2
17+
flutter_widget_from_html_core: ^0.5.2+1
1818
html: ^0.14.0+3
1919
url_launcher: ^5.5.0
2020
video_player: ">=0.10.12 <2.0.0"

0 commit comments

Comments
 (0)