Skip to content

Commit 2ae6c57

Browse files
release: 1.12.1 [skip ci]
## [1.12.1](v1.12.0...v1.12.1) (2026-04-18) ### 🐛 Bug Fixes * **android:** handle touch interception for maps nested in ScrollView ([9b94667](9b94667)), closes [#100](#100) * default animated prop to false in setCamera ([33338a2](33338a2)) ### 🛠️ Other changes * add node types to expoConfig tsconfig ([685dcb5](685dcb5)) * add SECURITY.md ([dee09c6](dee09c6)) * **ci:** update ios google maps sdk ([97e1ad7](97e1ad7)) * **ci:** update pr source validation ([d0ab6ad](d0ab6ad)) * **ci:** update prepare for next release ([5ad414d](5ad414d)) * migrate to typescript v6 ([0007e0c](0007e0c)) * update dependencies ([cb1bdfb](cb1bdfb)) * update gitignore ([2a31c75](2a31c75)) * update yarn to v4 ([0119462](0119462)) * upgrade dependencies and React Native to 0.85 ([a907b6d](a907b6d))
1 parent cb1bdfb commit 2ae6c57

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.12.1](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.12.0...v1.12.1) (2026-04-18)
2+
3+
### 🐛 Bug Fixes
4+
5+
* **android:** handle touch interception for maps nested in ScrollView ([9b94667](https://github.com/pinpong/react-native-google-maps-plus/commit/9b94667615fd8cab48bf1c4ac5ba10bbefff2d38)), closes [#100](https://github.com/pinpong/react-native-google-maps-plus/issues/100)
6+
* default animated prop to false in setCamera ([33338a2](https://github.com/pinpong/react-native-google-maps-plus/commit/33338a25f2aa0c96efc7d1282ef942dd7c9c0b08))
7+
8+
### 🛠️ Other changes
9+
10+
* add node types to expoConfig tsconfig ([685dcb5](https://github.com/pinpong/react-native-google-maps-plus/commit/685dcb5f0939729380115ddf6014dba45aee2e89))
11+
* add SECURITY.md ([dee09c6](https://github.com/pinpong/react-native-google-maps-plus/commit/dee09c6db8289f1faaa04a5285ffa4317cb6e51c))
12+
* **ci:** update ios google maps sdk ([97e1ad7](https://github.com/pinpong/react-native-google-maps-plus/commit/97e1ad746125facad00eba7d5f41c1854a06bd0e))
13+
* **ci:** update pr source validation ([d0ab6ad](https://github.com/pinpong/react-native-google-maps-plus/commit/d0ab6ad65904f5a4b344dff499643a9b57e9b6b7))
14+
* **ci:** update prepare for next release ([5ad414d](https://github.com/pinpong/react-native-google-maps-plus/commit/5ad414d4f86d3c54ef46aa76d5ed8f6ed7a0ac94))
15+
* migrate to typescript v6 ([0007e0c](https://github.com/pinpong/react-native-google-maps-plus/commit/0007e0c45911c6b8b2fd9e0ed31d38954e0190bb))
16+
* update dependencies ([cb1bdfb](https://github.com/pinpong/react-native-google-maps-plus/commit/cb1bdfb920b06f94cea88cd9c29c509d3ba69518))
17+
* update gitignore ([2a31c75](https://github.com/pinpong/react-native-google-maps-plus/commit/2a31c75c67ef03d9d4cea87263e306918a457713))
18+
* update yarn to v4 ([0119462](https://github.com/pinpong/react-native-google-maps-plus/commit/0119462c3a31fb9f61b966810f6d0fa2163275ac))
19+
* upgrade dependencies and React Native to 0.85 ([a907b6d](https://github.com/pinpong/react-native-google-maps-plus/commit/a907b6d40b33cb7b9aa5feb5e739d8bd9ebaa166))
20+
121
## [1.12.0](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.11.0...v1.12.0) (2026-04-03)
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.12.0",
3+
"version": "1.12.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)