Skip to content

chore: update synapase and prepare v7.1.3 #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.1.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@7.1.3...@capacitor/geolocation@7.1.2) (2025-06-26)

### Fixes

- **ios:** handle location watch callbacks recovery after backgrounding
- Set dependency on @capacitor/synapse to 1.0.3 to fix ssr environments

# [7.1.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@7.1.2...@capacitor/geolocation@7.1.1) (2025-02-21)

### Fixes
Expand Down
12 changes: 6 additions & 6 deletions packages/capacitor-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/capacitor-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/geolocation",
"version": "7.1.2",
"version": "7.1.3",
"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",
Expand Down Expand Up @@ -46,7 +46,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@capacitor/synapse": "^1.0.1"
"@capacitor/synapse": "^1.0.3"
},
"devDependencies": {
"@capacitor/android": "next",
Expand Down