From 6a320afab77696b31bac6b0fd708e053484e7402 Mon Sep 17 00:00:00 2001 From: "Github Workflow (on behalf of IT-MikeS)" Date: Fri, 5 May 2023 14:06:07 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @capacitor/action-sheet@5.0.1 - @capacitor/app@5.0.1 - @capacitor/app-launcher@5.0.1 - @capacitor/browser@5.0.1 - @capacitor/camera@5.0.1 - @capacitor/clipboard@5.0.1 - @capacitor/device@5.0.1 - @capacitor/dialog@5.0.1 - @capacitor/filesystem@5.0.1 - @capacitor/geolocation@5.0.1 - @capacitor/google-maps@5.0.1 - @capacitor/haptics@5.0.1 - @capacitor/keyboard@5.0.1 - @capacitor/local-notifications@5.0.1 - @capacitor/motion@5.0.1 - @capacitor/network@5.0.1 - @capacitor/preferences@5.0.1 - @capacitor/push-notifications@5.0.1 - @capacitor/screen-orientation@5.0.1 - @capacitor/screen-reader@5.0.1 - @capacitor/share@5.0.1 - @capacitor/splash-screen@5.0.1 - @capacitor/status-bar@5.0.1 - @capacitor/text-zoom@5.0.1 - @capacitor/toast@5.0.1 --- action-sheet/CHANGELOG.md | 11 +++++++++++ action-sheet/package.json | 2 +- app-launcher/CHANGELOG.md | 11 +++++++++++ app-launcher/package.json | 2 +- app/CHANGELOG.md | 11 +++++++++++ app/package.json | 2 +- browser/CHANGELOG.md | 11 +++++++++++ browser/package.json | 2 +- camera/CHANGELOG.md | 11 +++++++++++ camera/package.json | 2 +- clipboard/CHANGELOG.md | 11 +++++++++++ clipboard/package.json | 2 +- device/CHANGELOG.md | 11 +++++++++++ device/package.json | 2 +- dialog/CHANGELOG.md | 11 +++++++++++ dialog/package.json | 2 +- filesystem/CHANGELOG.md | 12 ++++++++++++ filesystem/package.json | 2 +- geolocation/CHANGELOG.md | 12 ++++++++++++ geolocation/package.json | 2 +- google-maps/CHANGELOG.md | 11 +++++++++++ google-maps/package.json | 2 +- haptics/CHANGELOG.md | 11 +++++++++++ haptics/package.json | 2 +- keyboard/CHANGELOG.md | 11 +++++++++++ keyboard/package.json | 2 +- local-notifications/CHANGELOG.md | 11 +++++++++++ local-notifications/package.json | 2 +- motion/CHANGELOG.md | 11 +++++++++++ motion/package.json | 2 +- network/CHANGELOG.md | 11 +++++++++++ network/package.json | 2 +- preferences/CHANGELOG.md | 11 +++++++++++ preferences/package.json | 2 +- push-notifications/CHANGELOG.md | 11 +++++++++++ push-notifications/package.json | 2 +- screen-orientation/CHANGELOG.md | 11 +++++++++++ screen-orientation/package.json | 2 +- screen-reader/CHANGELOG.md | 11 +++++++++++ screen-reader/package.json | 2 +- share/CHANGELOG.md | 11 +++++++++++ share/package.json | 2 +- splash-screen/CHANGELOG.md | 11 +++++++++++ splash-screen/package.json | 2 +- status-bar/CHANGELOG.md | 11 +++++++++++ status-bar/package.json | 2 +- text-zoom/CHANGELOG.md | 11 +++++++++++ text-zoom/package.json | 2 +- toast/CHANGELOG.md | 11 +++++++++++ toast/package.json | 2 +- 50 files changed, 302 insertions(+), 25 deletions(-) diff --git a/action-sheet/CHANGELOG.md b/action-sheet/CHANGELOG.md index db721ef69..0a74ae8e1 100644 --- a/action-sheet/CHANGELOG.md +++ b/action-sheet/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@5.0.0...@capacitor/action-sheet@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@5.0.0-beta.1...@capacitor/action-sheet@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/action-sheet diff --git a/action-sheet/package.json b/action-sheet/package.json index d95eb1812..1b188b997 100644 --- a/action-sheet/package.json +++ b/action-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/action-sheet", - "version": "5.0.0", + "version": "5.0.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 4a0e37d29..3d01d8896 100644 --- a/app-launcher/CHANGELOG.md +++ b/app-launcher/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@5.0.0...@capacitor/app-launcher@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@5.0.0-beta.1...@capacitor/app-launcher@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/app-launcher diff --git a/app-launcher/package.json b/app-launcher/package.json index 8665cc71f..7f9646c33 100644 --- a/app-launcher/package.json +++ b/app-launcher/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/app-launcher", - "version": "5.0.0", + "version": "5.0.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 6c30dfa5f..f2c18c3e3 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@5.0.0...@capacitor/app@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@5.0.0-beta.1...@capacitor/app@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/app diff --git a/app/package.json b/app/package.json index ce42263fb..b8129c5d2 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/app", - "version": "5.0.0", + "version": "5.0.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 ff1826986..2a7a76067 100644 --- a/browser/CHANGELOG.md +++ b/browser/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@5.0.0...@capacitor/browser@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@5.0.0-beta.1...@capacitor/browser@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/browser diff --git a/browser/package.json b/browser/package.json index 18a816bc2..4b711114a 100644 --- a/browser/package.json +++ b/browser/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/browser", - "version": "5.0.0", + "version": "5.0.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 81adcf2ca..3b356778c 100644 --- a/camera/CHANGELOG.md +++ b/camera/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@5.0.0...@capacitor/camera@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@5.0.0-beta.1...@capacitor/camera@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/camera diff --git a/camera/package.json b/camera/package.json index 8213f9993..a58f9cfa4 100644 --- a/camera/package.json +++ b/camera/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/camera", - "version": "5.0.0", + "version": "5.0.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 4caecf957..be485d253 100644 --- a/clipboard/CHANGELOG.md +++ b/clipboard/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@5.0.0...@capacitor/clipboard@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@5.0.0-beta.1...@capacitor/clipboard@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/clipboard diff --git a/clipboard/package.json b/clipboard/package.json index 2287f1f77..896f51c7d 100644 --- a/clipboard/package.json +++ b/clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/clipboard", - "version": "5.0.0", + "version": "5.0.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 c4a1a3a83..9297d2047 100644 --- a/device/CHANGELOG.md +++ b/device/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@5.0.0...@capacitor/device@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@5.0.0-beta.1...@capacitor/device@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/device diff --git a/device/package.json b/device/package.json index b1a10dafb..9f62db168 100644 --- a/device/package.json +++ b/device/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/device", - "version": "5.0.0", + "version": "5.0.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 bbdc5e496..5d628e9b2 100644 --- a/dialog/CHANGELOG.md +++ b/dialog/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@5.0.0...@capacitor/dialog@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@5.0.0-beta.1...@capacitor/dialog@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/dialog diff --git a/dialog/package.json b/dialog/package.json index 3b16a06cb..7f3291fc1 100644 --- a/dialog/package.json +++ b/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/dialog", - "version": "5.0.0", + "version": "5.0.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 7dfb409f1..6df4b41d6 100644 --- a/filesystem/CHANGELOG.md +++ b/filesystem/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@5.0.0...@capacitor/filesystem@5.0.1) (2023-05-05) + + +### Bug Fixes + +* **android:** add appCompat libraries for maven releases ([#1577](https://github.com/ionic-team/capacitor-plugins/issues/1577)) ([8a2e0ea](https://github.com/ionic-team/capacitor-plugins/commit/8a2e0ea96538a46bde299a864dba760c6e2eba68)) +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@5.0.0-beta.1...@capacitor/filesystem@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/filesystem diff --git a/filesystem/package.json b/filesystem/package.json index f8848445d..7981d68e8 100644 --- a/filesystem/package.json +++ b/filesystem/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/filesystem", - "version": "5.0.0", + "version": "5.0.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 e85fc0f7d..c22a8ae29 100644 --- a/geolocation/CHANGELOG.md +++ b/geolocation/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@5.0.0...@capacitor/geolocation@5.0.1) (2023-05-05) + + +### Bug Fixes + +* **android:** add appCompat libraries for maven releases ([#1577](https://github.com/ionic-team/capacitor-plugins/issues/1577)) ([8a2e0ea](https://github.com/ionic-team/capacitor-plugins/commit/8a2e0ea96538a46bde299a864dba760c6e2eba68)) +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@5.0.0-beta.1...@capacitor/geolocation@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/geolocation diff --git a/geolocation/package.json b/geolocation/package.json index ec3f75d10..8e63b974a 100644 --- a/geolocation/package.json +++ b/geolocation/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/geolocation", - "version": "5.0.0", + "version": "5.0.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/google-maps/CHANGELOG.md b/google-maps/CHANGELOG.md index 1909f073a..0fdd453bf 100644 --- a/google-maps/CHANGELOG.md +++ b/google-maps/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/google-maps@5.0.0...@capacitor/google-maps@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/google-maps@5.0.0-beta.1...@capacitor/google-maps@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/google-maps diff --git a/google-maps/package.json b/google-maps/package.json index fa98c7c48..15714b8b5 100644 --- a/google-maps/package.json +++ b/google-maps/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/google-maps", - "version": "5.0.0", + "version": "5.0.1", "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 7ed0e9bc2..e43d0848f 100644 --- a/haptics/CHANGELOG.md +++ b/haptics/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@5.0.0...@capacitor/haptics@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@5.0.0-beta.1...@capacitor/haptics@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/haptics diff --git a/haptics/package.json b/haptics/package.json index a8819ec7d..95a070ba8 100644 --- a/haptics/package.json +++ b/haptics/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/haptics", - "version": "5.0.0", + "version": "5.0.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 2c763131e..e61c26433 100644 --- a/keyboard/CHANGELOG.md +++ b/keyboard/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@5.0.0...@capacitor/keyboard@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@5.0.0-beta.1...@capacitor/keyboard@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/keyboard diff --git a/keyboard/package.json b/keyboard/package.json index f29b57bc1..2260f57f6 100644 --- a/keyboard/package.json +++ b/keyboard/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/keyboard", - "version": "5.0.0", + "version": "5.0.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 c673efd48..4ff7efe4e 100644 --- a/local-notifications/CHANGELOG.md +++ b/local-notifications/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@5.0.0...@capacitor/local-notifications@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@5.0.0-beta.1...@capacitor/local-notifications@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/local-notifications diff --git a/local-notifications/package.json b/local-notifications/package.json index 78e3080fe..79a99b9ac 100644 --- a/local-notifications/package.json +++ b/local-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/local-notifications", - "version": "5.0.0", + "version": "5.0.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 280c9b862..2b5c2a57d 100644 --- a/motion/CHANGELOG.md +++ b/motion/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@5.0.0...@capacitor/motion@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@5.0.0-beta.1...@capacitor/motion@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/motion diff --git a/motion/package.json b/motion/package.json index d1af88998..4d2947298 100644 --- a/motion/package.json +++ b/motion/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/motion", - "version": "5.0.0", + "version": "5.0.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 73714d34f..51442a5f6 100644 --- a/network/CHANGELOG.md +++ b/network/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@5.0.0...@capacitor/network@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@5.0.0-beta.1...@capacitor/network@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/network diff --git a/network/package.json b/network/package.json index a79819b42..be340c6f3 100644 --- a/network/package.json +++ b/network/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/network", - "version": "5.0.0", + "version": "5.0.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 8fe8b38e5..9683f12cf 100644 --- a/preferences/CHANGELOG.md +++ b/preferences/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/preferences@5.0.0...@capacitor/preferences@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/preferences@5.0.0-beta.1...@capacitor/preferences@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/preferences diff --git a/preferences/package.json b/preferences/package.json index 827e0f2f5..b97368bb5 100644 --- a/preferences/package.json +++ b/preferences/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/preferences", - "version": "5.0.0", + "version": "5.0.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 6b4d0b2ab..64689ace1 100644 --- a/push-notifications/CHANGELOG.md +++ b/push-notifications/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@5.0.0...@capacitor/push-notifications@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@5.0.0-beta.1...@capacitor/push-notifications@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/push-notifications diff --git a/push-notifications/package.json b/push-notifications/package.json index 564d0e0c1..297edfc62 100644 --- a/push-notifications/package.json +++ b/push-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/push-notifications", - "version": "5.0.0", + "version": "5.0.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 738e9ac8a..5e0a48544 100644 --- a/screen-orientation/CHANGELOG.md +++ b/screen-orientation/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-orientation@5.0.0...@capacitor/screen-orientation@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-orientation@5.0.0-beta.1...@capacitor/screen-orientation@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/screen-orientation diff --git a/screen-orientation/package.json b/screen-orientation/package.json index 7c47b155e..728cced1e 100644 --- a/screen-orientation/package.json +++ b/screen-orientation/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/screen-orientation", - "version": "5.0.0", + "version": "5.0.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 17ea380c6..4e6d37f51 100644 --- a/screen-reader/CHANGELOG.md +++ b/screen-reader/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@5.0.0...@capacitor/screen-reader@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@5.0.0-beta.1...@capacitor/screen-reader@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/screen-reader diff --git a/screen-reader/package.json b/screen-reader/package.json index 40779dcfe..c298aad6d 100644 --- a/screen-reader/package.json +++ b/screen-reader/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/screen-reader", - "version": "5.0.0", + "version": "5.0.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 73d51e947..50c2f1026 100644 --- a/share/CHANGELOG.md +++ b/share/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@5.0.0...@capacitor/share@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@5.0.0-beta.1...@capacitor/share@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/share diff --git a/share/package.json b/share/package.json index 69600ed76..f3b353bd2 100644 --- a/share/package.json +++ b/share/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/share", - "version": "5.0.0", + "version": "5.0.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 7becc7cc1..e23a8aa50 100644 --- a/splash-screen/CHANGELOG.md +++ b/splash-screen/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@5.0.0...@capacitor/splash-screen@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@5.0.0-beta.1...@capacitor/splash-screen@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/splash-screen diff --git a/splash-screen/package.json b/splash-screen/package.json index 0f16a3de4..9fc069c78 100644 --- a/splash-screen/package.json +++ b/splash-screen/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/splash-screen", - "version": "5.0.0", + "version": "5.0.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 a9a32bb1f..127b1ddb8 100644 --- a/status-bar/CHANGELOG.md +++ b/status-bar/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@5.0.0...@capacitor/status-bar@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@5.0.0-beta.1...@capacitor/status-bar@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/status-bar diff --git a/status-bar/package.json b/status-bar/package.json index 0f336b434..dfa3e2c63 100644 --- a/status-bar/package.json +++ b/status-bar/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/status-bar", - "version": "5.0.0", + "version": "5.0.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 203d652f1..5ed254c78 100644 --- a/text-zoom/CHANGELOG.md +++ b/text-zoom/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@5.0.0...@capacitor/text-zoom@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@5.0.0-beta.1...@capacitor/text-zoom@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/text-zoom diff --git a/text-zoom/package.json b/text-zoom/package.json index dd5ddeef8..0feac7da0 100644 --- a/text-zoom/package.json +++ b/text-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/text-zoom", - "version": "5.0.0", + "version": "5.0.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 26deb5d57..d2813b3be 100644 --- a/toast/CHANGELOG.md +++ b/toast/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/toast@5.0.0...@capacitor/toast@5.0.1) (2023-05-05) + + +### Bug Fixes + +* Use Capacitor 5 final ([#1574](https://github.com/ionic-team/capacitor-plugins/issues/1574)) ([139c18b](https://github.com/ionic-team/capacitor-plugins/commit/139c18b86a11d31246e952d1a74335ff8ce5dbc2)) + + + + + # [5.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/toast@5.0.0-beta.1...@capacitor/toast@5.0.0) (2023-05-03) **Note:** Version bump only for package @capacitor/toast diff --git a/toast/package.json b/toast/package.json index df49dddad..f94e0e2f4 100644 --- a/toast/package.json +++ b/toast/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/toast", - "version": "5.0.0", + "version": "5.0.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",