Skip to content

Commit

Permalink
0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Spike Brehm committed Jan 13, 2017
1 parent a75ba77 commit 8369c35
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 17 deletions.
32 changes: 19 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log

## 0.12.3 (January 6, 2017)
## 0.12.4 (January 12, 2017)

### Patches

* Revert
[#923](https://github.com/airbnb/react-native-maps/pull/923),
which accidentally introduced a breaking change.

## 0.12.3 (January 6, 2017) _DEPRECATED_

**NOTE** 0.12.3 was accidentally released with the breaking change below.
0.12.3 has been marked deprecated. Please use <=0.12.2 or ^0.12.4.

### Breaking Changes

* Update iOS header imports and JS SyntheticEvent import for RN 0.40
[#923](https://github.com/airbnb/react-native-maps/pull/923)
(@ide)


### Patches

Expand All @@ -18,18 +36,6 @@
[#904](https://github.com/airbnb/react-native-maps/pull/904),
[#910](https://github.com/airbnb/react-native-maps/pull/910)
(@anami, @dboydor, @ali-alamine)
*
[#](https://github.com/airbnb/react-native-maps/pull/)
(@)
*
[#](https://github.com/airbnb/react-native-maps/pull/)
(@)
*
[#](https://github.com/airbnb/react-native-maps/pull/)
(@)
*
[#](https://github.com/airbnb/react-native-maps/pull/)
(@)


## 0.12.2 (December 9, 2016)
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.3
VERSION_NAME=0.12.4
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 <[email protected]>",
"version": "0.12.3",
"version": "0.12.4",
"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.3"
s.version = "0.12.4"
s.summary = "React Native Mapview component for iOS + Android"

s.authors = { "intelligibabble" => "[email protected]" }
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.3"
s.version = "0.12.4"
s.summary = "React Native Mapview component for iOS + Android"

s.authors = { "intelligibabble" => "[email protected]" }
Expand Down

0 comments on commit 8369c35

Please sign in to comment.