diff --git a/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
index 8f4f66cc772..065632c104e 100644
--- a/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
+++ b/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/mapbox/mapbox-common-ios.git",
"state": {
"branch": null,
- "revision": "ce35687685331b1690149637d25ddc47d88146de",
- "version": "23.11.2"
+ "revision": "290c7f2f611b390a6fb81eaa69a3be21878c3233",
+ "version": "23.11.3"
}
},
{
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb28e5e1313..e5bfd363a75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
Mapbox welcomes participation and contributions from everyone.
+# 10.19.2 - January 23, 2025
+
+* Update MapboxCommon to 23.11.3
+
# 10.19.1 - December 11, 2024
* Update MapboxCoreMaps to 10.19.2
diff --git a/LICENSE.md b/LICENSE.md
index 98c5d9f8961..f6fe30675ef 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,9 +1,9 @@
## License
-Mapbox Maps for iOS version 10.19.1
+Mapbox Maps for iOS version 10.19.2
Mapbox Maps iOS SDK
-Copyright © 2021 - 2024 Mapbox, Inc. All rights reserved.
+Copyright © 2021 - 2025 Mapbox, Inc. All rights reserved.
The software and files in this repository (collectively, “Software”) are licensed under the Mapbox TOS for use only with the relevant Mapbox product(s) listed at www.mapbox.com/pricing. This license allows developers with a current active Mapbox account to use and modify the authorized portions of the Software as needed for use only with the relevant Mapbox product(s) through their Mapbox account in accordance with the Mapbox TOS. This license terminates automatically if a developer no longer has a Mapbox account in good standing or breaches the Mapbox TOS. For the license terms, please see the Mapbox TOS at https://www.mapbox.com/legal/tos/ which incorporates the Mapbox Product Terms at www.mapbox.com/legal/service-terms. If this Software is a SDK, modifications that change or interfere with marked portions of the code related to billing, accounting, or data collection are not authorized and the SDK sends limited de-identified location and usage data which is used in accordance with the Mapbox TOS. [Updated 2023-01]
diff --git a/MapboxMaps.podspec b/MapboxMaps.podspec
index 54bc4932a80..bc09e3579b2 100644
--- a/MapboxMaps.podspec
+++ b/MapboxMaps.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|
- maps_version = '10.19.1'
+ maps_version = '10.19.2'
m.name = 'MapboxMaps'
m.version = maps_version
@@ -27,7 +27,7 @@ Pod::Spec.new do |m|
m.dependency 'MapboxCoreMaps', '10.19.2'
m.dependency 'MapboxMobileEvents', '2.0.0'
- m.dependency 'MapboxCommon', '23.11.2'
+ m.dependency 'MapboxCommon', '23.11.3'
m.dependency 'Turf', '2.8.0'
end
diff --git a/Package.resolved b/Package.resolved
index 8f4f66cc772..065632c104e 100644
--- a/Package.resolved
+++ b/Package.resolved
@@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/mapbox/mapbox-common-ios.git",
"state": {
"branch": null,
- "revision": "ce35687685331b1690149637d25ddc47d88146de",
- "version": "23.11.2"
+ "revision": "290c7f2f611b390a6fb81eaa69a3be21878c3233",
+ "version": "23.11.3"
}
},
{
diff --git a/Package.swift b/Package.swift
index c35f3546a0f..3f965c6cee7 100644
--- a/Package.swift
+++ b/Package.swift
@@ -16,7 +16,7 @@ let package = Package(
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.19.2")),
// We keep MME dependency for compatibility reasons
.package(name: "MapboxMobileEvents", url: "https://github.com/mapbox/mapbox-events-ios.git", .exact("2.0.0")),
- .package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("23.11.2")),
+ .package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("23.11.3")),
.package(name: "Turf", url: "https://github.com/mapbox/turf-swift.git", .exact("2.8.0")),
.package(name: "CocoaImageHashing", url: "https://github.com/ameingast/cocoaimagehashing", .exact("1.9.0"))
],
diff --git a/Sources/MapboxMaps/Info.plist b/Sources/MapboxMaps/Info.plist
index 9ae2733b3ec..5a9ccace09f 100644
--- a/Sources/MapboxMaps/Info.plist
+++ b/Sources/MapboxMaps/Info.plist
@@ -15,8 +15,8 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 10.19.1
+ 10.19.2
CFBundleVersion
- 92
+ 93
diff --git a/Sources/MapboxMaps/MapboxMaps.json b/Sources/MapboxMaps/MapboxMaps.json
index 0cc2c426cd3..9839ea13987 100644
--- a/Sources/MapboxMaps/MapboxMaps.json
+++ b/Sources/MapboxMaps/MapboxMaps.json
@@ -1,3 +1,3 @@
{
- "version" : "10.19.1"
+ "version" : "10.19.2"
}
diff --git a/scripts/release/packager/versions.json b/scripts/release/packager/versions.json
index 06bbd6e87f4..e3ae9e52e29 100644
--- a/scripts/release/packager/versions.json
+++ b/scripts/release/packager/versions.json
@@ -1,6 +1,6 @@
{
"MapboxCoreMaps": "10.19.2",
"MapboxMobileEvents": "v2.0.0",
- "MapboxCommon": "23.11.2",
+ "MapboxCommon": "23.11.3",
"Turf": "v2.8.0"
}