Skip to content

Commit 4ee5afa

Browse files
πŸ”– release: 1.2.0-dev.1 [skip ci]
## [1.2.0-dev.1](v1.1.0...v1.2.0-dev.1) (2025-10-09) ### ✨ Features * add kml layer support ([4faf558](4faf558)) * add kml layer support ([35098bd](35098bd)) ### πŸ› Bug Fixes * **example:** build issues ([cee0708](cee0708)) ### πŸ› οΈ Other changes * **ci:** move PR template to root for auto-apply ([03e8a84](03e8a84)) * **example:** beautify example app UI ([4f390ec](4f390ec)) * **example:** beautify example app UI ([73c997c](73c997c)) * fix CHANGELOG.md ([2f2bb2c](2f2bb2c))
1 parent 4266391 commit 4ee5afa

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.2.0-dev.1](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.1.0...v1.2.0-dev.1) (2025-10-09)
2+
3+
### ✨ Features
4+
5+
* add kml layer support ([4faf558](https://github.com/pinpong/react-native-google-maps-plus/commit/4faf558425831cc18a6e9c9e2d20ef0c4f42e702))
6+
* add kml layer support ([35098bd](https://github.com/pinpong/react-native-google-maps-plus/commit/35098bd4c75b825f96f58696cbb37a4fcdebbdb8))
7+
8+
### πŸ› Bug Fixes
9+
10+
* **example:** build issues ([cee0708](https://github.com/pinpong/react-native-google-maps-plus/commit/cee0708dfdee185ee4c8bb2836abd2a3c022fc93))
11+
12+
### πŸ› οΈ Other changes
13+
14+
* **ci:** move PR template to root for auto-apply ([03e8a84](https://github.com/pinpong/react-native-google-maps-plus/commit/03e8a8438b0d5edab80fcdf2f2c8abf3372288c2))
15+
* **example:** beautify example app UI ([4f390ec](https://github.com/pinpong/react-native-google-maps-plus/commit/4f390ecd9ebc2f3e559913882ac56d33a30ac45b))
16+
* **example:** beautify example app UI ([73c997c](https://github.com/pinpong/react-native-google-maps-plus/commit/73c997c69f23deeb48eb9b2be5df76a36ff0afea))
17+
* fix CHANGELOG.md ([2f2bb2c](https://github.com/pinpong/react-native-google-maps-plus/commit/2f2bb2c617260166551abbc07dfa9a8ae27cf31e))
18+
119
## [1.1.0](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.0.2...v1.1.0) (2025-10-08)
220

321
### ✨ 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",
3+
"version": "1.2.0-dev.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)