Skip to content

Commit 2dca5be

Browse files
mapbox-cigithub-actions[bot]
authored andcommitted
[skip ci][no ci] Bump snapshot versions SNAPSHOT-05-06--02-05.git-5c54386
GitOrigin-RevId: 89676c748b18e1ed17659b5bae938ee9ffc45d2b
1 parent b2a2a27 commit 2dca5be

7 files changed

Lines changed: 11 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Mapbox welcomes participation and contributions from everyone.
44

55
## main
66

7-
## 11.25.0-alpha.2 - 06 May, 2026
8-
97
* Fix `MapView` rendering blank when attached to an already-active CarPlay scene.
108

119
## Features ✨ and improvements 🏁

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,7 +1,7 @@
11
Pod::Spec.new do |m|
22

33
m.name = 'MapboxMaps'
4-
m.version = '11.25.0-alpha.2'
4+
m.version = '11.25.0-SNAPSHOT-05-06--02-05.git-5c54386'
55

66
m.summary = 'Vector map solution for iOS with full styling capabilities.'
77
m.description = 'Metal-based vector map solution for iOS with full styling capabilities.'
@@ -19,8 +19,8 @@ Pod::Spec.new do |m|
1919
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
2020
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/MapboxMaps/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }
2121

22-
m.dependency 'MapboxCoreMaps', '11.25.0-alpha.2'
23-
m.dependency 'MapboxCommon', '24.25.0-alpha.2'
22+
m.dependency 'MapboxCoreMaps', '11.25.0-SNAPSHOT-05-06--02-05.git-5c54386'
23+
m.dependency 'MapboxCommon', '24.25.0-SNAPSHOT-05-06--02-05.git-5c54386'
2424
m.dependency 'Turf', '4.0.0'
2525

2626
end

Package.swift

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

7-
let commonVersion: Version = "24.25.0-alpha.2"
8-
let coreMapsVersion: Version = "11.25.0-alpha.2"
7+
let commonVersion: Version = "24.25.0-SNAPSHOT-05-06--02-05.git-5c54386"
8+
let coreMapsVersion: Version = "11.25.0-SNAPSHOT-05-06--02-05.git-5c54386"
99
let turfVersion: Version = "4.0.0"
1010

1111
let mapboxMapsPath: String? = nil

Sources/MapboxMaps/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleVersion</key>
2020
<string>414</string>
2121
<key>MBXBundleVersion</key>
22-
<string>11.25.0-alpha.2</string>
22+
<string>11.25.0-SNAPSHOT-05-06--02-05.git-5c54386</string>
2323
</dict>
2424
</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.25.0-alpha.2"
2+
"version": "11.25.0-SNAPSHOT-05-06--02-05.git-5c54386"
33
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"MapboxCoreMaps": "11.25.0-alpha.2",
3-
"MapboxCommon": "24.25.0-alpha.2",
2+
"MapboxCoreMaps": "11.25.0-SNAPSHOT-05-06--02-05.git-5c54386",
3+
"MapboxCommon": "24.25.0-SNAPSHOT-05-06--02-05.git-5c54386",
44
"Turf": "4.0.0"
55
}

0 commit comments

Comments
 (0)