Skip to content

Commit c82bfb8

Browse files
committedOct 22, 2021
updated dependency, 3.0.1+1 release
1 parent 8cca4f3 commit c82bfb8

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.0.1+1 - Oct 22, 2021
2+
* Updated dependencies
3+
14
## 3.0.1 - Mar 4, 2021
25
* Update lint
36
* Improve code

‎example/pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ packages:
108108
path: ".."
109109
relative: true
110110
source: path
111-
version: "3.0.1"
111+
version: "3.0.1+1"
112112
sky_engine:
113113
dependency: transitive
114114
description: flutter
@@ -176,7 +176,7 @@ packages:
176176
name: xml
177177
url: "https://pub.dartlang.org"
178178
source: hosted
179-
version: "5.3.0"
179+
version: "5.3.1"
180180
sdks:
181181
dart: ">=2.14.0 <3.0.0"
182182
flutter: ">=2.0.0"

‎pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ packages:
176176
name: xml
177177
url: "https://pub.dartlang.org"
178178
source: hosted
179-
version: "5.3.0"
179+
version: "5.3.1"
180180
sdks:
181181
dart: ">=2.14.0 <3.0.0"
182182
flutter: ">=2.0.0"

‎pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: simple_html_css
22
description: This package allows you to use simple HTML and inline CSS styles to style your text in flutter. A fork of css_text package.
3-
version: 3.0.1
3+
version: 3.0.1+1
44
homepage: https://github.com/ali-thowfeek/simple_html_css_flutter
55
repository: https://github.com/ali-thowfeek/simple_html_css_flutter
66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
html_unescape: ^2.0.0
14-
xml: ^5.3.0
14+
xml: ^5.3.1
1515

1616
dev_dependencies:
1717
flutter_lints: ^1.0.4

0 commit comments

Comments
 (0)
Please sign in to comment.