Skip to content

Commit bf7b906

Browse files
mapbox-github-ci-writer-5[bot]github-actions[bot]evil159
committed
Bump version to v0.21.1 and update changelogs (#12048)
Automated version bump and changelog updates for v0.21.1 release. cc @mapbox/3d-live-navigation cc @mapbox/search-sdk-native cc @mapbox/maps-flutter cc @mapbox/gl-native cc @mapbox/maps-android cc @mapbox/search-sdk-ios cc @mapbox/core-sdk cc @mapbox/search-sdk-android cc @mapbox/sdk-platform cc @mapbox/navnative cc @mapbox/maps-ios cc @mapbox/nav-core-sdk --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Roman Laitarenko <roman.laitarenko@mapbox.com> GitOrigin-RevId: 8c74c2e414121494b7aa4e2c399776b4dc6d5928
1 parent e410cb9 commit bf7b906

7 files changed

Lines changed: 15 additions & 13 deletions

File tree

CHANGELOG.md

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

55
## main
66

7+
## 11.21.1 - 10 April, 2026
8+
79
## 11.21.0 - 02 April, 2026
810

911
## 11.21.0-rc.1 - 23 March, 2026

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.21.0-SNAPSHOT-04-10--10-54.git-3a57cf2'
4+
m.version = '11.21.1'
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.21.0-SNAPSHOT-04-10--10-54.git-3a57cf2'
23-
m.dependency 'MapboxCommon', '24.21.0-SNAPSHOT-04-10--10-54.git-3a57cf2'
22+
m.dependency 'MapboxCoreMaps', '11.21.1'
23+
m.dependency 'MapboxCommon', '24.21.1'
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.21.0-SNAPSHOT-04-10--10-54.git-3a57cf2"
8-
let coreMapsVersion: Version = "11.21.0-SNAPSHOT-04-10--10-54.git-3a57cf2"
7+
let commonVersion: Version = "24.21.1"
8+
let coreMapsVersion: Version = "11.21.1"
99
let turfVersion: Version = "4.0.0"
1010

1111
let mapboxMapsPath: String? = nil

Sources/MapboxMaps/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>11.21.0</string>
18+
<string>11.21.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>378</string>
20+
<string>379</string>
2121
<key>MBXBundleVersion</key>
22-
<string>11.21.0-SNAPSHOT-04-10--10-54.git-3a57cf2</string>
22+
<string>11.21.1</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.21.0-SNAPSHOT-04-10--10-54.git-3a57cf2"
2+
"version": "11.21.1"
33
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"MapboxCoreMaps": "11.21.0-SNAPSHOT-04-10--10-54.git-3a57cf2",
3-
"MapboxCommon": "24.21.0-SNAPSHOT-04-10--10-54.git-3a57cf2",
2+
"MapboxCoreMaps": "11.21.1",
3+
"MapboxCommon": "24.21.1",
44
"Turf": "4.0.0"
55
}

0 commit comments

Comments
 (0)