File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed
Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## 0.0.2 (2025-10-03)
7+
8+ ** Note:** Version bump only for package example-app-spm
Original file line number Diff line number Diff line change 11{
22 "name" : " example-app-spm" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "private" : true ,
55 "dependencies" : {
6- "@capacitor/app" : " ^7.0.0" ,
76 "@capacitor/android" : " ^7.0.0" ,
7+ "@capacitor/app" : " ^7.0.0" ,
88 "@capacitor/core" : " ^7.0.0" ,
99 "@capacitor/google-maps" : " workspace:*" ,
1010 "@capacitor/haptics" : " ^7.0.0" ,
7272 "@capacitor/cli" : " ^7.0.0"
7373 },
7474 "description" : " An Ionic project"
75- }
75+ }
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 7.2.0] ( https://github.com/ionic-team/capacitor-google-maps/compare/@capacitor/google-maps@7.1.1...@capacitor/google-maps@7.2.0 ) (2025-10-03)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** ios:** Crash "Unexpectedly found nil while implicitly unwrapping an Optional value" ([ #136 ] ( https://github.com/ionic-team/capacitor-google-maps/issues/136 ) ) ([ e4ea913] ( https://github.com/ionic-team/capacitor-google-maps/commit/e4ea913e45d8d368926d637c62dbf745bfdc3ae4 ) )
12+ * ** ios:** getTargetContainer calculation ([ #24 ] ( https://github.com/ionic-team/capacitor-google-maps/issues/24 ) ) ([ ebf62a1] ( https://github.com/ionic-team/capacitor-google-maps/commit/ebf62a1aada3d9dd6d4d5de475d9b455de1e4aa9 ) )
13+
14+
15+ ### Features
16+
17+ * ** ios:** SPM iOS support ([ #98 ] ( https://github.com/ionic-team/capacitor-google-maps/issues/98 ) ) ([ c0f423b] ( https://github.com/ionic-team/capacitor-google-maps/commit/c0f423ba855c8494c6d69c82bb68046a04a0a616 ) )
18+
19+
20+
21+
22+
623## [ 7.1.1] ( https://github.com/ionic-team/capacitor-google-maps/compare/@capacitor/google-maps@7.1.0...@capacitor/google-maps@7.1.1 ) (2025-08-13)
724
825
Original file line number Diff line number Diff line change 11{
22 "name" : " @capacitor/google-maps" ,
3- "version" : " 7.1.1 " ,
3+ "version" : " 7.2.0 " ,
44 "description" : " Google maps on Capacitor" ,
55 "main" : " dist/plugin.cjs.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments