Skip to content

Commit

Permalink
Bump Core to 11.9.2 (#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
evil159 authored Jan 20, 2025
1 parent e267bb4 commit f412ffb
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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 @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "9fdb574d24d4a012a051d6a875e1c2753796de07",
"version" : "11.9.0"
"revision" : "af17fef6d11338c64b296d9374ce0c3479695532",
"version" : "11.9.2"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Mapbox welcomes participation and contributions from everyone.

## main
## 11.9.1 - 20 January, 2025

* Localize geofencing attribution dialog.
* Update CoreMaps to 11.9.2.

## 11.9.0 - 18 December, 2024

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.

2 changes: 1 addition & 1 deletion MapboxMaps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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.9.0'
m.dependency 'MapboxCoreMaps', '11.9.2'
m.dependency 'MapboxCommon', '24.9.0'
m.dependency 'Turf', '4.0.0'

Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "9fdb574d24d4a012a051d6a875e1c2753796de07",
"version" : "11.9.0"
"revision" : "af17fef6d11338c64b296d9374ce0c3479695532",
"version" : "11.9.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PackageDescription
import Foundation

let coreMaps = MapsDependency.coreMaps(version: "11.9.0")
let coreMaps = MapsDependency.coreMaps(version: "11.9.2")

let common = MapsDependency.common(version: "24.9.0")

Expand Down
2 changes: 1 addition & 1 deletion scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"MapboxCoreMaps": "11.9.0",
"MapboxCoreMaps": "11.9.2",
"MapboxCommon": "24.9.0",
"Turf": "4.0.0"
}

0 comments on commit f412ffb

Please sign in to comment.