From 34daef8d1b44d616e80fc0bd67f49fc33d8a1ec0 Mon Sep 17 00:00:00 2001 From: Patrick Leonard Date: Thu, 10 Oct 2024 11:45:40 -0400 Subject: [PATCH] Bump core and common versions for 11.7.1 release (#2329) Co-authored-by: Release SDK bot for Maps SDK team --- .../xcshareddata/swiftpm/Package.resolved | 8 ++++---- CHANGELOG.md | 5 +++++ LICENSE.md | 4 ++-- MapboxMaps.podspec | 6 +++--- Package.resolved | 8 ++++---- Package.swift | 4 ++-- Sources/MapboxMaps/Info.plist | 4 ++-- Sources/MapboxMaps/MapboxMaps.json | 2 +- scripts/release/packager/versions.json | 4 ++-- 9 files changed, 25 insertions(+), 20 deletions(-) diff --git a/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved index ec2182b0e060..96eafde31e11 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" : "25d2799f6116d7921b707b6eb217cf976e0a664a", - "version" : "24.7.0" + "revision" : "4efcac86e00b46d58469a9d37965a4a6ab053a73", + "version" : "24.7.1" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-core-maps-ios.git", "state" : { - "revision" : "b191fddd85c19c7372b6a5b93bb883ba04ea0cbe", - "version" : "11.7.0" + "revision" : "6f8b7631444c287b700ae59fc3dc27ec492da317", + "version" : "11.7.1" } }, { diff --git a/CHANGELOG.md b/CHANGELOG.md index b12b401f1cea..1558705cc9b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Mapbox welcomes participation and contributions from everyone. ## main +## 11.7.1 - 10 October, 2024 + +* Respect holes in polygons when querying rendered features. +* Update CoreMaps to 11.7.1 and Common to 24.7.1 + ## 11.7.0 - 26 September, 2024 * Fix the bug where displaying ViewAnnotation and setting a feature state simultaneously could result in an unapplied feature state. diff --git a/LICENSE.md b/LICENSE.md index c49015b182fb..8019ef46d183 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ## License -Mapbox Maps for iOS version 11.7.0 +Mapbox Maps for iOS version 11.7.1 Mapbox Maps iOS SDK Copyright © 2021 - 2024 Mapbox, Inc. All rights reserved. @@ -31,7 +31,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.7.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.7.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 10.0 diff --git a/MapboxMaps.podspec b/MapboxMaps.podspec index 602e54c63d09..e2623b8508a4 100644 --- a/MapboxMaps.podspec +++ b/MapboxMaps.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |m| - maps_version = '11.7.0' + maps_version = '11.7.1' m.name = 'MapboxMaps' m.version = maps_version @@ -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.7.0' - m.dependency 'MapboxCommon', '24.7.0' + m.dependency 'MapboxCoreMaps', '11.7.1' + m.dependency 'MapboxCommon', '24.7.1' m.dependency 'Turf', '3.0.0' end diff --git a/Package.resolved b/Package.resolved index 5603c4ecb424..4c234323e5b7 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-common-ios.git", "state" : { - "revision" : "25d2799f6116d7921b707b6eb217cf976e0a664a", - "version" : "24.7.0" + "revision" : "4efcac86e00b46d58469a9d37965a4a6ab053a73", + "version" : "24.7.1" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-core-maps-ios.git", "state" : { - "revision" : "b191fddd85c19c7372b6a5b93bb883ba04ea0cbe", - "version" : "11.7.0" + "revision" : "6f8b7631444c287b700ae59fc3dc27ec492da317", + "version" : "11.7.1" } }, { diff --git a/Package.swift b/Package.swift index 2d2640ac22b2..df85caafef08 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let coreMaps = MapsDependency.coreMaps(version: "11.7.0") -let common = MapsDependency.common(version: "24.7.0") +let coreMaps = MapsDependency.coreMaps(version: "11.7.1") +let common = MapsDependency.common(version: "24.7.1") let mapboxMapsPath: String? = nil diff --git a/Sources/MapboxMaps/Info.plist b/Sources/MapboxMaps/Info.plist index 3293f943fba4..435e56dd4617 100644 --- a/Sources/MapboxMaps/Info.plist +++ b/Sources/MapboxMaps/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 11.7.0 + 11.7.1 CFBundleVersion - 135 + 136 diff --git a/Sources/MapboxMaps/MapboxMaps.json b/Sources/MapboxMaps/MapboxMaps.json index 2b88dd4778d5..04a8203c1b51 100644 --- a/Sources/MapboxMaps/MapboxMaps.json +++ b/Sources/MapboxMaps/MapboxMaps.json @@ -1,3 +1,3 @@ { - "version" : "11.7.0" + "version" : "11.7.1" } diff --git a/scripts/release/packager/versions.json b/scripts/release/packager/versions.json index 5b32ac7a2a62..aef9655e9d1c 100644 --- a/scripts/release/packager/versions.json +++ b/scripts/release/packager/versions.json @@ -1,5 +1,5 @@ { - "MapboxCoreMaps": "11.7.0", - "MapboxCommon": "24.7.0", + "MapboxCoreMaps": "11.7.1", + "MapboxCommon": "24.7.1", "Turf": "3.0.0" }