Skip to content

Commit 70d274d

Browse files
chore: release 7.0.3 [skip ci]
Includes changelog git compare fixes for some previous versions
1 parent 710a189 commit 70d274d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
provenance=true
1+
provenance=false

plugin/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
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.0.2](https://github.com/ionic-team/capacitor-google-maps/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2025-04-29)
6+
# [7.0.3](https://github.com/ionic-team/capacitor-google-maps/compare/v7.0.2...v7.0.3) (2025-07-10)
7+
8+
### Fixes
9+
* Update docs and references for Polygon ([#89](https://github.com/ionic-team/capacitor-google-maps/pull/89))
10+
11+
12+
# [7.0.2](https://github.com/ionic-team/capacitor-google-maps/compare/v7.0.1...v7.0.2) (2025-04-29)
713

814
### Fixes
915
* **android:** Replace events.removeFirst with events.removeAt(0) ([#50](https://github.com/ionic-team/capacitor-google-maps/pull/50))
1016

1117

12-
# [7.0.1](https://github.com/ionic-team/capacitor-google-maps/compare/@capacitor/google-maps@7.0.0...@capacitor/google-maps@7.0.1) (2025-02-21)
18+
# [7.0.1](https://github.com/ionic-team/capacitor-google-maps/compare/v7.0.0...v7.0.1) (2025-02-21)
1319

1420
### Refactor
1521
* migrate deprecated `Marker` to use `AdvancedMarkerElement` ([#72](https://github.com/ionic-team/capacitor-google-maps/pull/72))

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/google-maps",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Google maps on Capacitor",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)