Skip to content

Commit 947f0a6

Browse files
committed
version 0.2.1
1 parent 14f2529 commit 947f0a6

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.1] - 2021-08-23
11+
1012
### Added
1113

1214
- JsonCacheLocalStorage: implementation on top of the localstorage package —

pubspec.lock

Lines changed: 4 additions & 4 deletions
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:
@@ -113,7 +113,7 @@ packages:
113113
name: meta
114114
url: "https://pub.dartlang.org"
115115
source: hosted
116-
version: "1.7.0"
116+
version: "1.3.0"
117117
mutex:
118118
dependency: "direct main"
119119
description:
@@ -272,7 +272,7 @@ packages:
272272
name: test_api
273273
url: "https://pub.dartlang.org"
274274
source: hosted
275-
version: "0.4.2"
275+
version: "0.3.0"
276276
typed_data:
277277
dependency: transitive
278278
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.2.0
3+
version: 0.2.1
44
homepage: https://dartoos.dev
55
repository: https://github.com/dartoos-dev/json_cache
66

0 commit comments

Comments
 (0)