Skip to content

Commit

Permalink
Prepare v0.7.0-dev.2021052101 releases (#526)
Browse files Browse the repository at this point in the history
* [core] v0.7.0-dev.2021052101
* [enhanced] v0.7.0-dev.2021052101
  • Loading branch information
daohoangson authored May 21, 2021
1 parent a5a9385 commit 07c2e63
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.7.0-dev.2021052101

- Requires Flutter 2.2
- Show click cursor for `A` tag (#322)
- Fix incorrect UL/OL tag closing
- Fix bug padding+background+h2 (#523)

## 0.7.0-dev.2021051501

- BREAKING: Change method signature `WidgetFactory.buildImageWidget`
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.7.0-dev.2021051501
version: 0.7.0-dev.2021052101
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
7 changes: 7 additions & 0 deletions packages/enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.7.0-dev.2021052101

- Requires Flutter 2.2
- Show click cursor for `A` tag (#322)
- Fix incorrect UL/OL tag closing
- Fix bug padding+background+h2 (#523)

## 0.7.0-dev.2021051501

- BREAKING: Change method signature `WidgetFactory.buildImageWidget`
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.7.0-dev.2021051501
version: 0.7.0-dev.2021052101
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 07c2e63

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