diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d8c3a77a3..c88406482 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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) diff --git a/packages/core/pubspec.yaml b/packages/core/pubspec.yaml index c4463b570..5893390d4 100644 --- a/packages/core/pubspec.yaml +++ b/packages/core/pubspec.yaml @@ -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 diff --git a/packages/enhanced/CHANGELOG.md b/packages/enhanced/CHANGELOG.md index 28ebac881..ebb9e32dd 100644 --- a/packages/enhanced/CHANGELOG.md +++ b/packages/enhanced/CHANGELOG.md @@ -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) diff --git a/packages/enhanced/pubspec.yaml b/packages/enhanced/pubspec.yaml index fdda97272..94b3324e0 100644 --- a/packages/enhanced/pubspec.yaml +++ b/packages/enhanced/pubspec.yaml @@ -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 @@ -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"