Skip to content

Commit 9cf7d74

Browse files
committed
Prepare 11.8.0-beta.1
1 parent e4e0aea commit 9cf7d74

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

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.8.0-beta.1 - 14 October, 2024
8+
79
* [SwiftUI] Fixed crash when ForEvery was used with duplicated IDs.
810
* Introduce experimental Geofencing API. Implementation example: [GeofencingExample.swift](Apps/Examples/Examples/All%20Examples/GeofencingExample.swift)
911
* Refactor of the experimental Interactions and Featuresets API:

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

3-
maps_version = '11.7.0'
3+
maps_version = '11.8.0-beta.1'
44

55
m.name = 'MapboxMaps'
66
m.version = maps_version

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.7.0</string>
18+
<string>11.8.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>135</string>
20+
<string>136</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.7.0"
2+
"version" : "11.8.0-beta.1"
33
}

0 commit comments

Comments
 (0)