Skip to content

Commit b086dd1

Browse files
πŸ”– release: 1.1.0-dev.2 [skip ci]
## [1.1.0-dev.2](v1.1.0-dev.1...v1.1.0-dev.2) (2025-10-07) ### ✨ Features * optional marker svg ([d9bd19d](d9bd19d)) * optional marker svg ([#30](#30)) ([5f8852c](5f8852c)) ### πŸ› Bug Fixes * add ios privacy manifest ([175bfdf](175bfdf)) * add ios privacy manifest ([#31](#31)) ([acc394e](acc394e))
1 parent 5f8852c commit b086dd1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.1.0-dev.2](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.1.0-dev.1...v1.1.0-dev.2) (2025-10-07)
2+
3+
### ✨ Features
4+
5+
* optional marker svg ([d9bd19d](https://github.com/pinpong/react-native-google-maps-plus/commit/d9bd19d72916ec697acc9cecc58219a3df8c5d54))
6+
* optional marker svg ([#30](https://github.com/pinpong/react-native-google-maps-plus/issues/30)) ([5f8852c](https://github.com/pinpong/react-native-google-maps-plus/commit/5f8852c85741b75959f1d1e16240704cca042bb5))
7+
8+
### πŸ› Bug Fixes
9+
10+
* add ios privacy manifest ([175bfdf](https://github.com/pinpong/react-native-google-maps-plus/commit/175bfdf0a932aa7dcc789ac9287eb2e91a9d0bf6))
11+
* add ios privacy manifest ([#31](https://github.com/pinpong/react-native-google-maps-plus/issues/31)) ([acc394e](https://github.com/pinpong/react-native-google-maps-plus/commit/acc394e49ca5bc9eaa5e67942fd2ed645dc2332c))
12+
113
## [1.1.0-dev.1](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.0.3-dev.1...v1.1.0-dev.1) (2025-10-07)
214

315
### ✨ 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.1.0-dev.1",
3+
"version": "1.1.0-dev.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)