Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Use latest-4 on npm install instructions #1590

Merged
merged 1 commit into from
May 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action-sheet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Action Sheet API provides access to native Action Sheets, which come up from
## Install

```bash
npm install @capacitor/action-sheet
npm install @capacitor/action-sheet@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion app-launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Example:
## Install

```bash
npm install @capacitor/app-launcher
npm install @capacitor/app-launcher@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The App API handles high level App state and events. For example, this API emits
## Install

```bash
npm install @capacitor/app
npm install @capacitor/app@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ On iOS, this uses `SFSafariViewController` and is compliant with leading OAuth s
## Install

```bash
npm install @capacitor/browser
npm install @capacitor/browser@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion camera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Camera API provides the ability to take a photo with the camera or choose an
## Install

```bash
npm install @capacitor/camera
npm install @capacitor/camera@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion clipboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Clipboard API enables copy and pasting to/from the system clipboard.
## Install

```bash
npm install @capacitor/clipboard
npm install @capacitor/clipboard@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Device API exposes internal information about the device, such as the model
## Install

```bash
npm install @capacitor/device
npm install @capacitor/device@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Dialog API provides methods for triggering native dialog windows for alerts,
## Install

```bash
npm install @capacitor/dialog
npm install @capacitor/dialog@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Filesystem API provides a NodeJS-like API for working with files on the devi
## Install

```bash
npm install @capacitor/filesystem
npm install @capacitor/filesystem@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion geolocation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Geolocation API provides simple methods for getting and tracking the current
## Install

```bash
npm install @capacitor/geolocation
npm install @capacitor/geolocation@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion google-maps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Google maps on Capacitor
## Install

```bash
npm install @capacitor/google-maps
npm install @capacitor/google-maps@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion haptics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ On devices that don't have Taptic Engine or Vibrator, the API calls will resolve
## Install

```bash
npm install @capacitor/haptics
npm install @capacitor/haptics@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion keyboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Keyboard API provides keyboard display and visibility control, along with ev
## Install

```bash
npm install @capacitor/keyboard
npm install @capacitor/keyboard@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion local-notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Local Notifications API provides a way to schedule device notifications loca
## Install

```bash
npm install @capacitor/local-notifications
npm install @capacitor/local-notifications@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion motion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Motion API tracks accelerometer and device orientation (compass heading, etc
## Install

```bash
npm install @capacitor/motion
npm install @capacitor/motion@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Network API provides network and connectivity information.
## Install

```bash
npm install @capacitor/network
npm install @capacitor/network@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion preferences/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ we recommend taking a look at a SQLite-based solution. One such solution is [Ion
## Install

```bash
npm install @capacitor/preferences
npm install @capacitor/preferences@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion push-notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Push Notifications API provides access to native push notifications.
## Install

```bash
npm install @capacitor/push-notifications
npm install @capacitor/push-notifications@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion screen-orientation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Screen Orientation API provides information and functionality related to the
## Install

```bash
npm install @capacitor/screen-orientation
npm install @capacitor/screen-orientation@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion screen-reader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Screen Reader API provides access to TalkBack/VoiceOver/etc. and provides si
## Install

```bash
npm install @capacitor/screen-reader
npm install @capacitor/screen-reader@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion share/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ API](https://web.dev/web-share/)), though web support is currently spotty.
## Install

```bash
npm install @capacitor/share
npm install @capacitor/share@latest-4
npx cap sync
```
## Android
Expand Down
2 changes: 1 addition & 1 deletion splash-screen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Splash Screen API provides methods for showing or hiding a Splash image.
## Install

```bash
npm install @capacitor/splash-screen
npm install @capacitor/splash-screen@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion status-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The StatusBar API Provides methods for configuring the style of the Status Bar,
## Install

```bash
npm install @capacitor/status-bar
npm install @capacitor/status-bar@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion text-zoom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Text Zoom API provides the ability to change Web View text size for visual a
## Install

```bash
npm install @capacitor/text-zoom
npm install @capacitor/text-zoom@latest-4
npx cap sync
```

Expand Down
2 changes: 1 addition & 1 deletion toast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Toast API provides a notification pop up for displaying important informatio
## Install

```bash
npm install @capacitor/toast
npm install @capacitor/toast@latest-4
npx cap sync
```

Expand Down
Loading