From 5abe5f89b1303119dc38970138ea93c0f087d388 Mon Sep 17 00:00:00 2001 From: "Github Workflow (on behalf of IT-MikeS)" Date: Thu, 29 Jun 2023 17:14:03 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @capacitor/action-sheet@5.0.5 - @capacitor/app@5.0.5 - @capacitor/app-launcher@5.0.5 - @capacitor/browser@5.0.5 - @capacitor/camera@5.0.5 - @capacitor/clipboard@5.0.5 - @capacitor/device@5.0.5 - @capacitor/dialog@5.0.5 - @capacitor/filesystem@5.0.5 - @capacitor/geolocation@5.0.5 - @capacitor/google-maps@5.2.0 - @capacitor/haptics@5.0.5 - @capacitor/keyboard@5.0.5 - @capacitor/local-notifications@5.0.5 - @capacitor/motion@5.0.5 - @capacitor/network@5.0.5 - @capacitor/preferences@5.0.5 - @capacitor/push-notifications@5.0.5 - @capacitor/screen-orientation@5.0.5 - @capacitor/screen-reader@5.0.5 - @capacitor/share@5.0.5 - @capacitor/splash-screen@5.0.5 - @capacitor/status-bar@5.0.5 - @capacitor/text-zoom@5.0.5 - @capacitor/toast@5.0.5 --- action-sheet/CHANGELOG.md | 8 ++++++++ action-sheet/package.json | 2 +- app-launcher/CHANGELOG.md | 8 ++++++++ app-launcher/package.json | 2 +- app/CHANGELOG.md | 8 ++++++++ app/package.json | 2 +- browser/CHANGELOG.md | 8 ++++++++ browser/package.json | 2 +- camera/CHANGELOG.md | 8 ++++++++ camera/package.json | 2 +- clipboard/CHANGELOG.md | 8 ++++++++ clipboard/package.json | 2 +- device/CHANGELOG.md | 8 ++++++++ device/package.json | 2 +- dialog/CHANGELOG.md | 8 ++++++++ dialog/package.json | 2 +- filesystem/CHANGELOG.md | 8 ++++++++ filesystem/package.json | 2 +- geolocation/CHANGELOG.md | 8 ++++++++ geolocation/package.json | 2 +- google-maps/CHANGELOG.md | 16 ++++++++++++++++ google-maps/package.json | 2 +- haptics/CHANGELOG.md | 8 ++++++++ haptics/package.json | 2 +- keyboard/CHANGELOG.md | 8 ++++++++ keyboard/package.json | 2 +- local-notifications/CHANGELOG.md | 8 ++++++++ local-notifications/package.json | 2 +- motion/CHANGELOG.md | 8 ++++++++ motion/package.json | 2 +- network/CHANGELOG.md | 11 +++++++++++ network/package.json | 2 +- preferences/CHANGELOG.md | 8 ++++++++ preferences/package.json | 2 +- push-notifications/CHANGELOG.md | 8 ++++++++ push-notifications/package.json | 2 +- screen-orientation/CHANGELOG.md | 8 ++++++++ screen-orientation/package.json | 2 +- screen-reader/CHANGELOG.md | 8 ++++++++ screen-reader/package.json | 2 +- share/CHANGELOG.md | 8 ++++++++ share/package.json | 2 +- splash-screen/CHANGELOG.md | 8 ++++++++ splash-screen/package.json | 2 +- status-bar/CHANGELOG.md | 8 ++++++++ status-bar/package.json | 2 +- text-zoom/CHANGELOG.md | 8 ++++++++ text-zoom/package.json | 2 +- toast/CHANGELOG.md | 8 ++++++++ toast/package.json | 2 +- 50 files changed, 236 insertions(+), 25 deletions(-) diff --git a/action-sheet/CHANGELOG.md b/action-sheet/CHANGELOG.md index 0c3194247..41aca70ce 100644 --- a/action-sheet/CHANGELOG.md +++ b/action-sheet/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@5.0.4...@capacitor/action-sheet@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/action-sheet + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@5.0.3...@capacitor/action-sheet@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/action-sheet diff --git a/action-sheet/package.json b/action-sheet/package.json index 3a0df9cb3..ef755e868 100644 --- a/action-sheet/package.json +++ b/action-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/action-sheet", - "version": "5.0.4", + "version": "5.0.5", "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 c399c130e..273d8a9c8 100644 --- a/app-launcher/CHANGELOG.md +++ b/app-launcher/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@5.0.4...@capacitor/app-launcher@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/app-launcher + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@5.0.3...@capacitor/app-launcher@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/app-launcher diff --git a/app-launcher/package.json b/app-launcher/package.json index d57d15bb3..c08455832 100644 --- a/app-launcher/package.json +++ b/app-launcher/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/app-launcher", - "version": "5.0.4", + "version": "5.0.5", "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 53985d8d0..ffcd95e92 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@5.0.4...@capacitor/app@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/app + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@5.0.3...@capacitor/app@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/app diff --git a/app/package.json b/app/package.json index ef48f54c6..23cbd573f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/app", - "version": "5.0.4", + "version": "5.0.5", "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 8629af2a7..5c4e00112 100644 --- a/browser/CHANGELOG.md +++ b/browser/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@5.0.4...@capacitor/browser@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/browser + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@5.0.3...@capacitor/browser@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/browser diff --git a/browser/package.json b/browser/package.json index 4f7bf98d6..baeacdd0c 100644 --- a/browser/package.json +++ b/browser/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/browser", - "version": "5.0.4", + "version": "5.0.5", "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 427004278..413715cc3 100644 --- a/camera/CHANGELOG.md +++ b/camera/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@5.0.4...@capacitor/camera@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/camera + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@5.0.3...@capacitor/camera@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/camera diff --git a/camera/package.json b/camera/package.json index af2b559a0..a08daae6d 100644 --- a/camera/package.json +++ b/camera/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/camera", - "version": "5.0.4", + "version": "5.0.5", "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 b45417d01..1e4be3a94 100644 --- a/clipboard/CHANGELOG.md +++ b/clipboard/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@5.0.4...@capacitor/clipboard@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/clipboard + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@5.0.3...@capacitor/clipboard@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/clipboard diff --git a/clipboard/package.json b/clipboard/package.json index cff3f0762..d7606cff3 100644 --- a/clipboard/package.json +++ b/clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/clipboard", - "version": "5.0.4", + "version": "5.0.5", "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 08fa73402..8daad9ee9 100644 --- a/device/CHANGELOG.md +++ b/device/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@5.0.4...@capacitor/device@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/device + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@5.0.3...@capacitor/device@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/device diff --git a/device/package.json b/device/package.json index bce51cb7a..cd9beeb23 100644 --- a/device/package.json +++ b/device/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/device", - "version": "5.0.4", + "version": "5.0.5", "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 50b40db0b..5f4a75239 100644 --- a/dialog/CHANGELOG.md +++ b/dialog/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@5.0.4...@capacitor/dialog@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/dialog + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@5.0.3...@capacitor/dialog@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/dialog diff --git a/dialog/package.json b/dialog/package.json index d234bd8b0..fd1ca73e0 100644 --- a/dialog/package.json +++ b/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/dialog", - "version": "5.0.4", + "version": "5.0.5", "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 032c2e3bf..74bfffd1d 100644 --- a/filesystem/CHANGELOG.md +++ b/filesystem/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@5.0.4...@capacitor/filesystem@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/filesystem + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@5.0.3...@capacitor/filesystem@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/filesystem diff --git a/filesystem/package.json b/filesystem/package.json index 3b7845af7..155bff149 100644 --- a/filesystem/package.json +++ b/filesystem/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/filesystem", - "version": "5.0.4", + "version": "5.0.5", "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 357b78c37..1c6d5c4e0 100644 --- a/geolocation/CHANGELOG.md +++ b/geolocation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@5.0.4...@capacitor/geolocation@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/geolocation + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@5.0.3...@capacitor/geolocation@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/geolocation diff --git a/geolocation/package.json b/geolocation/package.json index 8899cf81b..b83120665 100644 --- a/geolocation/package.json +++ b/geolocation/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/geolocation", - "version": "5.0.4", + "version": "5.0.5", "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 783acc786..43c468268 100644 --- a/google-maps/CHANGELOG.md +++ b/google-maps/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/google-maps@5.1.2...@capacitor/google-maps@5.2.0) (2023-06-29) + + +### Bug Fixes + +* **google-maps:** Apply zIndex for marker in Android and default to 0 ([#1645](https://github.com/ionic-team/capacitor-plugins/issues/1645)) ([fc91569](https://github.com/ionic-team/capacitor-plugins/commit/fc91569dbfe8bee15c405e50d0720c112e2b4979)) + + +### Features + +* **google-maps:** add fitBounds to Map object ([f4ae690](https://github.com/ionic-team/capacitor-plugins/commit/f4ae690fbddfc2bad9a931d4a987499eed63a09b)) + + + + + ## [5.1.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/google-maps@5.1.1...@capacitor/google-maps@5.1.2) (2023-06-08) **Note:** Version bump only for package @capacitor/google-maps diff --git a/google-maps/package.json b/google-maps/package.json index 5242aaaf3..b82594227 100644 --- a/google-maps/package.json +++ b/google-maps/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/google-maps", - "version": "5.1.2", + "version": "5.2.0", "description": "Google maps on Capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/haptics/CHANGELOG.md b/haptics/CHANGELOG.md index 287f12aa5..fee4c6a3d 100644 --- a/haptics/CHANGELOG.md +++ b/haptics/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@5.0.4...@capacitor/haptics@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/haptics + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@5.0.3...@capacitor/haptics@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/haptics diff --git a/haptics/package.json b/haptics/package.json index f6dad6ff9..834a3d980 100644 --- a/haptics/package.json +++ b/haptics/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/haptics", - "version": "5.0.4", + "version": "5.0.5", "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 b3870442f..d5c4669ac 100644 --- a/keyboard/CHANGELOG.md +++ b/keyboard/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@5.0.4...@capacitor/keyboard@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/keyboard + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@5.0.3...@capacitor/keyboard@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/keyboard diff --git a/keyboard/package.json b/keyboard/package.json index dddf5595a..83b2d9149 100644 --- a/keyboard/package.json +++ b/keyboard/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/keyboard", - "version": "5.0.4", + "version": "5.0.5", "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 2ce7d1d7d..b5939127b 100644 --- a/local-notifications/CHANGELOG.md +++ b/local-notifications/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@5.0.4...@capacitor/local-notifications@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/local-notifications + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@5.0.3...@capacitor/local-notifications@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/local-notifications diff --git a/local-notifications/package.json b/local-notifications/package.json index bab025be1..f606706b1 100644 --- a/local-notifications/package.json +++ b/local-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/local-notifications", - "version": "5.0.4", + "version": "5.0.5", "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 1fc6ccc58..9996485cd 100644 --- a/motion/CHANGELOG.md +++ b/motion/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@5.0.4...@capacitor/motion@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/motion + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@5.0.3...@capacitor/motion@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/motion diff --git a/motion/package.json b/motion/package.json index df2f22ac4..c76f50cb1 100644 --- a/motion/package.json +++ b/motion/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/motion", - "version": "5.0.4", + "version": "5.0.5", "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 31cd79da1..051cc78b1 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.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@5.0.4...@capacitor/network@5.0.5) (2023-06-29) + + +### Bug Fixes + +* **network:** fire networkStatusChanged if network lost while app is paused ([#1655](https://github.com/ionic-team/capacitor-plugins/issues/1655)) ([6784a92](https://github.com/ionic-team/capacitor-plugins/commit/6784a923b0499e173226836d2bab7c22cddf283b)) + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@5.0.3...@capacitor/network@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/network diff --git a/network/package.json b/network/package.json index abfef35d5..74f68b91e 100644 --- a/network/package.json +++ b/network/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/network", - "version": "5.0.4", + "version": "5.0.5", "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 575ea1f1a..eb16c92ae 100644 --- a/preferences/CHANGELOG.md +++ b/preferences/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/preferences@5.0.4...@capacitor/preferences@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/preferences + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/preferences@5.0.3...@capacitor/preferences@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/preferences diff --git a/preferences/package.json b/preferences/package.json index 0f451644b..55b2b015a 100644 --- a/preferences/package.json +++ b/preferences/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/preferences", - "version": "5.0.4", + "version": "5.0.5", "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 eaa41820f..8074d82f4 100644 --- a/push-notifications/CHANGELOG.md +++ b/push-notifications/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@5.0.4...@capacitor/push-notifications@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/push-notifications + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@5.0.3...@capacitor/push-notifications@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/push-notifications diff --git a/push-notifications/package.json b/push-notifications/package.json index 54717bc5c..46f13f38c 100644 --- a/push-notifications/package.json +++ b/push-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/push-notifications", - "version": "5.0.4", + "version": "5.0.5", "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 4d236da38..505373169 100644 --- a/screen-orientation/CHANGELOG.md +++ b/screen-orientation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-orientation@5.0.4...@capacitor/screen-orientation@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/screen-orientation + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-orientation@5.0.3...@capacitor/screen-orientation@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/screen-orientation diff --git a/screen-orientation/package.json b/screen-orientation/package.json index c35adf6fc..fa258da5a 100644 --- a/screen-orientation/package.json +++ b/screen-orientation/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/screen-orientation", - "version": "5.0.4", + "version": "5.0.5", "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 e71309cac..ff9a530b2 100644 --- a/screen-reader/CHANGELOG.md +++ b/screen-reader/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@5.0.4...@capacitor/screen-reader@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/screen-reader + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@5.0.3...@capacitor/screen-reader@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/screen-reader diff --git a/screen-reader/package.json b/screen-reader/package.json index 1247a8fad..185cdcf21 100644 --- a/screen-reader/package.json +++ b/screen-reader/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/screen-reader", - "version": "5.0.4", + "version": "5.0.5", "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 cb8f59bfe..e3f99858b 100644 --- a/share/CHANGELOG.md +++ b/share/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@5.0.4...@capacitor/share@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/share + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@5.0.3...@capacitor/share@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/share diff --git a/share/package.json b/share/package.json index f1d6e70c1..34a9f36f5 100644 --- a/share/package.json +++ b/share/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/share", - "version": "5.0.4", + "version": "5.0.5", "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 de6a44100..8138194c6 100644 --- a/splash-screen/CHANGELOG.md +++ b/splash-screen/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@5.0.4...@capacitor/splash-screen@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/splash-screen + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@5.0.3...@capacitor/splash-screen@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/splash-screen diff --git a/splash-screen/package.json b/splash-screen/package.json index 89aca2fae..2e85cf539 100644 --- a/splash-screen/package.json +++ b/splash-screen/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/splash-screen", - "version": "5.0.4", + "version": "5.0.5", "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 59a7efdea..fc71ccaf1 100644 --- a/status-bar/CHANGELOG.md +++ b/status-bar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@5.0.4...@capacitor/status-bar@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/status-bar + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@5.0.3...@capacitor/status-bar@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/status-bar diff --git a/status-bar/package.json b/status-bar/package.json index 8626f36fa..b54e863e1 100644 --- a/status-bar/package.json +++ b/status-bar/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/status-bar", - "version": "5.0.4", + "version": "5.0.5", "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 eda088c49..b992f4aaf 100644 --- a/text-zoom/CHANGELOG.md +++ b/text-zoom/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@5.0.4...@capacitor/text-zoom@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/text-zoom + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/text-zoom@5.0.3...@capacitor/text-zoom@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/text-zoom diff --git a/text-zoom/package.json b/text-zoom/package.json index 61765cb04..425de000a 100644 --- a/text-zoom/package.json +++ b/text-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/text-zoom", - "version": "5.0.4", + "version": "5.0.5", "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 db997500a..1e5b09afb 100644 --- a/toast/CHANGELOG.md +++ b/toast/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/toast@5.0.4...@capacitor/toast@5.0.5) (2023-06-29) + +**Note:** Version bump only for package @capacitor/toast + + + + + ## [5.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/toast@5.0.3...@capacitor/toast@5.0.4) (2023-06-08) **Note:** Version bump only for package @capacitor/toast diff --git a/toast/package.json b/toast/package.json index 925aa9e05..fe836fd6b 100644 --- a/toast/package.json +++ b/toast/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/toast", - "version": "5.0.4", + "version": "5.0.5", "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",