diff --git a/action-sheet/CHANGELOG.md b/action-sheet/CHANGELOG.md index 053bf745b..f4c43599b 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.0-rc.0...@capacitor/action-sheet@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/action-sheet + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.0-alpha.2...@capacitor/action-sheet@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/action-sheet diff --git a/action-sheet/package.json b/action-sheet/package.json index 6312cadda..78a0349c3 100644 --- a/action-sheet/package.json +++ b/action-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/action-sheet", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/app-launcher/CHANGELOG.md b/app-launcher/CHANGELOG.md index d31dea61a..c5c399789 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@7.0.0-rc.0...@capacitor/app-launcher@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/app-launcher + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@7.0.0-alpha.2...@capacitor/app-launcher@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/app-launcher diff --git a/app-launcher/package.json b/app-launcher/package.json index b66f65feb..e6ebb70c6 100644 --- a/app-launcher/package.json +++ b/app-launcher/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/app-launcher", - "version": "7.0.0-rc.0", + "version": "7.0.0", "description": "The AppLauncher API allows to open other apps", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 6b350a6ab..f6b0b7600 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@7.0.0-rc.0...@capacitor/app@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/app + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@7.0.0-alpha.2...@capacitor/app@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/app diff --git a/app/package.json b/app/package.json index b7bc82594..b6604c75e 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/app", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/browser/CHANGELOG.md b/browser/CHANGELOG.md index 1f2b485ca..4a9810362 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. +# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@7.0.0-rc.0...@capacitor/browser@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/browser + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@7.0.0-alpha.2...@capacitor/browser@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/browser diff --git a/browser/package.json b/browser/package.json index e18fa51c8..9f1e94e53 100644 --- a/browser/package.json +++ b/browser/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/browser", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/camera/CHANGELOG.md b/camera/CHANGELOG.md index d7a462429..df1c9fc85 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. +# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@7.0.0-rc.0...@capacitor/camera@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/camera + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@7.0.0-alpha.2...@capacitor/camera@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/camera diff --git a/camera/package.json b/camera/package.json index e4b194aae..fd663f8bd 100644 --- a/camera/package.json +++ b/camera/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/camera", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/clipboard/CHANGELOG.md b/clipboard/CHANGELOG.md index 724542267..9391600ba 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@7.0.0-rc.0...@capacitor/clipboard@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/clipboard + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@7.0.0-alpha.2...@capacitor/clipboard@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/clipboard diff --git a/clipboard/package.json b/clipboard/package.json index c62e25cbb..6f2372ccb 100644 --- a/clipboard/package.json +++ b/clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/clipboard", - "version": "7.0.0-rc.0", + "version": "7.0.0", "description": "The Clipboard API enables copy and pasting to/from the system clipboard.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/device/CHANGELOG.md b/device/CHANGELOG.md index 7dfa9acbf..a23878616 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@7.0.0-rc.0...@capacitor/device@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/device + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@7.0.0-alpha.2...@capacitor/device@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/device diff --git a/device/package.json b/device/package.json index 9efae91ee..43f93daf6 100644 --- a/device/package.json +++ b/device/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/device", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -67,7 +67,7 @@ "uvu": "^0.5.1" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/dialog/CHANGELOG.md b/dialog/CHANGELOG.md index f2e12e948..069af00d3 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@7.0.0-rc.0...@capacitor/dialog@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/dialog + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@7.0.0-alpha.2...@capacitor/dialog@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/dialog diff --git a/dialog/package.json b/dialog/package.json index 210c82a51..6aa19c390 100644 --- a/dialog/package.json +++ b/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/dialog", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/filesystem/CHANGELOG.md b/filesystem/CHANGELOG.md index a6b78f4bd..ab175839c 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@7.0.0-rc.0...@capacitor/filesystem@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/filesystem + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@7.0.0-alpha.2...@capacitor/filesystem@7.0.0-rc.0) (2025-01-13) ### Bug Fixes diff --git a/filesystem/package.json b/filesystem/package.json index 401a61de7..d329e0f2b 100644 --- a/filesystem/package.json +++ b/filesystem/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/filesystem", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/geolocation/CHANGELOG.md b/geolocation/CHANGELOG.md index b8d60abf9..473cfe480 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. +# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@7.0.0-rc.0...@capacitor/geolocation@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/geolocation + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@7.0.0-alpha.2...@capacitor/geolocation@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/geolocation diff --git a/geolocation/package.json b/geolocation/package.json index 12e20b3a0..12ce183af 100644 --- a/geolocation/package.json +++ b/geolocation/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/geolocation", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/haptics/CHANGELOG.md b/haptics/CHANGELOG.md index dd4c030ed..23b92b2a2 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@7.0.0-rc.0...@capacitor/haptics@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/haptics + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@7.0.0-alpha.2...@capacitor/haptics@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/haptics diff --git a/haptics/package.json b/haptics/package.json index 2d4381eef..451a782ce 100644 --- a/haptics/package.json +++ b/haptics/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/haptics", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/keyboard/CHANGELOG.md b/keyboard/CHANGELOG.md index 2661fe107..8db42418d 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@7.0.0-rc.0...@capacitor/keyboard@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/keyboard + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@7.0.0-alpha.2...@capacitor/keyboard@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/keyboard diff --git a/keyboard/package.json b/keyboard/package.json index 85bbfd8ed..ec5b6741b 100644 --- a/keyboard/package.json +++ b/keyboard/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/keyboard", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -64,7 +64,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/local-notifications/CHANGELOG.md b/local-notifications/CHANGELOG.md index 868970617..9b75ebba6 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@7.0.0-rc.0...@capacitor/local-notifications@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/local-notifications + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@7.0.0-alpha.2...@capacitor/local-notifications@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/local-notifications diff --git a/local-notifications/package.json b/local-notifications/package.json index b689e8af4..c0693afca 100644 --- a/local-notifications/package.json +++ b/local-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/local-notifications", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -64,7 +64,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/motion/CHANGELOG.md b/motion/CHANGELOG.md index d1c7c762c..0e9d239bb 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@7.0.0-rc.0...@capacitor/motion@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/motion + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@7.0.0-alpha.2...@capacitor/motion@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/motion diff --git a/motion/package.json b/motion/package.json index 56b2b347f..f7c4956f6 100644 --- a/motion/package.json +++ b/motion/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/motion", - "version": "7.0.0-rc.0", + "version": "7.0.0", "description": "The Motion API tracks accelerometer and device orientation (compass heading, etc.)", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", @@ -53,7 +53,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "eslintConfig": { diff --git a/network/CHANGELOG.md b/network/CHANGELOG.md index 8f714dea1..de0c0dcb9 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@7.0.0-rc.0...@capacitor/network@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/network + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@7.0.0-alpha.2...@capacitor/network@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/network diff --git a/network/package.json b/network/package.json index 2b9a38bbd..bda3769e8 100644 --- a/network/package.json +++ b/network/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/network", - "version": "7.0.0-rc.0", + "version": "7.0.0", "description": "The Network API provides network and connectivity information.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/preferences/CHANGELOG.md b/preferences/CHANGELOG.md index 9083e1ec1..8a6fc4c7d 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/preferences@7.0.0-rc.0...@capacitor/preferences@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/preferences + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/preferences@7.0.0-alpha.2...@capacitor/preferences@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/preferences diff --git a/preferences/package.json b/preferences/package.json index 612ada516..916b5d287 100644 --- a/preferences/package.json +++ b/preferences/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/preferences", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/push-notifications/CHANGELOG.md b/push-notifications/CHANGELOG.md index a6572cf34..12e06a288 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@7.0.0-rc.0...@capacitor/push-notifications@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/push-notifications + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@7.0.0-alpha.2...@capacitor/push-notifications@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/push-notifications diff --git a/push-notifications/package.json b/push-notifications/package.json index 906f6b523..ee09cbc32 100644 --- a/push-notifications/package.json +++ b/push-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/push-notifications", - "version": "7.0.0-rc.0", + "version": "7.0.0", "description": "The Push Notifications API provides access to native push notifications.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", @@ -64,7 +64,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/screen-orientation/CHANGELOG.md b/screen-orientation/CHANGELOG.md index a8c2d161f..0b30def94 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-orientation@7.0.0-rc.0...@capacitor/screen-orientation@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/screen-orientation + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-orientation@7.0.0-alpha.2...@capacitor/screen-orientation@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/screen-orientation diff --git a/screen-orientation/package.json b/screen-orientation/package.json index 4a63f408e..3646a9e0d 100644 --- a/screen-orientation/package.json +++ b/screen-orientation/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/screen-orientation", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/screen-reader/CHANGELOG.md b/screen-reader/CHANGELOG.md index 223936a77..6257874bf 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@7.0.0-rc.0...@capacitor/screen-reader@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/screen-reader + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@7.0.0-alpha.2...@capacitor/screen-reader@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/screen-reader diff --git a/screen-reader/package.json b/screen-reader/package.json index a1481a1e2..bb5cf7621 100644 --- a/screen-reader/package.json +++ b/screen-reader/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/screen-reader", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/share/CHANGELOG.md b/share/CHANGELOG.md index 6e59ef88d..280f8fb27 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@7.0.0-rc.0...@capacitor/share@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/share + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@7.0.0-alpha.2...@capacitor/share@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/share diff --git a/share/package.json b/share/package.json index c25fee84e..1de78e513 100644 --- a/share/package.json +++ b/share/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/share", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/splash-screen/CHANGELOG.md b/splash-screen/CHANGELOG.md index b7af7a3ae..5028eeb0d 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@7.0.0-rc.0...@capacitor/splash-screen@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/splash-screen + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@7.0.0-alpha.2...@capacitor/splash-screen@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/splash-screen diff --git a/splash-screen/package.json b/splash-screen/package.json index 921cbcdf7..9a87b40b2 100644 --- a/splash-screen/package.json +++ b/splash-screen/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/splash-screen", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -64,7 +64,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/status-bar/CHANGELOG.md b/status-bar/CHANGELOG.md index ea9b4cdeb..c8acda845 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. +# [7.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@7.0.0-rc.0...@capacitor/status-bar@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/status-bar + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@7.0.0-alpha.2...@capacitor/status-bar@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/status-bar diff --git a/status-bar/package.json b/status-bar/package.json index 023a269ef..01a4b5781 100644 --- a/status-bar/package.json +++ b/status-bar/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/status-bar", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/text-zoom/CHANGELOG.md b/text-zoom/CHANGELOG.md index e8ff4bed1..55ef0a31b 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@7.0.0-rc.0...@capacitor/text-zoom@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/text-zoom + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@7.0.0-alpha.2...@capacitor/text-zoom@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/text-zoom diff --git a/text-zoom/package.json b/text-zoom/package.json index 49769d406..64f29552c 100644 --- a/text-zoom/package.json +++ b/text-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/text-zoom", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/toast/CHANGELOG.md b/toast/CHANGELOG.md index 47f0b2cda..504183f64 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](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/toast@7.0.0-rc.0...@capacitor/toast@7.0.0) (2025-01-20) + +**Note:** Version bump only for package @capacitor/toast + # [7.0.0-rc.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/toast@7.0.0-alpha.2...@capacitor/toast@7.0.0-rc.0) (2025-01-13) **Note:** Version bump only for package @capacitor/toast diff --git a/toast/package.json b/toast/package.json index 4fe7bda3d..38a68dc62 100644 --- a/toast/package.json +++ b/toast/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/toast", - "version": "7.0.0-rc.0", + "version": "7.0.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", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": ">=7.0.0-rc.0" + "@capacitor/core": ">=7.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config",