Skip to content

Commit c979465

Browse files
release: 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2025-10-21) ### 🐛 Bug Fixes * **example:** clustering ([d714f43](d714f43)) * map camera callbacks ([35446eb](35446eb)) * zoomGesturesEnabled default ([df72799](df72799)) ### 🛠️ Other changes * **android:** simplify null checks and improve Kotlin idioms ([5f277ac](5f277ac)) * description wording and formatting tweaks ([ebd0582](ebd0582)) * description wording and formatting tweaks ([1033c63](1033c63)) * merge dev into main ([3998306](3998306)) * remove dependencies overrides ([fb6114f](fb6114f)) * update Podfile.lock ([badd2c8](badd2c8)) * update Podfile.lock ([04a1ada](04a1ada)) * updated deps ([0290e15](0290e15)) * updated deps ([b5a2643](b5a2643))
1 parent 3998306 commit c979465

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.6.1](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.6.0...v1.6.1) (2025-10-21)
2+
3+
### 🐛 Bug Fixes
4+
5+
* **example:** clustering ([d714f43](https://github.com/pinpong/react-native-google-maps-plus/commit/d714f43512b147ffb14a91345919bf5831fc45c5))
6+
* map camera callbacks ([35446eb](https://github.com/pinpong/react-native-google-maps-plus/commit/35446eb4fd74ebab3860030000a7e2f6e39c5bb7))
7+
* zoomGesturesEnabled default ([df72799](https://github.com/pinpong/react-native-google-maps-plus/commit/df727990328d04994812f743763288af0921a7cd))
8+
9+
### 🛠️ Other changes
10+
11+
* **android:** simplify null checks and improve Kotlin idioms ([5f277ac](https://github.com/pinpong/react-native-google-maps-plus/commit/5f277acecc230637b3807454a1189f6836a68397))
12+
* description wording and formatting tweaks ([ebd0582](https://github.com/pinpong/react-native-google-maps-plus/commit/ebd05827b939c1000a6c45532ef4ba7ac5766fe1))
13+
* description wording and formatting tweaks ([1033c63](https://github.com/pinpong/react-native-google-maps-plus/commit/1033c63116c45ed196cff899fa2cc361d30aa429))
14+
* merge dev into main ([3998306](https://github.com/pinpong/react-native-google-maps-plus/commit/3998306e1aea392de2bb2b9e2f06270894eafe7e))
15+
* remove dependencies overrides ([fb6114f](https://github.com/pinpong/react-native-google-maps-plus/commit/fb6114fd187c2a884a14afaf7f2aa8cf35b2b8a7))
16+
* update Podfile.lock ([badd2c8](https://github.com/pinpong/react-native-google-maps-plus/commit/badd2c885a2a3df9f360274d4415970181dfaaa7))
17+
* update Podfile.lock ([04a1ada](https://github.com/pinpong/react-native-google-maps-plus/commit/04a1adaca7da2c9d6b2b8326ef85319faf2dc6fc))
18+
* updated deps ([0290e15](https://github.com/pinpong/react-native-google-maps-plus/commit/0290e151d7d1068a6cebe90a4fe9febda84d2f17))
19+
* updated deps ([b5a2643](https://github.com/pinpong/react-native-google-maps-plus/commit/b5a2643504931e9b55ce5dcf0a66696bc01ba842))
20+
121
## [1.6.0](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.5.0...v1.6.0) (2025-10-16)
222

323
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-google-maps-plus",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "React Native wrapper for Android & iOS Google Maps SDK",
55
"main": "./lib/module/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)