Skip to content

Commit

Permalink
fix(iOS): pin mapLibre back to 5.12.0 (#1589)
Browse files Browse the repository at this point in the history
* fix(iOS): pin mapLibre back to `5.12.0`

With the changes introduced through #1571 we can switch back to 5.12.0 per default now 👍🏿

* update Changelog
  • Loading branch information
ferdicus authored Oct 21, 2021
1 parent 4a93e90 commit 6a4a553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PR Title ([#123](link to my pr))
Update ShapeSource methods to make it usable with any cluster ( Use cluster itself instead of cluster_id as first argument for getClusterExpansionZoom/getClusterLeaves/getClusterChildren methods. Version < 9 methods still supports passing cluster_id as a first argument but a deprecation warning will be shown. ) ([#1499](https://github.com/react-native-mapbox-gl/maps/pull/1499))
```

fix(iOS): pin mapLibre back to `5.12.0` ([#1589](https://github.com/react-native-mapbox-gl/maps/pull/1589))
feat(camera): Enable `padding` as a root-level prop on the camera, with `bounds.padding*` as fallbacks ([#1538](https://github.com/react-native-mapbox-gl/maps/pull/1538/files))
feat(example): update vertical alignment example ([#1579](https://github.com/react-native-mapbox-gl/maps/pull/1550))
build(android): add telemetry dependency to default build setup ([#1550](https://github.com/react-native-mapbox-gl/maps/pull/1550))
Expand Down
2 changes: 1 addition & 1 deletion react-native-mapbox-gl.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def $RNMBGL.post_install(installer)
url: "https://github.com/maplibre/maplibre-gl-native-distribution",
requirement: {
kind: "exactVersion",
version: "5.11.0"
version: "5.12.0"
},
product_name: "Mapbox"
}
Expand Down

0 comments on commit 6a4a553

Please sign in to comment.