Skip to content

Commit 9edd3f9

Browse files
author
Spike Brehm
committed
0.12.2
1 parent 9961025 commit 9edd3f9

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## 0.12.2 (December 9, 2016)
4+
5+
* [Android] Added support for taking snapshots on Android
6+
[#625](https://github.com/airbnb/react-native-maps/pull/625)
7+
(@IjzerenHein)
8+
* [iOS] Allow legalLabelInsets to be changed and animated
9+
[#873](https://github.com/airbnb/react-native-maps/pull/873)
10+
(@scarlac)
11+
* Added rotation attribute documentation
12+
[#](https://github.com/airbnb/react-native-maps/pull/)
13+
(@Arman92)
14+
* Update mapview.md documentation
15+
[#866](https://github.com/airbnb/react-native-maps/pull/866)
16+
(@dccarmo)
17+
18+
319
## 0.12.1 (December 6, 2016)
420

521
This release only corrects the version in package.json.

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_CODE=2
2-
VERSION_NAME=0.12.1
2+
VERSION_NAME=0.12.2
33
GROUP=com.airbnb.android
44

55
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 <leland.m.richardson@gmail.com>",
6-
"version": "0.12.1",
6+
"version": "0.12.2",
77
"scripts": {
88
"start": "react-native start",
99
"lint": "eslint ."

react-native-google-maps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "react-native-google-maps"
3-
s.version = "0.12.1"
3+
s.version = "0.12.2"
44
s.summary = "React Native Mapview component for iOS + Android"
55

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

react-native-maps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "react-native-maps"
3-
s.version = "0.12.1"
3+
s.version = "0.12.2"
44
s.summary = "React Native Mapview component for iOS + Android"
55

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

0 commit comments

Comments
 (0)