Skip to content

Commit fc8345d

Browse files
authored
Bump 11.10.0 (#2451) (#2452)
1 parent 59b8203 commit fc8345d

File tree

9 files changed

+27
-19
lines changed

9 files changed

+27
-19
lines changed

CHANGELOG.md

Lines changed: 8 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.10.0 - 13 February, 2025
6+
7+
* Update CoreMaps to 11.10.0.
8+
59
## 11.10.0-rc.1 - 31 January, 2025
610

711
* Expose experimental ColorTheme API to set style wide color theme. A color theme modifies the global colors of a style using a LUT (lookup table) for color grading.
@@ -52,6 +56,10 @@ Use this property to define view annotation sort order.
5256
* Introduce `ViewAnnotation.minZoom` and `ViewAnnotation.maxZoom`. Use these properties to configure zoom-level specific view annotations.
5357
* Update CoreMaps to 11.10.0-beta.2 and Common to 24.10.0-beta.2.
5458

59+
## 11.9.2 - 5 February, 2025
60+
61+
* Update CoreMaps to 11.9.3.
62+
5563
## 11.9.1 - 20 January, 2025
5664

5765
* Update CoreMaps to 11.9.2.

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: 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: 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.10.0-rc.1'
3+
maps_version = '11.10.0'
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.10.0-rc.1'
25-
m.dependency 'MapboxCommon', '24.10.0-rc.1'
24+
m.dependency 'MapboxCoreMaps', '11.10.0'
25+
m.dependency 'MapboxCommon', '24.10.0'
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.10.0-rc.1")
7+
let coreMaps = MapsDependency.coreMaps(version: "11.10.0")
88

9-
let common = MapsDependency.common(version: "24.10.0-rc.1")
9+
let common = MapsDependency.common(version: "24.10.0")
1010

1111
let mapboxMapsPath: String? = nil
1212

Sources/MapboxMaps/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>11.10.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>144</string>
20+
<string>145</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.10.0-rc.1"
2+
"version" : "11.10.0"
33
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"MapboxCoreMaps": "11.10.0-rc.1",
3-
"MapboxCommon": "24.10.0-rc.1",
2+
"MapboxCoreMaps": "11.10.0",
3+
"MapboxCommon": "24.10.0",
44
"Turf": "4.0.0"
55
}

0 commit comments

Comments
 (0)