Skip to content

Commit

Permalink
feat: update dependencies, release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Mar 15, 2023
1 parent 11bca9b commit 451ba29
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.2.1
* Update dependencies

## 0.2.0
* Generated `multipart/alternative` messages by default for better compatibility.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Add this dependencies your pubspec.yaml file:

```
dependencies:
enough_mail_icalendar: ^0.1.0
enough_mail_icalendar: ^0.2.1
enough_mail: any
enough_icalendar: any
```
Expand Down
27 changes: 16 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
name: enough_mail_icalendar
description: iCalendar support for email / mime. Compatible with iCalendar Message-Based Interoperability Protocol (iMIP) RFC 6047.
version: 0.2.0
description: iCalendar support for email / mime. Compatible with iCalendar
Message-Based Interoperability Protocol (iMIP) RFC 6047.
version: 0.2.1
homepage: https://github.com/Enough-Software/enough_mail_icalendar

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"

dependencies:
collection: ^1.15.0
enough_mail: #^1.3.6
git:
url: https://github.com/Enough-Software/enough_mail.git
#path: ../enough_mail
enough_icalendar: #'>=0.4.0 <= 2.0.0'
git:
url: https://github.com/Enough-Software/enough_icalendar.git
#path: ../enough_icalendar
collection: ^1.17.0
enough_icalendar: ^0.13.0
enough_mail: ^2.1.0

# dependency_overrides:
# enough_mail:
# git:
# url: https://github.com/Enough-Software/enough_mail.git
# #path: ../enough_mail
# enough_icalendar:
# git:
# url: https://github.com/Enough-Software/enough_icalendar.git
# #path: ../enough_icalendar

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 451ba29

Please sign in to comment.