Skip to content

Commit 2b33d4b

Browse files
committed
release v1.4.0
1 parent 0677b1d commit 2b33d4b

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.4.0] - 2021-07-31
2+
- Register a `builder` function to overtake building for specific messages.
3+
14
## [1.3.0] - 2021-07-21
25
- Updated dependencies, improved documentation
36

pubspec.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: enough_mail_flutter
22
description: Widgets for email apps that use the `enough_mail` library. Licensed commercially friendly under MPL 2.0.
3-
version: 1.3.0
3+
version: 1.4.0
44
homepage: https://github.com/enough-software/enough_mail_flutter
55

66
environment:
@@ -10,17 +10,17 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
enough_mail: ^1.3.6
14-
# git:
15-
# url: https://github.com/Enough-Software/enough_mail.git
13+
enough_mail: #'>=1.3.6 <3.0.0'
14+
git:
15+
url: https://github.com/Enough-Software/enough_mail.git
1616
# path: ../enough_mail
17-
enough_mail_html: ^1.3.0
18-
# git:
19-
# url: https://github.com/Enough-Software/enough_mail_html.git
17+
enough_mail_html: #^1.3.0
18+
git:
19+
url: https://github.com/Enough-Software/enough_mail_html.git
2020
# path: ../enough_mail_html
21-
enough_media: ^2.1.0
22-
# git:
23-
# url: https://github.com/Enough-Software/enough_media.git
21+
enough_media: #^2.1.0
22+
git:
23+
url: https://github.com/Enough-Software/enough_media.git
2424
# path: ../enough_media
2525
flutter_inappwebview: ^5.3.2
2626
url_launcher: ^6.0.6

0 commit comments

Comments
 (0)