Skip to content

Commit 6593636

Browse files
🔖 release: 1.1.0-dev.3 [skip ci]
## [1.1.0-dev.3](v1.1.0-dev.2...v1.1.0-dev.3) (2025-10-08) ### 🐛 Bug Fixes * **example:** update Podfile.lock ([0eb9a09](0eb9a09)) ### 🔄 Code Refactors * **map:** unify update logic and defaults across Android and iOS ([cdaa01a](cdaa01a)) * **map:** unify update logic and defaults across Android and iOS ([f15d638](f15d638)) ### 🛠️ Other changes * update to react-native 0.82.0 ([31d5ff5](31d5ff5)) * update to react-native 0.82.0 ([8c8e8ae](8c8e8ae))
1 parent 0eb9a09 commit 6593636

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.1.0-dev.3](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.1.0-dev.2...v1.1.0-dev.3) (2025-10-08)
2+
3+
### 🐛 Bug Fixes
4+
5+
* **example:** update Podfile.lock ([0eb9a09](https://github.com/pinpong/react-native-google-maps-plus/commit/0eb9a09bca8b13241b13851c4af0857545284229))
6+
7+
### 🔄 Code Refactors
8+
9+
* **map:** unify update logic and defaults across Android and iOS ([cdaa01a](https://github.com/pinpong/react-native-google-maps-plus/commit/cdaa01af77ae93f9e9652dd018fe18f0ca6309b4))
10+
* **map:** unify update logic and defaults across Android and iOS ([f15d638](https://github.com/pinpong/react-native-google-maps-plus/commit/f15d6388911943b5abdfd9d5f61e3423af33f064))
11+
12+
### 🛠️ Other changes
13+
14+
* update to react-native 0.82.0 ([31d5ff5](https://github.com/pinpong/react-native-google-maps-plus/commit/31d5ff5157ec8357b9d699d4dcc09bda09e11afb))
15+
* update to react-native 0.82.0 ([8c8e8ae](https://github.com/pinpong/react-native-google-maps-plus/commit/8c8e8ae1c4fcf97e04059d873461f083e4c346cf))
16+
117
## [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)
218

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