diff --git a/action-sheet/CHANGELOG.md b/action-sheet/CHANGELOG.md index 71d7d073c..22ba30cc1 100644 --- a/action-sheet/CHANGELOG.md +++ b/action-sheet/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@6.0.0-alpha.2...@capacitor/action-sheet@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/action-sheet + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@6.0.0-alpha.1...@capacitor/action-sheet@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/action-sheet diff --git a/action-sheet/package.json b/action-sheet/package.json index 78c548148..77007a75a 100644 --- a/action-sheet/package.json +++ b/action-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/action-sheet", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "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", diff --git a/app-launcher/CHANGELOG.md b/app-launcher/CHANGELOG.md index 734966037..ce76ad2a1 100644 --- a/app-launcher/CHANGELOG.md +++ b/app-launcher/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@6.0.0-alpha.2...@capacitor/app-launcher@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/app-launcher + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@6.0.0-alpha.1...@capacitor/app-launcher@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/app-launcher diff --git a/app-launcher/package.json b/app-launcher/package.json index e555fc251..c91b8acd6 100644 --- a/app-launcher/package.json +++ b/app-launcher/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/app-launcher", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The AppLauncher API allows to open other apps", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 99d7b4cff..6cd330cc1 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@6.0.0-alpha.2...@capacitor/app@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/app + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@6.0.0-alpha.1...@capacitor/app@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/app diff --git a/app/package.json b/app/package.json index 12ea94930..1083958d6 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/app", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "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", diff --git a/browser/CHANGELOG.md b/browser/CHANGELOG.md index ad17f912d..c6b1b88b2 100644 --- a/browser/CHANGELOG.md +++ b/browser/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@6.0.0-alpha.2...@capacitor/browser@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/browser + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@6.0.0-alpha.1...@capacitor/browser@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/browser diff --git a/browser/package.json b/browser/package.json index cb35fdf6f..6ee419d83 100644 --- a/browser/package.json +++ b/browser/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/browser", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "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", diff --git a/camera/CHANGELOG.md b/camera/CHANGELOG.md index d52c80e65..897da9b9e 100644 --- a/camera/CHANGELOG.md +++ b/camera/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@6.0.0-alpha.2...@capacitor/camera@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/camera + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@6.0.0-alpha.1...@capacitor/camera@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/camera diff --git a/camera/package.json b/camera/package.json index cc7763a53..23513371b 100644 --- a/camera/package.json +++ b/camera/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/camera", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "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", diff --git a/clipboard/CHANGELOG.md b/clipboard/CHANGELOG.md index 702ff8b93..4d97cb609 100644 --- a/clipboard/CHANGELOG.md +++ b/clipboard/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@6.0.0-alpha.2...@capacitor/clipboard@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/clipboard + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@6.0.0-alpha.1...@capacitor/clipboard@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/clipboard diff --git a/clipboard/package.json b/clipboard/package.json index f628d5e42..e6008f689 100644 --- a/clipboard/package.json +++ b/clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/clipboard", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Clipboard API enables copy and pasting to/from the system clipboard.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/device/CHANGELOG.md b/device/CHANGELOG.md index fd91f3a38..ff8ecb37f 100644 --- a/device/CHANGELOG.md +++ b/device/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@6.0.0-alpha.2...@capacitor/device@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/device + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@6.0.0-alpha.1...@capacitor/device@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/device diff --git a/device/package.json b/device/package.json index 4728b0145..e509518c0 100644 --- a/device/package.json +++ b/device/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/device", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "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", diff --git a/dialog/CHANGELOG.md b/dialog/CHANGELOG.md index 47ac1370f..a0c472395 100644 --- a/dialog/CHANGELOG.md +++ b/dialog/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@6.0.0-alpha.2...@capacitor/dialog@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/dialog + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@6.0.0-alpha.1...@capacitor/dialog@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/dialog diff --git a/dialog/package.json b/dialog/package.json index 76289edb3..666badc0b 100644 --- a/dialog/package.json +++ b/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/dialog", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "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", diff --git a/filesystem/CHANGELOG.md b/filesystem/CHANGELOG.md index 81dd56f1c..feb49fc19 100644 --- a/filesystem/CHANGELOG.md +++ b/filesystem/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@6.0.0-alpha.2...@capacitor/filesystem@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/filesystem + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@6.0.0-alpha.1...@capacitor/filesystem@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/filesystem diff --git a/filesystem/package.json b/filesystem/package.json index 226b18bc3..ff25ec6e5 100644 --- a/filesystem/package.json +++ b/filesystem/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/filesystem", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "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", diff --git a/geolocation/CHANGELOG.md b/geolocation/CHANGELOG.md index e59e6badf..7b9986dea 100644 --- a/geolocation/CHANGELOG.md +++ b/geolocation/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@6.0.0-alpha.2...@capacitor/geolocation@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/geolocation + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@6.0.0-alpha.1...@capacitor/geolocation@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/geolocation diff --git a/geolocation/package.json b/geolocation/package.json index b01b02348..600a74729 100644 --- a/geolocation/package.json +++ b/geolocation/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/geolocation", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Geolocation API provides simple methods for getting and tracking the current position of the device using GPS, along with altitude, heading, and speed information if available.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/google-maps/CHANGELOG.md b/google-maps/CHANGELOG.md index e0eecbf0f..68b017daa 100644 --- a/google-maps/CHANGELOG.md +++ b/google-maps/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/google-maps@6.0.0-alpha.2...@capacitor/google-maps@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/google-maps + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/google-maps@6.0.0-alpha.1...@capacitor/google-maps@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/google-maps diff --git a/google-maps/package.json b/google-maps/package.json index 2235df6cf..4446cd238 100644 --- a/google-maps/package.json +++ b/google-maps/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/google-maps", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "Google maps on Capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/haptics/CHANGELOG.md b/haptics/CHANGELOG.md index 4f53d0a5c..2dd0c7530 100644 --- a/haptics/CHANGELOG.md +++ b/haptics/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@6.0.0-alpha.2...@capacitor/haptics@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/haptics + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@6.0.0-alpha.1...@capacitor/haptics@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/haptics diff --git a/haptics/package.json b/haptics/package.json index a0f9f59dc..9a8a03adb 100644 --- a/haptics/package.json +++ b/haptics/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/haptics", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Haptics API provides physical feedback to the user through touch or vibration.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/keyboard/CHANGELOG.md b/keyboard/CHANGELOG.md index dd6f1ce1b..5a7b3d722 100644 --- a/keyboard/CHANGELOG.md +++ b/keyboard/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@6.0.0-alpha.2...@capacitor/keyboard@6.0.0-beta.0) (2023-12-13) + +### Bug Fixes + +- **keyboard:** Change keyboard style during setStyle ([#1920](https://github.com/ionic-team/capacitor-plugins/issues/1920)) ([f5ef4dc](https://github.com/ionic-team/capacitor-plugins/commit/f5ef4dc53279573d76c683dc2ac783f8d261a15b)) + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@6.0.0-alpha.1...@capacitor/keyboard@6.0.0-alpha.2) (2023-11-15) ### Bug Fixes diff --git a/keyboard/package.json b/keyboard/package.json index 97e41a2c9..b0a2d0ac1 100644 --- a/keyboard/package.json +++ b/keyboard/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/keyboard", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/local-notifications/CHANGELOG.md b/local-notifications/CHANGELOG.md index 0d1506d0b..818a358cf 100644 --- a/local-notifications/CHANGELOG.md +++ b/local-notifications/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@6.0.0-alpha.2...@capacitor/local-notifications@6.0.0-beta.0) (2023-12-13) + +### Features + +- **local-notifications:** Adding permissions for using SCHEDULE_EXACT_ALARM in Android 14 ([#1840](https://github.com/ionic-team/capacitor-plugins/issues/1840)) ([55c31e8](https://github.com/ionic-team/capacitor-plugins/commit/55c31e897783a372527121b7b74e3bf138295a15)) + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@6.0.0-alpha.1...@capacitor/local-notifications@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/local-notifications diff --git a/local-notifications/package.json b/local-notifications/package.json index dda0f7b8b..5065bd72e 100644 --- a/local-notifications/package.json +++ b/local-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/local-notifications", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/motion/CHANGELOG.md b/motion/CHANGELOG.md index b919c7e61..f14b02368 100644 --- a/motion/CHANGELOG.md +++ b/motion/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@6.0.0-alpha.2...@capacitor/motion@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/motion + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@6.0.0-alpha.1...@capacitor/motion@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/motion diff --git a/motion/package.json b/motion/package.json index 666779375..1663def7b 100644 --- a/motion/package.json +++ b/motion/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/motion", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Motion API tracks accelerometer and device orientation (compass heading, etc.)", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/network/CHANGELOG.md b/network/CHANGELOG.md index 9b8a2e885..4403304b1 100644 --- a/network/CHANGELOG.md +++ b/network/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@6.0.0-alpha.2...@capacitor/network@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/network + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@6.0.0-alpha.1...@capacitor/network@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/network diff --git a/network/package.json b/network/package.json index 315c41070..a1f5a35d1 100644 --- a/network/package.json +++ b/network/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/network", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Network API provides network and connectivity information.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/preferences/CHANGELOG.md b/preferences/CHANGELOG.md index 52f8e8907..3638f4600 100644 --- a/preferences/CHANGELOG.md +++ b/preferences/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/preferences@6.0.0-alpha.2...@capacitor/preferences@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/preferences + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/preferences@6.0.0-alpha.1...@capacitor/preferences@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/preferences diff --git a/preferences/package.json b/preferences/package.json index ab1def6ca..66ebb711b 100644 --- a/preferences/package.json +++ b/preferences/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/preferences", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Preferences API provides a simple key/value persistent store for lightweight data.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/push-notifications/CHANGELOG.md b/push-notifications/CHANGELOG.md index 7f1a65d15..fbad01e69 100644 --- a/push-notifications/CHANGELOG.md +++ b/push-notifications/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@6.0.0-alpha.2...@capacitor/push-notifications@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/push-notifications + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@6.0.0-alpha.1...@capacitor/push-notifications@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/push-notifications diff --git a/push-notifications/package.json b/push-notifications/package.json index 3e9d95317..39233513e 100644 --- a/push-notifications/package.json +++ b/push-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/push-notifications", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Push Notifications API provides access to native push notifications.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/screen-orientation/CHANGELOG.md b/screen-orientation/CHANGELOG.md index 73aebc7b6..fce38699c 100644 --- a/screen-orientation/CHANGELOG.md +++ b/screen-orientation/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-orientation@6.0.0-alpha.2...@capacitor/screen-orientation@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/screen-orientation + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-orientation@6.0.0-alpha.1...@capacitor/screen-orientation@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/screen-orientation diff --git a/screen-orientation/package.json b/screen-orientation/package.json index 31c3d1b15..979ff176a 100644 --- a/screen-orientation/package.json +++ b/screen-orientation/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/screen-orientation", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Screen Orientation API provides methods to lock and unlock the screen orientation.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/screen-reader/CHANGELOG.md b/screen-reader/CHANGELOG.md index a5dde343e..9ef3761d0 100644 --- a/screen-reader/CHANGELOG.md +++ b/screen-reader/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@6.0.0-alpha.2...@capacitor/screen-reader@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/screen-reader + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@6.0.0-alpha.1...@capacitor/screen-reader@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/screen-reader diff --git a/screen-reader/package.json b/screen-reader/package.json index d3b92e488..9fa110e53 100644 --- a/screen-reader/package.json +++ b/screen-reader/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/screen-reader", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Screen Reader API provides access to TalkBack/VoiceOver/etc. and provides simple text-to-speech capabilities for visual accessibility.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/share/CHANGELOG.md b/share/CHANGELOG.md index e7052c026..741b20979 100644 --- a/share/CHANGELOG.md +++ b/share/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@6.0.0-alpha.2...@capacitor/share@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/share + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@6.0.0-alpha.1...@capacitor/share@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/share diff --git a/share/package.json b/share/package.json index 424a141c1..fb4143620 100644 --- a/share/package.json +++ b/share/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/share", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Share API provides methods for sharing content in any sharing-enabled apps the user may have installed.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/splash-screen/CHANGELOG.md b/splash-screen/CHANGELOG.md index d19ccc3c1..28160dd53 100644 --- a/splash-screen/CHANGELOG.md +++ b/splash-screen/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@6.0.0-alpha.2...@capacitor/splash-screen@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/splash-screen + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@6.0.0-alpha.1...@capacitor/splash-screen@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/splash-screen diff --git a/splash-screen/package.json b/splash-screen/package.json index 532bbf83c..dfe0d1868 100644 --- a/splash-screen/package.json +++ b/splash-screen/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/splash-screen", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Splash Screen API provides methods for showing or hiding a Splash image.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/status-bar/CHANGELOG.md b/status-bar/CHANGELOG.md index 53334aac4..3ba66e49e 100644 --- a/status-bar/CHANGELOG.md +++ b/status-bar/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@6.0.0-alpha.2...@capacitor/status-bar@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/status-bar + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@6.0.0-alpha.1...@capacitor/status-bar@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/status-bar diff --git a/status-bar/package.json b/status-bar/package.json index 3a0c27051..d0e0556d4 100644 --- a/status-bar/package.json +++ b/status-bar/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/status-bar", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The StatusBar API Provides methods for configuring the style of the Status Bar, along with showing or hiding it.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/text-zoom/CHANGELOG.md b/text-zoom/CHANGELOG.md index 36da854cb..a51fc0436 100644 --- a/text-zoom/CHANGELOG.md +++ b/text-zoom/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@6.0.0-alpha.2...@capacitor/text-zoom@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/text-zoom + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@6.0.0-alpha.1...@capacitor/text-zoom@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/text-zoom diff --git a/text-zoom/package.json b/text-zoom/package.json index b62423d52..4ba572ac9 100644 --- a/text-zoom/package.json +++ b/text-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/text-zoom", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Text Zoom API provides the ability to change Web View text size for visual accessibility.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/toast/CHANGELOG.md b/toast/CHANGELOG.md index 3e389d227..be16a4c5b 100644 --- a/toast/CHANGELOG.md +++ b/toast/CHANGELOG.md @@ -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-beta.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/toast@6.0.0-alpha.2...@capacitor/toast@6.0.0-beta.0) (2023-12-13) + +**Note:** Version bump only for package @capacitor/toast + # [6.0.0-alpha.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/toast@6.0.0-alpha.1...@capacitor/toast@6.0.0-alpha.2) (2023-11-15) **Note:** Version bump only for package @capacitor/toast diff --git a/toast/package.json b/toast/package.json index defe6d71e..82bc19615 100644 --- a/toast/package.json +++ b/toast/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/toast", - "version": "6.0.0-alpha.2", + "version": "6.0.0-beta.0", "description": "The Toast API provides a notification pop up for displaying important information to a user. Just like real toast!", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",