Skip to content

Commit 7caedea

Browse files
committed
fix: format and docs
1 parent e36e195 commit 7caedea

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.changeset/pre.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
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
}

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)