Skip to content

Commit

Permalink
core: Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed Mar 29, 2021
1 parent 2689ffe commit 2745bd9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 2.0.0-rc.2
- core: Update dio to 4.0.0-prev3.
## 2.0.0
- core: Update dio to 4.0.0.
- Renamed `cacheStoreForce` to `forceCache`.
- Renamed `cacheStoreNo` to `noCache`.
- Make `CacheOptions.store` required but still with optional value.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
path: ../

path_provider: ^2.0.0
sqlite3_flutter_libs: ^0.4.0+1
sqlite3_flutter_libs: ^0.4.1

# The following section is specific to Flutter.
flutter:
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ description: Dio HTTP cache interceptor with multiple stores respecting HTTP dir
repository: https://github.com/llfbandit/dio_cache_interceptor
issue_tracker: https://github.com/llfbandit/dio_cache_interceptor/issues

version: 2.0.0-rc.2
version: 2.0.0

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
# https://pub.dev/packages/dio
dio: ^4.0.0-prev3
dio: ^4.0.0
# https://pub.dev/packages/moor
moor: ^4.1.0
# https://pub.dev/packages/path
Expand All @@ -20,12 +20,12 @@ dependencies:

dev_dependencies:
# https://pub.dev/packages/moor_generator
moor_generator: ^4.1.0
moor_generator: ^4.2.1
# https://pub.dev/packages/build_runner
build_runner: ^1.11.5
build_runner: ^1.12.2
# https://pub.dev/packages/pedantic
pedantic: ^1.11.0
# https://pub.dev/packages/sqlite3
sqlite3: ^1.0.0
# https://pub.dev/packages/test
test: ^1.15.7
test: ^1.16.8

0 comments on commit 2745bd9

Please sign in to comment.