From 17ffcd00260017fb9f36604cb29461828ddd6cc7 Mon Sep 17 00:00:00 2001 From: Roman Laitarenko Date: Wed, 28 Feb 2024 15:37:03 +0200 Subject: [PATCH] Bump Core Maps to 11.2.0 and Common to 24.2.0 (#2056) --- .../xcshareddata/swiftpm/Package.resolved | 8 ++++---- CHANGELOG.md | 1 + LICENSE.md | 2 +- MapboxMaps.podspec | 4 ++-- Package.resolved | 8 ++++---- Package.swift | 4 ++-- scripts/release/packager/versions.json | 4 ++-- 7 files changed, 16 insertions(+), 15 deletions(-) diff --git a/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved index 687075ea88e0..91b9e5304cff 100644 --- a/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-common-ios.git", "state" : { - "revision" : "f082e51e09fc01bd0457e692807fffd2955fe12a", - "version" : "24.2.0-rc.2" + "revision" : "72474daaeabb644edd449492f9e668f716da72e6", + "version" : "24.2.0" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-core-maps-ios.git", "state" : { - "revision" : "cb02b9f9f2909b309e9f2374783ca090c1029c95", - "version" : "11.2.0-rc.1" + "revision" : "d0958ada64a617991cd90560ec5a6f221a734f84", + "version" : "11.2.0" } }, { diff --git a/CHANGELOG.md b/CHANGELOG.md index a072ec7bc66e..89634f031673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Mapbox welcomes participation and contributions from everyone. * Add `onClusterTap` and `onClusterLongPress` to AnnotationManagers(UIKit) and AnnotationGroups(SwiftUI) which support clustering * Add annotations drag handlers callbacks `dragBeginHandler`, `dragChangeHandler`, `dragEndHandler` to all Annotation types. +* Bump core maps version to 11.2.0 and common sdk to 24.2.0. ## 11.2.0-rc.1 - 15 February, 2024 diff --git a/LICENSE.md b/LICENSE.md index e756526c30ef..f7f272b03d16 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -31,7 +31,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.2.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.2.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 10.0 diff --git a/MapboxMaps.podspec b/MapboxMaps.podspec index 9b0102c61f1c..a03ebfd507aa 100644 --- a/MapboxMaps.podspec +++ b/MapboxMaps.podspec @@ -21,8 +21,8 @@ Pod::Spec.new do |m| m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}' m.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] } - m.dependency 'MapboxCoreMaps', '11.2.0-rc.1' - m.dependency 'MapboxCommon', '24.2.0-rc.2' + m.dependency 'MapboxCoreMaps', '11.2.0' + m.dependency 'MapboxCommon', '24.2.0' m.dependency 'Turf', '2.8.0' end diff --git a/Package.resolved b/Package.resolved index 51def856b784..b68798c9aaae 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-common-ios.git", "state" : { - "revision" : "f082e51e09fc01bd0457e692807fffd2955fe12a", - "version" : "24.2.0-rc.2" + "revision" : "72474daaeabb644edd449492f9e668f716da72e6", + "version" : "24.2.0" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-core-maps-ios.git", "state" : { - "revision" : "cb02b9f9f2909b309e9f2374783ca090c1029c95", - "version" : "11.2.0-rc.1" + "revision" : "d0958ada64a617991cd90560ec5a6f221a734f84", + "version" : "11.2.0" } }, { diff --git a/Package.swift b/Package.swift index 88a155c289e3..c44ba323bc36 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let coreMaps = MapsDependency.coreMaps(version: "11.2.0-rc.1") -let common = MapsDependency.common(version: "24.2.0-rc.2") +let coreMaps = MapsDependency.coreMaps(version: "11.2.0") +let common = MapsDependency.common(version: "24.2.0") let mapboxMapsPath: String? = nil diff --git a/scripts/release/packager/versions.json b/scripts/release/packager/versions.json index 6f67aed7ef5f..70d4fb7e4c40 100644 --- a/scripts/release/packager/versions.json +++ b/scripts/release/packager/versions.json @@ -1,5 +1,5 @@ { - "MapboxCoreMaps": "11.2.0-rc.1", - "MapboxCommon": "24.2.0-rc.2", + "MapboxCoreMaps": "11.2.0", + "MapboxCommon": "24.2.0", "Turf": "2.8.0" }