Skip to content

Commit

Permalink
3.2.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bsudekum committed Feb 9, 2016
1 parent 729f57a commit 8d97708
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#v3.2.1

- [Android] Fixed an issue in react-native v0.19.0 that caused the map to be blank on startup
- [iOS] Fixed an issue which caused a polyline to add a point at `0,0`

#v3.2.0

#### *Note, there is a new (easier) install process for iOS. See updated [install.md](https://github.com/mapbox/react-native-mapbox-gl/blob/71298a88bba3f7b5d79e6bf1011dc8fe913b0750/ios/install.md)*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-mapbox-gl",
"description": "A Mapbox GL react native module for creating custom maps",
"version": "3.2.0",
"version": "3.2.1",
"author": "Bobby Sudekum",
"keywords": [
"gl",
Expand All @@ -22,7 +22,7 @@
"url": "https://github.com/mapbox/react-native-mapbox-gl"
},
"scripts": {
"preinstall": "./scripts/download-mapbox-gl-native-ios.sh 3.1.0-pre.3",
"preinstall": "./scripts/download-mapbox-gl-native-ios.sh 3.1.0",
"test": "npm run lint",
"lint": "eslint --no-eslintrc -c .eslintrc index.ios.js index.android.js ios/example.js android/example.js",
"start": "node_modules/react-native/packager/packager.sh"
Expand Down

0 comments on commit 8d97708

Please sign in to comment.