Skip to content

Commit

Permalink
v0.5.0+5 -- version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Sep 24, 2020
1 parent 8984d03 commit 6e97ebd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 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.0+5

- Use Stack.clipBehavior instead of .overflow (#321, authored by @bahador)

## 0.5.0+3

This is a big release with lots of improvements under the hood. If you don't extends `WidgetFactory` yourself then there are only two changes that may affect your app:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:

```yaml
dependencies:
flutter_widget_from_html_core: ^0.5.0+4
flutter_widget_from_html_core: ^0.5.0+5
```
## Usage
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.0+3
version: 0.5.0+5
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.0+5

- Use Stack.clipBehavior instead of .overflow (#321, authored by @bahador)

## 0.5.0+4

- Add support for [email protected] (#315)
Expand Down
2 changes: 1 addition & 1 deletion packages/enhanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:

```yaml
dependencies:
flutter_widget_from_html: ^0.5.0+3
flutter_widget_from_html: ^0.5.0+5
```
## Usage
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.0+4
version: 0.5.0+5
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 @@ -15,7 +15,7 @@ dependencies:
sdk: flutter
flutter_layout_grid: ^0.10.2
flutter_svg: ">=0.17.0 <0.20.0"
flutter_widget_from_html_core: ^0.5.0+3
flutter_widget_from_html_core: ^0.5.0+5
html: ^0.14.0+3
url_launcher: ^5.5.0
video_player: ^0.10.12
Expand Down

1 comment on commit 6e97ebd

@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.