Skip to content

Commit a8e83d1

Browse files
author
Krzysztof Borowy
committed
Publish
- @react-native-community/async-storage@2.0.0-rc.1 - @react-native-community/async-storage-backend-legacy@2.0.0-rc.1 - @react-native-community/async-storage-backend-web@2.0.0-rc.1
1 parent da05f70 commit a8e83d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/async-storage",
3-
"version": "2.0.0-rc.0",
3+
"version": "2.0.0-rc.1",
44
"main": "build/index.js",
55
"types": "types/index.d.ts",
66
"author": "ReactNative Community",

packages/storage-legacy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/async-storage-backend-legacy",
3-
"version": "2.0.0-rc.0",
3+
"version": "2.0.0-rc.1",
44
"main": "build/index.js",
55
"types": "types/index.d.ts",
66
"author": "ReactNative Community",
@@ -16,7 +16,7 @@
1616
"test:lint": "eslint ./**/*.ts"
1717
},
1818
"dependencies": {
19-
"@react-native-community/async-storage": "^2.0.0-rc.0"
19+
"@react-native-community/async-storage": "^2.0.0-rc.1"
2020
},
2121
"peerDependencies": {
2222
"react": "^16.0",

packages/storage-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/async-storage-backend-web",
3-
"version": "2.0.0-rc.0",
3+
"version": "2.0.0-rc.1",
44
"main": "build/index.js",
55
"types": "types/index.d.ts",
66
"author": "ReactNative Community",
@@ -15,7 +15,7 @@
1515
"test:types": "tsc"
1616
},
1717
"dependencies": {
18-
"@react-native-community/async-storage": "^2.0.0-rc.0"
18+
"@react-native-community/async-storage": "^2.0.0-rc.1"
1919
},
2020
"peerDependencies": {
2121
"react": "^16.0",

0 commit comments

Comments
 (0)