Skip to content

Commit bcf0e10

Browse files
authored
docs: Use latest-6 for install instructions (#2342)
1 parent cfd3b50 commit bcf0e10

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

action-sheet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Action Sheet API provides access to native Action Sheets, which come up from
55
## Install
66

77
```bash
8-
npm install @capacitor/action-sheet
8+
npm install @capacitor/action-sheet@latest-6
99
npx cap sync
1010
```
1111

app-launcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Example:
1818
## Install
1919

2020
```bash
21-
npm install @capacitor/app-launcher
21+
npm install @capacitor/app-launcher@latest-6
2222
npx cap sync
2323
```
2424

app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The App API handles high level App state and events. For example, this API emits
55
## Install
66

77
```bash
8-
npm install @capacitor/app
8+
npm install @capacitor/app@latest-6
99
npx cap sync
1010
```
1111

browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ On iOS, this uses `SFSafariViewController` and is compliant with leading OAuth s
77
## Install
88

99
```bash
10-
npm install @capacitor/browser
10+
npm install @capacitor/browser@latest-6
1111
npx cap sync
1212
```
1313

camera/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Camera API provides the ability to take a photo with the camera or choose an
55
## Install
66

77
```bash
8-
npm install @capacitor/camera
8+
npm install @capacitor/camera@latest-6
99
npx cap sync
1010
```
1111

clipboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Clipboard API enables copy and pasting to/from the system clipboard.
55
## Install
66

77
```bash
8-
npm install @capacitor/clipboard
8+
npm install @capacitor/clipboard@latest-6
99
npx cap sync
1010
```
1111

device/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Device API exposes internal information about the device, such as the model
55
## Install
66

77
```bash
8-
npm install @capacitor/device
8+
npm install @capacitor/device@latest-6
99
npx cap sync
1010
```
1111

dialog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Dialog API provides methods for triggering native dialog windows for alerts,
55
## Install
66

77
```bash
8-
npm install @capacitor/dialog
8+
npm install @capacitor/dialog@latest-6
99
npx cap sync
1010
```
1111

filesystem/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Filesystem API provides a NodeJS-like API for working with files on the devi
55
## Install
66

77
```bash
8-
npm install @capacitor/filesystem
8+
npm install @capacitor/filesystem@latest-6
99
npx cap sync
1010
```
1111

geolocation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Geolocation API provides simple methods for getting and tracking the current
55
## Install
66

77
```bash
8-
npm install @capacitor/geolocation
8+
npm install @capacitor/geolocation@latest-6
99
npx cap sync
1010
```
1111

0 commit comments

Comments
 (0)