Skip to content

Commit b1bc7b6

Browse files
[0.24.1] Release
1 parent f25459f commit b1bc7b6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Change Log
2+
## 0.24.1 (April 16, 2019 )
3+
* iOS: [#2815](https://github.com/react-native-community/react-native-maps/pull/2815) Google Maps - Free instance variable in getActionForTarget to address memory leak
4+
15
# Change Log
26
## 0.24.0 (April 11, 2019 )
37
* Common: [#2740](https://github.com/react-native-community/react-native-maps/pull/2740) Fix deprecated UIManager usage when accessing component names

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ PODS:
2929
- GoogleMaps/Base
3030
- React (0.59.3):
3131
- React/Core (= 0.59.3)
32-
- react-native-google-maps (0.24.0):
32+
- react-native-google-maps (0.24.1):
3333
- Google-Maps-iOS-Utils (= 2.1.0)
3434
- GoogleMaps (= 2.5.0)
3535
- React
36-
- react-native-maps (0.24.0):
36+
- react-native-maps (0.24.1):
3737
- React
3838
- React/Core (0.59.3):
3939
- yoga (= 0.59.3.React)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx1536m
1717
# org.gradle.parallel=true
1818

1919
VERSION_CODE=4
20-
VERSION_NAME=0.24.0
20+
VERSION_NAME=0.24.1
2121
GROUP=com.airbnb.android
2222

2323
POM_DESCRIPTION=React Native Map view component for Android

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Native Mapview component for iOS + Android",
44
"main": "index.js",
55
"author": "Leland Richardson <[email protected]>",
6-
"version": "0.24.0",
6+
"version": "0.24.1",
77
"scripts": {
88
"start": "node node_modules/react-native/local-cli/cli.js start",
99
"run:packager": "./node_modules/react-native/scripts/packager.sh",

0 commit comments

Comments
 (0)