Skip to content

Commit

Permalink
v0.5.0+4 -- version bump (enhanced only)
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Sep 23, 2020
1 parent d44d387 commit 6137079
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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+3
flutter_widget_from_html_core: ^0.5.0+4
```
## Usage
Expand Down
5 changes: 5 additions & 0 deletions packages/enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.0+4

- Add support for [email protected] (#315)
- Add support for anchors (#317)

## 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/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+3
version: 0.5.0+4
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 Down

1 comment on commit 6137079

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