diff --git a/CHANGELOG.md b/CHANGELOG.md index ba990eb74..80286cea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Change Log +## 0.26.1 (October 3, 2019) + +* Android: [#3103](https://github.com/react-native-community/react-native-maps/pull/3103) Support for RN 0.60.5 +* Android: [#3103](https://github.com/react-native-community/react-native-maps/pull/3103) "AIRMap" was not found in the UIManager + ## 0.26.0 (September 30, 2019) * iOS: [#2999](https://github.com/react-native-community/react-native-maps/pull/2999) Update GoogleMaps pod to 3.2.0 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index db9f3eec3..d4dade141 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -29,11 +29,11 @@ PODS: - GoogleMaps/Base - React (0.59.3): - React/Core (= 0.59.3) - - react-native-google-maps (0.26.0): + - react-native-google-maps (0.26.1): - Google-Maps-iOS-Utils (= 2.1.0) - GoogleMaps (= 3.2.0) - React - - react-native-maps (0.26.0): + - react-native-maps (0.26.1): - React - React/Core (0.59.3): - yoga (= 0.59.3.React) diff --git a/gradle.properties b/gradle.properties index ab9045ae4..637f9b69c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true VERSION_CODE=4 -VERSION_NAME=0.26.0 +VERSION_NAME=0.26.1 GROUP=com.airbnb.android POM_DESCRIPTION=React Native Map view component for Android diff --git a/package.json b/package.json index 63f556fd0..8f5b8337f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "React Native Mapview component for iOS + Android", "main": "index.js", "author": "Leland Richardson ", - "version": "0.26.0", + "version": "0.26.1", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "run:packager": "./node_modules/react-native/scripts/packager.sh",