Skip to content

Commit 8afc2ae

Browse files
authored
chore: update synapse and prepare v7.1.3
1 parent 978bd50 commit 8afc2ae

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.1.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2025-06-26)
7+
8+
### Fixes
9+
10+
- **ios:** handle location watch callbacks recovery after backgrounding. More info [here](https://github.com/ionic-team/capacitor-geolocation/issues/19).
11+
- Set dependency on @capacitor/synapse to 1.0.3 to fix ssr environments
12+
613
# [7.1.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2025-02-21)
714

815
### Fixes

packages/capacitor-plugin/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/capacitor-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/geolocation",
3-
"version": "7.1.2",
3+
"version": "7.1.3",
44
"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.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",
@@ -46,7 +46,7 @@
4646
"prepublishOnly": "npm run build"
4747
},
4848
"dependencies": {
49-
"@capacitor/synapse": "^1.0.1"
49+
"@capacitor/synapse": "^1.0.3"
5050
},
5151
"devDependencies": {
5252
"@capacitor/android": "next",

0 commit comments

Comments
 (0)