Skip to content

Commit

Permalink
[CP] Release v10.19.2 (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
maios authored Jan 23, 2025
1 parent 0af0d49 commit 8018c15
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions MapboxMaps.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
],
Expand Down
4 changes: 2 additions & 2 deletions Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>10.19.1</string>
<string>10.19.2</string>
<key>CFBundleVersion</key>
<string>92</string>
<string>93</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/MapboxMaps.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version" : "10.19.1"
"version" : "10.19.2"
}
2 changes: 1 addition & 1 deletion scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"MapboxCoreMaps": "10.19.2",
"MapboxMobileEvents": "v2.0.0",
"MapboxCommon": "23.11.2",
"MapboxCommon": "23.11.3",
"Turf": "v2.8.0"
}

0 comments on commit 8018c15

Please sign in to comment.