Skip to content

Commit 8369c35

Browse files
author
Spike Brehm
committed
0.12.4
1 parent a75ba77 commit 8369c35

File tree

5 files changed

+23
-17
lines changed

5 files changed

+23
-17
lines changed

CHANGELOG.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Change Log
22

3-
## 0.12.3 (January 6, 2017)
3+
## 0.12.4 (January 12, 2017)
4+
5+
### Patches
6+
7+
* Revert
8+
[#923](https://github.com/airbnb/react-native-maps/pull/923),
9+
which accidentally introduced a breaking change.
10+
11+
## 0.12.3 (January 6, 2017) _DEPRECATED_
12+
13+
**NOTE** 0.12.3 was accidentally released with the breaking change below.
14+
0.12.3 has been marked deprecated. Please use <=0.12.2 or ^0.12.4.
15+
16+
### Breaking Changes
17+
18+
* Update iOS header imports and JS SyntheticEvent import for RN 0.40
19+
[#923](https://github.com/airbnb/react-native-maps/pull/923)
20+
(@ide)
21+
422

523
### Patches
624

@@ -18,18 +36,6 @@
1836
[#904](https://github.com/airbnb/react-native-maps/pull/904),
1937
[#910](https://github.com/airbnb/react-native-maps/pull/910)
2038
(@anami, @dboydor, @ali-alamine)
21-
*
22-
[#](https://github.com/airbnb/react-native-maps/pull/)
23-
(@)
24-
*
25-
[#](https://github.com/airbnb/react-native-maps/pull/)
26-
(@)
27-
*
28-
[#](https://github.com/airbnb/react-native-maps/pull/)
29-
(@)
30-
*
31-
[#](https://github.com/airbnb/react-native-maps/pull/)
32-
(@)
3339

3440

3541
## 0.12.2 (December 9, 2016)

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.3
2+
VERSION_NAME=0.12.4
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.3",
6+
"version": "0.12.4",
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.3"
3+
s.version = "0.12.4"
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.3"
3+
s.version = "0.12.4"
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)