Skip to content

Commit f412ffb

Browse files
authored
Bump Core to 11.9.2 (#2411)
1 parent e267bb4 commit f412ffb

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5-
## main
5+
## 11.9.1 - 20 January, 2025
66

7-
* Localize geofencing attribution dialog.
7+
* Update CoreMaps to 11.9.2.
88

99
## 11.9.0 - 18 December, 2024
1010

LICENSE.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MapboxMaps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |m|
2121
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
2222
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }
2323

24-
m.dependency 'MapboxCoreMaps', '11.9.0'
24+
m.dependency 'MapboxCoreMaps', '11.9.2'
2525
m.dependency 'MapboxCommon', '24.9.0'
2626
m.dependency 'Turf', '4.0.0'
2727

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import PackageDescription
55
import Foundation
66

7-
let coreMaps = MapsDependency.coreMaps(version: "11.9.0")
7+
let coreMaps = MapsDependency.coreMaps(version: "11.9.2")
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"MapboxCoreMaps": "11.9.0",
2+
"MapboxCoreMaps": "11.9.2",
33
"MapboxCommon": "24.9.0",
44
"Turf": "4.0.0"
55
}

0 commit comments

Comments
 (0)