Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @capacitor/action-sheet@6.0.0-alpha.1
 - @capacitor/app@6.0.0-alpha.1
 - @capacitor/app-launcher@6.0.0-alpha.1
 - @capacitor/browser@6.0.0-alpha.1
 - @capacitor/camera@6.0.0-alpha.1
 - @capacitor/clipboard@6.0.0-alpha.1
 - @capacitor/device@6.0.0-alpha.1
 - @capacitor/dialog@6.0.0-alpha.1
 - @capacitor/filesystem@6.0.0-alpha.1
 - @capacitor/geolocation@6.0.0-alpha.1
 - @capacitor/google-maps@6.0.0-alpha.1
 - @capacitor/haptics@6.0.0-alpha.1
 - @capacitor/keyboard@6.0.0-alpha.1
 - @capacitor/local-notifications@6.0.0-alpha.1
 - @capacitor/motion@6.0.0-alpha.1
 - @capacitor/network@6.0.0-alpha.1
 - @capacitor/preferences@6.0.0-alpha.1
 - @capacitor/push-notifications@6.0.0-alpha.1
 - @capacitor/screen-orientation@6.0.0-alpha.1
 - @capacitor/screen-reader@6.0.0-alpha.1
 - @capacitor/share@6.0.0-alpha.1
 - @capacitor/splash-screen@6.0.0-alpha.1
 - @capacitor/status-bar@6.0.0-alpha.1
 - @capacitor/text-zoom@6.0.0-alpha.1
 - @capacitor/toast@6.0.0-alpha.1
  • Loading branch information
Github Workflow (on behalf of IT-MikeS) committed Nov 8, 2023
1 parent 5a45bc5 commit 41e70e4
Show file tree
Hide file tree
Showing 50 changed files with 817 additions and 4,449 deletions.
259 changes: 36 additions & 223 deletions action-sheet/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion action-sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/action-sheet",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "The Action Sheet API provides access to native Action Sheets, which come up from the bottom of the screen and display actions a user can take.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
246 changes: 30 additions & 216 deletions app-launcher/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app-launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/app-launcher",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "The AppLauncher API allows to open other apps",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
288 changes: 49 additions & 239 deletions app/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/app",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "The App API handles high level App state and events.For example, this API emits events when the app enters and leaves the foreground, handles deeplinks, opens other apps, and manages persisted plugin state.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@5.0.6...@capacitor/browser@6.0.0-alpha.1) (2023-11-08)

### Features

- **browser:** support other custom tabs providers ([#1669](https://github.com/ionic-team/capacitor-plugins/issues/1669)) ([b9b68c2](https://github.com/ionic-team/capacitor-plugins/commit/b9b68c2cc3344ab7bad2d005b10d5b554e310dde))

# [5.1.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@5.0.6...@capacitor/browser@5.1.0) (2023-09-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/browser",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions camera/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@5.0.7...@capacitor/camera@6.0.0-alpha.1) (2023-11-08)

**Note:** Version bump only for package @capacitor/camera

## [5.0.7](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@5.0.6...@capacitor/camera@5.0.7) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion camera/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/camera",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "The Camera API provides the ability to take a photo with the camera or choose an existing one from the photo album.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
246 changes: 30 additions & 216 deletions clipboard/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/clipboard",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
296 changes: 49 additions & 247 deletions device/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/device",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "The Device API exposes internal information about the device, such as the model and operating system version, along with user information such as unique ids.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
246 changes: 32 additions & 214 deletions dialog/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/dialog",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@5.1.2...@capacitor/filesystem@6.0.0-alpha.1) (2023-11-08)

### Bug Fixes

- **filesystem:** accessing security scoped resources on iOS ([#1660](https://github.com/ionic-team/capacitor-plugins/issues/1660)) ([ee6d93b](https://github.com/ionic-team/capacitor-plugins/commit/ee6d93b1a6efb299cb041b21dbccef225af667c4))
- **filesystem:** catch http errors on downloadFile ([#1742](https://github.com/ionic-team/capacitor-plugins/issues/1742)) ([5ed01d3](https://github.com/ionic-team/capacitor-plugins/commit/5ed01d303686fdab727b0d40a1cf903ba82c0f43))

### Features

- **filesystem:** add removeAllListeners method ([#1862](https://github.com/ionic-team/capacitor-plugins/issues/1862)) ([f5f84ee](https://github.com/ionic-team/capacitor-plugins/commit/f5f84eedd0806382ba35cb1cdc9f104e35e9b61a))

## [5.1.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@5.1.3...@capacitor/filesystem@5.1.4) (2023-09-14)

**Note:** Version bump only for package @capacitor/filesystem
Expand Down
2 changes: 1 addition & 1 deletion filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/filesystem",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
Loading

0 comments on commit 41e70e4

Please sign in to comment.