Skip to content

Commit

Permalink
v0.5.2+1 -- version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Feb 22, 2021
1 parent 60001ef commit 0c9db2e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2+1

- [CanvasKit] Add workaround for unimplemented `computeLineMetrics` (#441)

## 0.5.2

- Add support for TABLE attribute `cellpadding` (#365)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_widget_from_html_core
version: 0.5.2
version: 0.5.2+1
description: Flutter package for widget tree building from html that focuses on correctness and extensibility.
homepage: https://github.com/daohoangson/flutter_widget_from_html/tree/master/packages/core

Expand Down
4 changes: 4 additions & 0 deletions packages/enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2+1

- [CanvasKit] Add workaround for unimplemented `computeLineMetrics` (#441)

## 0.5.2

- Add support for TABLE attribute `cellpadding` (#365)
Expand Down
4 changes: 2 additions & 2 deletions packages/enhanced/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_widget_from_html
version: 0.5.2
version: 0.5.2+1
description: Flutter package for widget tree building from html that supports hyperlink, image, nested list, etc.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand All @@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter
flutter_svg: ">=0.17.0 <0.21.0"
flutter_widget_from_html_core: ^0.5.2
flutter_widget_from_html_core: ^0.5.2+1
html: ^0.14.0+3
url_launcher: ^5.5.0
video_player: ">=0.10.12 <2.0.0"
Expand Down

1 comment on commit 0c9db2e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.