From 5c052d640d86749ea9b18ba053d8bde31fe1fcc0 Mon Sep 17 00:00:00 2001 From: RyanTG Date: Fri, 15 Nov 2024 11:54:26 -0800 Subject: [PATCH] Upgrade mapbox version 11.4.0 -> 11.8.0 --- example/ios/Podfile | 2 +- ios/install.md | 2 +- plugin/install.md | 4 ++-- rnmapbox-maps.podspec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index 8aecedfb7..31f68ca7e 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -20,7 +20,7 @@ if ENV['CI_MAP_IMPL'] $RNMapboxMapsImpl = 'mapbox' when 'mapbox11' $RNMapboxMapsImpl = 'mapbox' - $RNMapboxMapsVersion = '= 11.4.0' + $RNMapboxMapsVersion = '= 11.8.0' else fail "Invalid CI_MAP_IMPL value: #{ENV['CI_MAP_IMPL']}" end diff --git a/ios/install.md b/ios/install.md index 4b0ccb758..736cc1aff 100644 --- a/ios/install.md +++ b/ios/install.md @@ -69,7 +69,7 @@ We have support for mapbox 11. Add the following to your Podfile: ```ruby -$RNMapboxMapsVersion = '= 11.4.0' +$RNMapboxMapsVersion = '= 11.8.0' ``` If using expo managed workflow, set the "RNMapboxMapsVersion" variable. See the [expo guide](/plugin/install.md) diff --git a/plugin/install.md b/plugin/install.md index 060d5de86..5c95ee1ba 100644 --- a/plugin/install.md +++ b/plugin/install.md @@ -20,7 +20,7 @@ After installing this package, add the [config plugin](https://docs.expo.io/guid [ "@rnmapbox/maps", { - "RNMapboxMapsVersion": "11.4.0" + "RNMapboxMapsVersion": "11.8.0" } ] ] @@ -93,7 +93,7 @@ To use V11 just set the version to a 11 version, see [the ios guide](/ios/instal [ "@rnmapbox/maps", { - "RNMapboxMapsVersion": "11.4.0", + "RNMapboxMapsVersion": "11.8.0", "RNMapboxMapsDownloadToken": "sk.ey...qg", } ] diff --git a/rnmapbox-maps.podspec b/rnmapbox-maps.podspec index cbc950c3f..2004ba18a 100644 --- a/rnmapbox-maps.podspec +++ b/rnmapbox-maps.podspec @@ -75,7 +75,7 @@ else end if $RNMapboxMapsUseV11 != nil - warn "WARNING: $RNMapboxMapsUseV11 is deprecated just set $RNMapboxMapsVersion to '= 11.4.0" + warn "WARNING: $RNMapboxMapsUseV11 is deprecated just set $RNMapboxMapsVersion to '= 11.8.0" end if $MapboxImplVersion =~ /(~>|>=|=|>)?\S*11\./