Skip to content

Commit 0e041fa

Browse files
authored
Prepare v0.10.3 releases (#967)
* [core] v0.10.3 * [enhanced] v0.10.3
1 parent 1073263 commit 0e041fa

File tree

7 files changed

+19
-11
lines changed

7 files changed

+19
-11
lines changed

demo_app/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,14 @@ packages:
235235
path: "../packages/enhanced"
236236
relative: true
237237
source: path
238-
version: "0.10.2"
238+
version: "0.10.3"
239239
flutter_widget_from_html_core:
240240
dependency: "direct main"
241241
description:
242242
path: "../packages/core"
243243
relative: true
244244
source: path
245-
version: "0.10.2"
245+
version: "0.10.3"
246246
frontend_server_client:
247247
dependency: transitive
248248
description:
@@ -951,10 +951,10 @@ packages:
951951
dependency: transitive
952952
description:
953953
name: wakelock_plus
954-
sha256: c10e99a5f943f4410e1ceb8432bd8c254151db3b6a7cb4f220c23a5d18d35157
954+
sha256: aac3f3258f01781ec9212df94eecef1eb9ba9350e106728def405baa096ba413
955955
url: "https://pub.dev"
956956
source: hosted
957-
version: "1.1.0"
957+
version: "1.1.1"
958958
wakelock_plus_platform_interface:
959959
dependency: transitive
960960
description:
@@ -1023,10 +1023,10 @@ packages:
10231023
dependency: transitive
10241024
description:
10251025
name: webview_flutter_wkwebview
1026-
sha256: a8d7e8b4be2a79e83b70235369971ec97d14df4cdbb40d305a8eeae67d8e6432
1026+
sha256: "0ede6bafb857b7608e65f4ad7bcf67ad03375a02d038c59929898e514591faca"
10271027
url: "https://pub.dev"
10281028
source: hosted
1029-
version: "3.6.2"
1029+
version: "3.6.3"
10301030
win32:
10311031
dependency: transitive
10321032
description:

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.3
2+
3+
- Fix `border-radius` being overwritten by `border` (#966)
4+
15
## 0.10.2
26

37
- Fix 100% width TD in recursive TABLEs (#952)

packages/core/README.md

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

1818
```yaml
1919
dependencies:
20-
flutter_widget_from_html_core: ^0.10.2
20+
flutter_widget_from_html_core: ^0.10.3
2121
```
2222

2323
## 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.10.2
2+
version: 0.10.3
33
description: Flutter package to render html as widgets 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.10.3
2+
3+
- Fix `border-radius` being overwritten by `border` (#966)
4+
15
## 0.10.2
26

37
- Fix 100% width TD in recursive TABLEs (#952)

packages/enhanced/README.md

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

2828
```yaml
2929
dependencies:
30-
flutter_widget_from_html: ^0.10.2
30+
flutter_widget_from_html: ^0.10.3
3131
```
3232

3333
### Platform specific configuration

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.10.2
2+
version: 0.10.3
33
description: Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_widget_from_html_core: ^0.10.2
13+
flutter_widget_from_html_core: ^0.10.3
1414
fwfh_cached_network_image: ^0.7.0+5
1515
fwfh_chewie: ^0.7.1+2
1616
fwfh_just_audio: ^0.9.0+2

0 commit comments

Comments
 (0)