Skip to content

Commit 83ae6c6

Browse files
committed
v0.5.1+3 -- version bump
1 parent cb9ced9 commit 83ae6c6

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1+3
2+
3+
- Fix LI marker position on non-default line height
4+
15
## 0.5.1+2
26

37
- Fix bug `null` access (authored by @sweatfryash)

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:
1616

1717
```yaml
1818
dependencies:
19-
flutter_widget_from_html_core: ^0.5.1+2
19+
flutter_widget_from_html_core: ^0.5.1+3
2020
```
2121
2222
## Usage

packages/core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html_core
2-
version: 0.5.1+2
2+
version: 0.5.1+3
33
description: Flutter package for widget tree building from html that focuses on correctness and extensibility.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html/tree/master/packages/core
55

packages/enhanced/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1+3
2+
3+
- Fix LI marker position on non-default line height
4+
15
## 0.5.1+2
26

37
- Fix bug `null` access (authored by @sweatfryash)

packages/enhanced/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:
1616

1717
```yaml
1818
dependencies:
19-
flutter_widget_from_html: ^0.5.1+2
19+
flutter_widget_from_html: ^0.5.1+3
2020
```
2121
2222
## Usage

packages/enhanced/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html
2-
version: 0.5.1+2
2+
version: 0.5.1+3
33
description: Flutter package for widget tree building from html that supports hyperlink, image, nested list, etc.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

@@ -15,7 +15,7 @@ dependencies:
1515
sdk: flutter
1616
flutter_layout_grid: ^0.10.2
1717
flutter_svg: ">=0.17.0 <0.20.0"
18-
flutter_widget_from_html_core: ^0.5.1+2
18+
flutter_widget_from_html_core: ^0.5.1+3
1919
html: ^0.14.0+3
2020
url_launcher: ^5.5.0
2121
video_player: ">=0.10.12 <2.0.0"

0 commit comments

Comments
 (0)