Skip to content

Commit

Permalink
Prepare 11.8.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Oct 14, 2024
1 parent e4e0aea commit 9cf7d74
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Mapbox welcomes participation and contributions from everyone.

## main

## 11.8.0-beta.1 - 14 October, 2024

* [SwiftUI] Fixed crash when ForEvery was used with duplicated IDs.
* Introduce experimental Geofencing API. Implementation example: [GeofencingExample.swift](Apps/Examples/Examples/All%20Examples/GeofencingExample.swift)
* Refactor of the experimental Interactions and Featuresets API:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MapboxMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

maps_version = '11.7.0'
maps_version = '11.8.0-beta.1'

m.name = 'MapboxMaps'
m.version = maps_version
Expand Down
4 changes: 2 additions & 2 deletions Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>11.7.0</string>
<string>11.8.0</string>
<key>CFBundleVersion</key>
<string>135</string>
<string>136</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/MapboxMaps.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version" : "11.7.0"
"version" : "11.8.0-beta.1"
}

0 comments on commit 9cf7d74

Please sign in to comment.