diff --git a/action-sheet/CHANGELOG.md b/action-sheet/CHANGELOG.md index e204e1ebe..04699cda5 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@6.0.2...@capacitor/action-sheet@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/action-sheet + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@6.0.1...@capacitor/action-sheet@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/action-sheet diff --git a/action-sheet/package.json b/action-sheet/package.json index 39b8a403e..8fbdae9b6 100644 --- a/action-sheet/package.json +++ b/action-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/action-sheet", - "version": "7.0.0-alpha.0", + "version": "7.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", diff --git a/app-launcher/CHANGELOG.md b/app-launcher/CHANGELOG.md index fd58c732f..eb2e0b6c6 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@6.0.2...@capacitor/app-launcher@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/app-launcher + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@6.0.1...@capacitor/app-launcher@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/app-launcher diff --git a/app-launcher/package.json b/app-launcher/package.json index 845249951..18dcd27c0 100644 --- a/app-launcher/package.json +++ b/app-launcher/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/app-launcher", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 1dc964fb9..9a8e11b7a 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@6.0.1...@capacitor/app@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/app + ## [6.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@6.0.0...@capacitor/app@6.0.1) (2024-08-08) **Note:** Version bump only for package @capacitor/app diff --git a/app/package.json b/app/package.json index f730ce1a2..e5fea1309 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/app", - "version": "7.0.0-alpha.0", + "version": "7.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", diff --git a/browser/CHANGELOG.md b/browser/CHANGELOG.md index 97cd4698a..d37b7109b 100644 --- a/browser/CHANGELOG.md +++ b/browser/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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@6.0.2...@capacitor/browser@7.0.0-alpha.1) (2024-12-16) + +### Bug Fixes + +- **browser:** call notifyListeners only when browser is dismissed ([#2186](https://github.com/ionic-team/capacitor-plugins/issues/2186)) ([aaa8658](https://github.com/ionic-team/capacitor-plugins/commit/aaa8658eb65b6c95ae231a3ed1547f3f78cd2cac)) + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@6.0.1...@capacitor/browser@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/browser diff --git a/browser/package.json b/browser/package.json index b8d899028..99322de73 100644 --- a/browser/package.json +++ b/browser/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/browser", - "version": "7.0.0-alpha.0", + "version": "7.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", diff --git a/camera/CHANGELOG.md b/camera/CHANGELOG.md index 2731c6813..1af65282e 100644 --- a/camera/CHANGELOG.md +++ b/camera/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@6.0.2...@capacitor/camera@7.0.0-alpha.1) (2024-12-16) + +### Bug Fixes + +- **camera:** Android dialog not fully showing when in landscape ([#2276](https://github.com/ionic-team/capacitor-plugins/issues/2276)) ([123193b](https://github.com/ionic-team/capacitor-plugins/commit/123193b9cf19784c69e1fd382516a319779e36a5)) + +### Features + +- **camera:** only request permission to save to the gallery for Android <= 9 ([#2222](https://github.com/ionic-team/capacitor-plugins/issues/2222)) ([30da38e](https://github.com/ionic-team/capacitor-plugins/commit/30da38ee9a92da1c5bbeb301fa6371a43365dfeb)) + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@6.0.1...@capacitor/camera@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/camera diff --git a/camera/package.json b/camera/package.json index bbf2d7f36..f2624f8d0 100644 --- a/camera/package.json +++ b/camera/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/camera", - "version": "7.0.0-alpha.0", + "version": "7.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", diff --git a/clipboard/CHANGELOG.md b/clipboard/CHANGELOG.md index f71dbc046..b37135130 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@6.0.1...@capacitor/clipboard@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/clipboard + ## [6.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@6.0.0...@capacitor/clipboard@6.0.1) (2024-08-08) **Note:** Version bump only for package @capacitor/clipboard diff --git a/clipboard/package.json b/clipboard/package.json index 18c5d7654..35d132f6f 100644 --- a/clipboard/package.json +++ b/clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/clipboard", - "version": "7.0.0-alpha.0", + "version": "7.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", diff --git a/device/CHANGELOG.md b/device/CHANGELOG.md index 19ab6faf9..c9b23e89d 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@6.0.1...@capacitor/device@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/device + ## [6.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@6.0.0...@capacitor/device@6.0.1) (2024-08-08) **Note:** Version bump only for package @capacitor/device diff --git a/device/package.json b/device/package.json index 151e3976c..7a0031e8b 100644 --- a/device/package.json +++ b/device/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/device", - "version": "7.0.0-alpha.0", + "version": "7.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", diff --git a/dialog/CHANGELOG.md b/dialog/CHANGELOG.md index 3507ecbfe..740ff3c0c 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@6.0.1...@capacitor/dialog@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/dialog + ## [6.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@6.0.0...@capacitor/dialog@6.0.1) (2024-08-08) **Note:** Version bump only for package @capacitor/dialog diff --git a/dialog/package.json b/dialog/package.json index c2b5c97ec..5aad1c297 100644 --- a/dialog/package.json +++ b/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/dialog", - "version": "7.0.0-alpha.0", + "version": "7.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", diff --git a/filesystem/CHANGELOG.md b/filesystem/CHANGELOG.md index c3c1e11df..8a0f4e6d8 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@6.0.1...@capacitor/filesystem@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/filesystem + ## [6.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@6.0.0...@capacitor/filesystem@6.0.1) (2024-08-08) **Note:** Version bump only for package @capacitor/filesystem diff --git a/filesystem/package.json b/filesystem/package.json index ae1eb214c..b4d8d15c0 100644 --- a/filesystem/package.json +++ b/filesystem/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/filesystem", - "version": "7.0.0-alpha.0", + "version": "7.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", diff --git a/geolocation/CHANGELOG.md b/geolocation/CHANGELOG.md index 013d2c769..327574e2e 100644 --- a/geolocation/CHANGELOG.md +++ b/geolocation/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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@6.0.1...@capacitor/geolocation@7.0.0-alpha.1) (2024-12-16) + +### Features + +- **geolocation:** add `minimumUpdateInterval` parameter for `startWatch` ([#2272](https://github.com/ionic-team/capacitor-plugins/issues/2272)) ([c6ddc53](https://github.com/ionic-team/capacitor-plugins/commit/c6ddc53efb7eb2b3fc04fc9f2dc9660c9db1a464)) + ## [6.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@6.0.0...@capacitor/geolocation@6.0.1) (2024-08-08) **Note:** Version bump only for package @capacitor/geolocation diff --git a/geolocation/package.json b/geolocation/package.json index 691e1cd35..fae19e57c 100644 --- a/geolocation/package.json +++ b/geolocation/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/geolocation", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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/haptics/CHANGELOG.md b/haptics/CHANGELOG.md index 5813b7551..ed71b3a06 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@6.0.1...@capacitor/haptics@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/haptics + ## [6.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@6.0.0...@capacitor/haptics@6.0.1) (2024-08-08) **Note:** Version bump only for package @capacitor/haptics diff --git a/haptics/package.json b/haptics/package.json index 177571f72..d0e155c9d 100644 --- a/haptics/package.json +++ b/haptics/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/haptics", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 c345c01a1..df949e290 100644 --- a/keyboard/CHANGELOG.md +++ b/keyboard/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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@6.0.2...@capacitor/keyboard@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/keyboard + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@6.0.1...@capacitor/keyboard@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/keyboard diff --git a/keyboard/package.json b/keyboard/package.json index 6668c8551..d38e35c90 100644 --- a/keyboard/package.json +++ b/keyboard/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/keyboard", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 74d585565..d5cc75d4d 100644 --- a/local-notifications/CHANGELOG.md +++ b/local-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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@6.1.0...@capacitor/local-notifications@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/local-notifications + # [6.1.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@6.0.0...@capacitor/local-notifications@6.1.0) (2024-08-08) ### Features diff --git a/local-notifications/package.json b/local-notifications/package.json index e40c0d6a4..56b782aca 100644 --- a/local-notifications/package.json +++ b/local-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/local-notifications", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 2872ddc05..16c67689d 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@6.0.1...@capacitor/motion@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/motion + ## [6.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@6.0.0...@capacitor/motion@6.0.1) (2024-08-08) **Note:** Version bump only for package @capacitor/motion diff --git a/motion/package.json b/motion/package.json index 81244df44..cbb564117 100644 --- a/motion/package.json +++ b/motion/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/motion", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 c370c451f..119c84984 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@6.0.2...@capacitor/network@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/network + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@6.0.1...@capacitor/network@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/network diff --git a/network/package.json b/network/package.json index 564cbf724..a2f270a6e 100644 --- a/network/package.json +++ b/network/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/network", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 30cf73110..cfb8ea71c 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/preferences@6.0.2...@capacitor/preferences@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/preferences + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/preferences@6.0.1...@capacitor/preferences@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/preferences diff --git a/preferences/package.json b/preferences/package.json index 9682d44dc..7b77edfdb 100644 --- a/preferences/package.json +++ b/preferences/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/preferences", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 6013c7acf..fde23fef9 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@6.0.2...@capacitor/push-notifications@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/push-notifications + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@6.0.1...@capacitor/push-notifications@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/push-notifications diff --git a/push-notifications/package.json b/push-notifications/package.json index 7661e9cec..81583c139 100644 --- a/push-notifications/package.json +++ b/push-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/push-notifications", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 7c1388328..367914697 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-orientation@6.0.2...@capacitor/screen-orientation@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/screen-orientation + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-orientation@6.0.1...@capacitor/screen-orientation@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/screen-orientation diff --git a/screen-orientation/package.json b/screen-orientation/package.json index f507e7fe5..ec541dadf 100644 --- a/screen-orientation/package.json +++ b/screen-orientation/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/screen-orientation", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 0b675b390..6cee85d99 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@6.0.2...@capacitor/screen-reader@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/screen-reader + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@6.0.1...@capacitor/screen-reader@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/screen-reader diff --git a/screen-reader/package.json b/screen-reader/package.json index 13c20e59d..ba014d24f 100644 --- a/screen-reader/package.json +++ b/screen-reader/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/screen-reader", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 ade447aec..e5baf35c7 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@6.0.2...@capacitor/share@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/share + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@6.0.1...@capacitor/share@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/share diff --git a/share/package.json b/share/package.json index 460a3df05..729725a59 100644 --- a/share/package.json +++ b/share/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/share", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 37369108f..5ca9e5641 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@6.0.2...@capacitor/splash-screen@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/splash-screen + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@6.0.1...@capacitor/splash-screen@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/splash-screen diff --git a/splash-screen/package.json b/splash-screen/package.json index 957f30fd5..131830233 100644 --- a/splash-screen/package.json +++ b/splash-screen/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/splash-screen", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 1e91c97fc..6443a7397 100644 --- a/status-bar/CHANGELOG.md +++ b/status-bar/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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@6.0.1...@capacitor/status-bar@7.0.0-alpha.1) (2024-12-16) + +### Bug Fixes + +- **statusbar:** fix info when notify listeners ([#2247](https://github.com/ionic-team/capacitor-plugins/issues/2247)) ([af2317f](https://github.com/ionic-team/capacitor-plugins/commit/af2317f75f72d80308fac83ae65b7196cca98371)) + ## [6.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@6.0.0...@capacitor/status-bar@6.0.1) (2024-08-08) **Note:** Version bump only for package @capacitor/status-bar diff --git a/status-bar/package.json b/status-bar/package.json index 6642be573..6fba74347 100644 --- a/status-bar/package.json +++ b/status-bar/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/status-bar", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 356bbaba7..2fead3ff3 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@6.0.2...@capacitor/text-zoom@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/text-zoom + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@6.0.1...@capacitor/text-zoom@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/text-zoom diff --git a/text-zoom/package.json b/text-zoom/package.json index 2d352e1e1..1b94e1e6a 100644 --- a/text-zoom/package.json +++ b/text-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/text-zoom", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 3c50842de..6fea61737 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. +# [7.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/toast@6.0.2...@capacitor/toast@7.0.0-alpha.1) (2024-12-16) + +**Note:** Version bump only for package @capacitor/toast + ## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/toast@6.0.1...@capacitor/toast@6.0.2) (2024-08-08) **Note:** Version bump only for package @capacitor/toast diff --git a/toast/package.json b/toast/package.json index 9bb1b19c5..14e973102 100644 --- a/toast/package.json +++ b/toast/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/toast", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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",