Skip to content

Commit e27967a

Browse files
andredestroOS-pedrogustavobilrojcesarmobile
authored
chore: use latest-7 (#2451)
Co-authored-by: Pedro Bilro <pedro.gustavo.bilro@outsystems.com> Co-authored-by: jcesarmobile <jcesarmobile@gmail.com>
1 parent c7b1e65 commit e27967a

File tree

25 files changed

+27
-27
lines changed

25 files changed

+27
-27
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-7
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-7
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-7
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-7
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-7
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-7
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-7
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-7
99
npx cap sync
1010
```
1111

filesystem/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Filesystem API provides a NodeJS-like API for working with files on the devi
1111
## Install
1212

1313
```bash
14-
npm install @capacitor/filesystem
14+
npm install @capacitor/filesystem@latest-7
1515
npx cap sync
1616
```
1717

@@ -55,7 +55,7 @@ As of version 7.1.0, the `downloadFile` functionality in the Filesystem plugin h
5555
### Installing the File Transfer plugin
5656

5757
```bash
58-
npm install @capacitor/file-transfer
58+
npm install @capacitor/file-transfer@1.0.6
5959
npx cap sync
6060
```
6161

geolocation/README.md

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

1313
```bash
14-
npm install @capacitor/geolocation
14+
npm install @capacitor/geolocation@latest-7
1515
npx cap sync
1616
```
1717

0 commit comments

Comments
 (0)