Skip to content

Commit 574f589

Browse files
RELEASING: Releasing 1 package(s)
Releases: @react-native-async-storage/async-storage@2.1.1
1 parent 5042047 commit 574f589

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: .changeset/modern-bugs-battle.md

-5
This file was deleted.

Diff for: packages/default-storage/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- 5042047: Mark some methods as nonnull
8+
39
## 2.1.0
410

511
### Minor Changes

Diff for: packages/default-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-async-storage/async-storage",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)