Skip to content

Commit

Permalink
0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Spike Brehm committed Dec 10, 2016
1 parent bf676e3 commit 5a7b55f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 0.12.2 (December 9, 2016)

* [Android] Added support for taking snapshots on Android
[#625](https://github.com/airbnb/react-native-maps/pull/625)
(@IjzerenHein)
* [iOS] Allow legalLabelInsets to be changed and animated
[#873](https://github.com/airbnb/react-native-maps/pull/873)
(@scarlac)
* Added rotation attribute documentation
[#](https://github.com/airbnb/react-native-maps/pull/)
(@Arman92)
* Update mapview.md documentation
[#866](https://github.com/airbnb/react-native-maps/pull/866)
(@dccarmo)


## 0.12.1 (December 6, 2016)

This release only corrects the version in package.json.
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=2
VERSION_NAME=0.12.1
VERSION_NAME=0.12.2
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.12.1",
"version": "0.12.2",
"scripts": {
"start": "react-native start",
"lint": "eslint ."
Expand Down
2 changes: 1 addition & 1 deletion react-native-google-maps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-google-maps"
s.version = "0.12.1"
s.version = "0.12.2"
s.summary = "React Native Mapview component for iOS + Android"

s.authors = { "intelligibabble" => "leland.m.richardson@gmail.com" }
Expand Down
2 changes: 1 addition & 1 deletion react-native-maps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-maps"
s.version = "0.12.1"
s.version = "0.12.2"
s.summary = "React Native Mapview component for iOS + Android"

s.authors = { "intelligibabble" => "leland.m.richardson@gmail.com" }
Expand Down

0 comments on commit 5a7b55f

Please sign in to comment.