File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 88 "@react-native-async-storage/async-storage" : " 2.2.0" ,
99 "@react-native-async-storage/eslint-config" : " 0.0.0"
1010 },
11- "changesets" : [
12- " quick-dragons-run"
13- ]
11+ "changesets" : [" quick-dragons-run" ]
1412}
Original file line number Diff line number Diff line change 4343 git remote add docs https://github.com/react-native-async-storage/react-native-async-storage.github.io.git
4444 - name : Deploy Docs with mike
4545 run : |
46- mike deploy -r docs ${{ steps.version.outputs.versionDocs }} -u --push latest
46+ mike deploy -u - r docs ${{ steps.version.outputs.versionDocs }} latest --push
4747 mike set-default -r docs ${{ steps.version.outputs.versionDocs }} --push
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ Other components:
3838
3939``` shell
4040# Using npm
41- npm install @react-native-async-storage/async-storage
41+ npm install @react-native-async-storage/async-storage@next
4242
4343# Using yarn
44- yarn add @react-native-async-storage/async-storage
44+ yarn add @react-native-async-storage/async-storage@next
4545```
4646
4747### Android
You can’t perform that action at this time.
0 commit comments