Skip to content

Commit 95ea972

Browse files
committed
Prepare v11.11.1
1 parent a0b366c commit 95ea972

File tree

9 files changed

+25
-20
lines changed

9 files changed

+25
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Mapbox welcomes participation and contributions from everyone.
44

55
## main
66

7+
## 11.11.1 - 26 April, 2025
8+
9+
* Update CoreMaps to 11.11.3.
10+
* Update MapboxCommon to 24.11.3.
11+
712
## 11.11.0 - 26 March, 2025
813

914
* Update CoreMaps to 11.11.0 and Common to 24.11.0
@@ -12,7 +17,7 @@ Mapbox welcomes participation and contributions from everyone.
1217
## 11.11.0-rc.1 – 12 March, 2025
1318

1419
* Expose experimental API for setting ColorTheme on style imports.
15-
* Expose use-theme properties for all annotation types and Puck3D layer.
20+
* Expose use-theme properties for all annotation types and Puck3D layer.
1621
* Update CoreMaps to 11.11.0-rc.2.
1722
* Update Common to 24.11.0-rc.2.
1823

Examples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

LICENSE.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MapboxMaps.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
maps_version = '11.11.0'
3+
maps_version = '11.11.1'
44

55
m.name = 'MapboxMaps'
66
m.version = maps_version
@@ -21,8 +21,8 @@ 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.11.0'
25-
m.dependency 'MapboxCommon', '24.11.0'
24+
m.dependency 'MapboxCoreMaps', '11.11.3'
25+
m.dependency 'MapboxCommon', '24.11.3'
2626
m.dependency 'Turf', '4.0.0'
2727

2828
end

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import PackageDescription
55
import Foundation
66

7-
let coreMaps = MapsDependency.coreMaps(version: "11.11.0")
7+
let coreMaps = MapsDependency.coreMaps(version: "11.11.3")
88

9-
let common = MapsDependency.common(version: "24.11.0")
9+
let common = MapsDependency.common(version: "24.11.3")
1010

1111
let mapboxMapsPath: String? = nil
1212

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.11.0</string>
18+
<string>11.11.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>149</string>
20+
<string>150</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.11.0"
2+
"version" : "11.11.1"
33
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"MapboxCoreMaps": "11.11.0",
3-
"MapboxCommon": "24.11.0",
2+
"MapboxCoreMaps": "11.11.3",
3+
"MapboxCommon": "24.11.3",
44
"Turf": "4.0.0"
55
}

0 commit comments

Comments
 (0)