Skip to content

Commit 542e1f5

Browse files
release: 1.10.2 [skip ci]
## [1.10.2](v1.10.1...v1.10.2) (2025-12-03) ### 🐛 Bug Fixes * **android:** guard RNLocation against IllegalStateException ([4ec58a4](4ec58a4)) * **android:** stabilize lifecycle handling for MapView detachment ([2172696](2172696)) * **example:** mapStyle type ([94971d9](94971d9)) ### 📚 Documentation * add Typedoc and API docs (GH Pages deploy) ([8384533](8384533)) ### 🛠️ Other changes * merge dev into main ([3f1b18d](3f1b18d)) * update dependencies ([1088a79](1088a79)) * update dependencies ([5a3e486](5a3e486))
1 parent 3f1b18d commit 542e1f5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.10.2](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.10.1...v1.10.2) (2025-12-03)
2+
3+
### 🐛 Bug Fixes
4+
5+
* **android:** guard RNLocation against IllegalStateException ([4ec58a4](https://github.com/pinpong/react-native-google-maps-plus/commit/4ec58a4bcc3276da9bf0561e9430520b08e125cf))
6+
* **android:** stabilize lifecycle handling for MapView detachment ([2172696](https://github.com/pinpong/react-native-google-maps-plus/commit/217269692a4d26cf699753e36fc731e678d3a8ad))
7+
* **example:** mapStyle type ([94971d9](https://github.com/pinpong/react-native-google-maps-plus/commit/94971d96d08cc1e6100eba300313194bc641af57))
8+
9+
### 📚 Documentation
10+
11+
* add Typedoc and API docs (GH Pages deploy) ([8384533](https://github.com/pinpong/react-native-google-maps-plus/commit/8384533e526bd7dfabfe340ee3487d6d80e96e06))
12+
13+
### 🛠️ Other changes
14+
15+
* merge dev into main ([3f1b18d](https://github.com/pinpong/react-native-google-maps-plus/commit/3f1b18de6016399204f41293fc72ec2c92c9fe74))
16+
* update dependencies ([1088a79](https://github.com/pinpong/react-native-google-maps-plus/commit/1088a790fbb185877a189ff9021d34e8337a3b4b))
17+
* update dependencies ([5a3e486](https://github.com/pinpong/react-native-google-maps-plus/commit/5a3e4861861c88cf2c920ae85a953b6360460c2d))
18+
119
## [1.10.1](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.10.0...v1.10.1) (2025-11-28)
220

321
### 🐛 Bug Fixes

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.10.1",
3+
"version": "1.10.2",
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)