Skip to content

Commit

Permalink
Prepare release 11.2.0-rc.1 (#2034)
Browse files Browse the repository at this point in the history
* Bump versions, update changelog and license

* Fix changelog
  • Loading branch information
aleksproger authored Feb 15, 2024
1 parent 4367c15 commit 5cb40e3
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 20 deletions.
8 changes: 4 additions & 4 deletions Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "f7804e860a7d99fac4aafda0bd790eee76150e6c",
"version" : "24.2.0-beta.1"
"revision" : "f082e51e09fc01bd0457e692807fffd2955fe12a",
"version" : "24.2.0-rc.2"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "6f1e56f01edb6145b9229f6eb4cd6c0557b647ac",
"version" : "11.2.0-beta.1"
"revision" : "cb02b9f9f2909b309e9f2374783ca090c1029c95",
"version" : "11.2.0-rc.1"
}
},
{
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ Mapbox welcomes participation and contributions from everyone.
* Add `onClusterTap` and `onClusterLongPress` to AnnotationManagers(UIKit) and AnnotationGroups(SwiftUI) which support clustering
* Add annotations drag handlers callbacks `dragBeginHandler`, `dragChangeHandler`, `dragEndHandler` to all Annotation types.

## 11.2.0-rc.1 - 15 February, 2024

### Bug fixes 🐞

* Fix Map and encompassing List scroll at the same time
* visionOS small enhancements

## 11.2.0-beta.1 - 1 February, 2024

### Features ✨ and improvements 🏁

* vision OS support. 🚀
* Vision OS support. 🚀
* Add easing curve parameter to `CameraAnimationsManager.fly(to:duration:curve:completion)`, make `TimingCurve` public with few more options.
* Expose `MapboxMap.centerAltitudeMode` and ensure correct `centerAltitudeMode` on gesture ending.
* Expose extra configuration methods for `MapboxMap`: `setNorthOrientation(_:)`, `setConstrainMode(_:)` and `setViewportMode(_:)`.
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md

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

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

maps_version = '11.2.0-beta.1'
maps_version = '11.2.0-rc.1'

m.name = 'MapboxMaps'
m.version = maps_version
Expand All @@ -21,8 +21,8 @@ Pod::Spec.new do |m|
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }

m.dependency 'MapboxCoreMaps', '11.2.0-beta.1'
m.dependency 'MapboxCommon', '24.2.0-beta.1'
m.dependency 'MapboxCoreMaps', '11.2.0-rc.1'
m.dependency 'MapboxCommon', '24.2.0-rc.2'
m.dependency 'Turf', '2.8.0'

end
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "f7804e860a7d99fac4aafda0bd790eee76150e6c",
"version" : "24.2.0-beta.1"
"revision" : "f082e51e09fc01bd0457e692807fffd2955fe12a",
"version" : "24.2.0-rc.2"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "6f1e56f01edb6145b9229f6eb4cd6c0557b647ac",
"version" : "11.2.0-beta.1"
"revision" : "cb02b9f9f2909b309e9f2374783ca090c1029c95",
"version" : "11.2.0-rc.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import PackageDescription
import Foundation

let coreMaps = MapsDependency.coreMaps(version: "11.2.0-beta.1")
let common = MapsDependency.common(version: "24.2.0-beta.1")
let coreMaps = MapsDependency.coreMaps(version: "11.2.0-rc.1")
let common = MapsDependency.common(version: "24.2.0-rc.2")

let mapboxMapsPath: String? = nil

Expand Down
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>11.2.0</string>
<key>CFBundleVersion</key>
<string>113</string>
<string>114</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.2.0-beta.1"
"version" : "11.2.0-rc.1"
}
4 changes: 2 additions & 2 deletions scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"MapboxCoreMaps": "11.2.0-beta.1",
"MapboxCommon": "24.2.0-beta.1",
"MapboxCoreMaps": "11.2.0-rc.1",
"MapboxCommon": "24.2.0-rc.2",
"Turf": "2.8.0"
}

0 comments on commit 5cb40e3

Please sign in to comment.