Skip to content

Commit 811fd84

Browse files
committed
version 0.2.0
1 parent 8bbf7ff commit 811fd84

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2021-08-22
11+
1012
### Added
1113

1214
- JsonCachePrefs, a implementation on top of the shared_preferences package —

pubspec.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -28,7 +28,7 @@ packages:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.3.1"
31+
version: "1.2.0"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -106,7 +106,7 @@ packages:
106106
name: meta
107107
url: "https://pub.dartlang.org"
108108
source: hosted
109-
version: "1.7.0"
109+
version: "1.3.0"
110110
mutex:
111111
dependency: "direct main"
112112
description:
@@ -251,7 +251,7 @@ packages:
251251
name: test_api
252252
url: "https://pub.dartlang.org"
253253
source: hosted
254-
version: "0.4.2"
254+
version: "0.3.0"
255255
typed_data:
256256
dependency: transitive
257257
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_cache
22
description: An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them as an elegant caching API.
3-
version: 0.1.0
3+
version: 0.2.0
44
homepage: https://dartoos.dev
55
repository: https://github.com/dartoos-dev/json_cache
66

0 commit comments

Comments
 (0)