Skip to content

Commit 0ae43ae

Browse files
committed
feat: release v2.0.2
1 parent ef2ce5d commit 0ae43ae

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.2
2+
- Update dependencies
3+
14
## 2.0.1
25
- Update dependencies
36
- Improve documentation

analysis_options.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
analyzer:
22
errors:
33
todo: ignore
4-
plugins:
5-
- dart_code_metrics # https://github.com/dart-code-checker/dart-code-metrics
4+
65
linter:
76
rules:
87
- always_declare_return_types
@@ -73,7 +72,6 @@ linter:
7372
- one_member_abstracts
7473
- only_throw_errors
7574
- overridden_fields
76-
- package_api_docs
7775
- package_names
7876
- package_prefixed_library_names
7977
- parameter_assignments

pubspec.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
name: enough_mail_html
22
description: Generate HTML from an email mime message and creates plain text from HTML. Eases handling of `MimeMessage` in the `enough_mail` package.
3-
version: 2.0.1
3+
version: 2.0.2
44
homepage: https://github.com/Enough-Software/enough_mail_html
5+
topics:
6+
- email
7+
- mime
58

69
environment:
710
sdk: '>=3.0.0 <4.0.0'
811

912
dependencies:
10-
enough_mail: ^2.0.0
13+
enough_mail: ^2.1.7
1114
html: ^0.15.0
1215
image: ^4.0.0
1316

@@ -19,5 +22,5 @@ dependency_overrides:
1922
# path: ../enough_mail/
2023

2124
dev_dependencies:
22-
lints: ^4.0.0
25+
lints: ^6.0.0
2326
test: ^1.16.7

0 commit comments

Comments
 (0)