Skip to content

Commit 2888538

Browse files
chore(release): 8.0.0-next.1 [skip ci]
# [8.0.0-next.1](v7.1.5...v8.0.0-next.1) (2025-09-09) ### Bug Fixes * peerDependency for pnpm compatibility ([a94839d](a94839d)) ### Features * Capacitor 8 support ([6ead26a](6ead26a)) ### BREAKING CHANGES * Capacitor major version update requires major version update on the plugin.
1 parent a94839d commit 2888538

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [8.0.0-next.1](https://github.com/ionic-team/capacitor-geolocation/compare/v7.1.5...v8.0.0-next.1) (2025-09-09)
2+
3+
4+
### Bug Fixes
5+
6+
* peerDependency for pnpm compatibility ([a94839d](https://github.com/ionic-team/capacitor-geolocation/commit/a94839d1c51d7db2bdc39d123121920f8d0b883b))
7+
8+
9+
### Features
10+
11+
* Capacitor 8 support ([6ead26a](https://github.com/ionic-team/capacitor-geolocation/commit/6ead26a06dbfa727551214a0a58469d5195d8657))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Capacitor major version update requires major version update on the plugin.
17+
118
## [7.1.5](https://github.com/ionic-team/capacitor-geolocation/compare/v7.1.4...v7.1.5) (2025-08-12)
219

320
### Fixes

packages/capacitor-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/geolocation",
3-
"version": "7.1.5",
3+
"version": "8.0.0-next.1",
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",

0 commit comments

Comments
 (0)