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.2
 - @react-native-community/async-storage-backend-legacy@2.0.0-rc.2
 - @react-native-community/async-storage-backend-web@2.0.0-rc.2
  • Loading branch information
Krzysztof Borowy committed Feb 4, 2020
1 parent 12669a0 commit 91681d5
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.1",
"version": "2.0.0-rc.2",
"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.1",
"version": "2.0.0-rc.2",
"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.1"
"@react-native-community/async-storage": "^2.0.0-rc.2"
},
"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.1",
"version": "2.0.0-rc.2",
"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.1",
"@react-native-community/async-storage": "^2.0.0-rc.2",
"idb-keyval": "^3.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 91681d5

Please sign in to comment.