Skip to content

Commit

Permalink
chore: upgrade hooks dependence.
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchuheng committed Nov 2, 2022
1 parent 550d49a commit 928c0d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ _ feat: extended 2 parameters: hasLocalCache and hasOnlineCache in the connector
## 1.0.18

- fix: fix the issue that the same id may cause an error due to concurrency.

## 1.0.19

- chore: update hook dependence.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wuchuheng_imap_cache
description: wuchuheng_imap_cache is a data-driven caching library based on the IMAP protocol.
version: 1.0.18
version: 1.0.19
homepage: https://github.com/wuchuheng/imap_cache_dart

environment:
Expand All @@ -15,7 +15,7 @@ dependencies:
wuchuheng_logger: ^1.0.5
rxdart: ^0.27.5
wuchuheng_isolate_channel: ^0.0.18
wuchuheng_hooks: ^0.0.7
wuchuheng_hooks: ^0.0.8
drift: ^2.2.0
sqlite3_flutter_libs: ^0.5.0
path_provider: ^2.0.0
Expand Down

0 comments on commit 928c0d5

Please sign in to comment.