Skip to content

Commit 6147aee

Browse files
authored
Bump version to v11.5.4 (#2496)
1 parent 346650a commit 6147aee

9 files changed

Lines changed: 17 additions & 13 deletions

File tree

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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
## 11.5.4 - 2 April, 2025
6+
7+
* Update Common to v24.5.1
8+
59
## 11.5.3 - 4 December, 2024
610

711
* Add a way to filter attribution menu items.

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
maps_version = '11.5.3'
3+
maps_version = '11.5.4'
44

55
m.name = 'MapboxMaps'
66
m.version = maps_version
@@ -22,7 +22,7 @@ Pod::Spec.new do |m|
2222
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }
2323

2424
m.dependency 'MapboxCoreMaps', '11.5.3'
25-
m.dependency 'MapboxCommon', '24.5.0'
25+
m.dependency 'MapboxCommon', '24.5.1'
2626
m.dependency 'Turf', '2.8.0'
2727

2828
end

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
@@ -5,7 +5,7 @@ import PackageDescription
55
import Foundation
66

77
let coreMaps = MapsDependency.coreMaps(version: "11.5.3")
8-
let common = MapsDependency.common(version: "24.5.0")
8+
let common = MapsDependency.common(version: "24.5.1")
99

1010
let mapboxMapsPath: String? = nil
1111

Sources/MapboxMaps/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>11.5.3</string>
18+
<string>11.5.4</string>
1919
<key>CFBundleVersion</key>
20-
<string>131</string>
20+
<string>132</string>
2121
</dict>
2222
</plist>

Sources/MapboxMaps/MapboxMaps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version" : "11.5.3"
2+
"version" : "11.5.4"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"MapboxCoreMaps": "11.5.3",
3-
"MapboxCommon": "24.5.0",
3+
"MapboxCommon": "24.5.1",
44
"Turf": "2.8.0"
55
}

0 commit comments

Comments
 (0)