Skip to content

Commit 639d9c0

Browse files
committed
Bump versions for 11.8.0-rc.1
1 parent 8750d14 commit 639d9c0

File tree

9 files changed

+21
-19
lines changed

9 files changed

+21
-19
lines changed

Apps/Apps.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.

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-rc.1 - 23 October, 2024
8+
79
* Fix the bug when MapView would ignore the new bounds size if there are more than a single resizing event in the animation.
810

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

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.8.0-beta.1'
3+
maps_version = '11.8.0-rc.1'
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.8.0-beta.1'
25-
m.dependency 'MapboxCommon', '24.8.0-beta.1'
24+
m.dependency 'MapboxCoreMaps', '11.8.0-rc.1'
25+
m.dependency 'MapboxCommon', '24.8.0-rc.1'
2626
m.dependency 'Turf', '3.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,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let coreMaps = MapsDependency.coreMaps(version: "11.8.0-beta.1")
8-
let common = MapsDependency.common(version: "24.8.0-beta.1")
7+
let coreMaps = MapsDependency.coreMaps(version: "11.8.0-rc.1")
8+
let common = MapsDependency.common(version: "24.8.0-rc.1")
99

1010
let mapboxMapsPath: String? = nil
1111

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.8.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>136</string>
20+
<string>137</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.8.0-beta.1"
2+
"version" : "11.8.0-rc.1"
33
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"MapboxCoreMaps": "11.8.0-beta.1",
3-
"MapboxCommon": "24.8.0-beta.1",
2+
"MapboxCoreMaps": "11.8.0-rc.1",
3+
"MapboxCommon": "24.8.0-rc.1",
44
"Turf": "3.0.0"
55
}

0 commit comments

Comments
 (0)