Skip to content

Commit 2b18fe5

Browse files
author
Krzysztof Borowy
committed
Publish
- @react-native-community/[email protected] - @react-native-community/[email protected] - @react-native-community/[email protected]
1 parent c021c7b commit 2b18fe5

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.2",
3+
"version": "2.0.0-rc.3",
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.2",
3+
"version": "2.0.0-rc.3",
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.2"
19+
"@react-native-community/async-storage": "^2.0.0-rc.3"
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.2",
3+
"version": "2.0.0-rc.3",
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.2",
18+
"@react-native-community/async-storage": "^2.0.0-rc.3",
1919
"idb-keyval": "^3.2.0"
2020
},
2121
"peerDependencies": {

0 commit comments

Comments
 (0)