Skip to content

Commit 145d74b

Browse files
committed
release v2.0.2
1 parent 1c1f089 commit 145d74b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# [2.0.1] - Feb 1st, 2021
1+
# [2.0.2] - Feb 5th, 2021
2+
3+
* Fixed an issue with trailing blank spaces
4+
* Fixed an issue with some escaped characters not rendering
5+
6+
## [2.0.1] - Feb 1st, 2021
27

38
* Fixed an issue with text within body tag not rendering
49
* Improved error handling

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ packages:
108108
path: ".."
109109
relative: true
110110
source: path
111-
version: "2.0.1"
111+
version: "2.0.2"
112112
sky_engine:
113113
dependency: transitive
114114
description: flutter

pubspec.yaml

+1-1
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: 2.0.1
3+
version: 2.0.2
44
homepage: https://github.com/ali-thowfeek/simple_html_css_flutter
55
repository: https://github.com/ali-thowfeek/simple_html_css_flutter
66
environment:

0 commit comments

Comments
 (0)