Skip to content

Commit

Permalink
[0.26.1] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherdro committed Oct 3, 2019
1 parent 801614e commit 3ae31e4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Native Mapview component for iOS + Android",
"main": "index.js",
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
"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",
Expand Down

0 comments on commit 3ae31e4

Please sign in to comment.