Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @react-native-community/async-storage@2.0.0-rc.3
 - @react-native-community/async-storage-backend-legacy@2.0.0-rc.3
 - @react-native-community/async-storage-backend-web@2.0.0-rc.3
  • Loading branch information
Krzysztof Borowy committed Apr 2, 2020
1 parent c021c7b commit 2b18fe5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/async-storage",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"main": "build/index.js",
"types": "types/index.d.ts",
"author": "ReactNative Community",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/async-storage-backend-legacy",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"main": "build/index.js",
"types": "types/index.d.ts",
"author": "ReactNative Community",
Expand All @@ -16,7 +16,7 @@
"test:lint": "eslint ./**/*.ts"
},
"dependencies": {
"@react-native-community/async-storage": "^2.0.0-rc.2"
"@react-native-community/async-storage": "^2.0.0-rc.3"
},
"peerDependencies": {
"react": "^16.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/async-storage-backend-web",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"main": "build/index.js",
"types": "types/index.d.ts",
"author": "ReactNative Community",
Expand All @@ -15,7 +15,7 @@
"test:types": "tsc"
},
"dependencies": {
"@react-native-community/async-storage": "^2.0.0-rc.2",
"@react-native-community/async-storage": "^2.0.0-rc.3",
"idb-keyval": "^3.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 2b18fe5

Please sign in to comment.