Skip to content

Commit

Permalink
Update versions (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
OdNairy authored Jan 17, 2024
1 parent 1b7dfcc commit 9e09f50
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 22 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" : "660cc68685c4ca551cc2815ab3607d54d906c8a7",
"version" : "24.1.0-rc.1"
"revision" : "6ed3e33b51d3e3162843885f6914d7fb175609c6",
"version" : "24.1.0"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "8b3d2e9bf0886995cd6c05f39f7a5ac4691d0fc9",
"version" : "11.1.0-rc.1"
"revision" : "d9cdf51cf4b897811a5c5d5135d3c772830e2b7c",
"version" : "11.1.0"
}
},
{
Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ Mapbox welcomes participation and contributions from everyone.
## main

* Add easing curve parameter to `CameraAnimationsManager.fly(to:duration:curve:completion)`, make `TimingCurve` public with few more options.
* Add `customData` field in Annotaion and deprecate `userInfo`. `userInfo` behaviour rolled back to v10 behaviour.
* Fix MapView flickering during resizing.
* Fix glitch in chained camera animations.
* Make padding optional in `MapboxMap.camera(for:padding:bearing:pitch:maxZoom:offset:)` and `MapboxMap.camera(for:padding:bearing:pitch:)`.
* Build XCFramework with `SWIFT_SERIALIZE_DEBUGGING_OPTIONS=NO` flag to avoid serialized search paths in Swift modules.
* Fixed a bug where the attribution dialog does not appear when there is a presented view controller.
* Fixed a crash that occurs when annotations have duplicate identifiers.

## 11.1.0 - 17 January, 2024

* Add `customData` field in Annotaion and deprecate `userInfo`. `userInfo` behaviour rolled back to v10 behaviour.
* Fixed a bug where the attribution dialog does not appear when there is a presented view controller.
* Make padding optional in `MapboxMap.camera(for:padding:bearing:pitch:maxZoom:offset:)` and `MapboxMap.camera(for:padding:bearing:pitch:)`.
* Update CoreMaps to 11.1.0 and Common to 24.1.0

## 11.1.0-rc.1 - 04 January, 2024

### Bug fixes 🐞
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.1.0-rc.1'
maps_version = '11.1.0'

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.1.0-rc.1'
m.dependency 'MapboxCommon', '24.1.0-rc.1'
m.dependency 'MapboxCoreMaps', '11.1.0'
m.dependency 'MapboxCommon', '24.1.0'
m.dependency 'Turf', '2.7.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" : "660cc68685c4ca551cc2815ab3607d54d906c8a7",
"version" : "24.1.0-rc.1"
"revision" : "6ed3e33b51d3e3162843885f6914d7fb175609c6",
"version" : "24.1.0"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "8b3d2e9bf0886995cd6c05f39f7a5ac4691d0fc9",
"version" : "11.1.0-rc.1"
"revision" : "d9cdf51cf4b897811a5c5d5135d3c772830e2b7c",
"version" : "11.1.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

import PackageDescription

let coreMaps = MapsDependency.coreMaps(version: "11.1.0-rc.1")
let coreMaps = MapsDependency.coreMaps(version: "11.1.0")

let common = MapsDependency.common(version: "24.1.0-rc.1")
let common = MapsDependency.common(version: "24.1.0")

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.1.0</string>
<key>CFBundleVersion</key>
<string>111</string>
<string>112</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.1.0-rc.1"
"version" : "11.1.0"
}
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.1.0-rc.1",
"MapboxCommon": "24.1.0-rc.1",
"MapboxCoreMaps": "11.1.0",
"MapboxCommon": "24.1.0",
"Turf": "2.7.0"
}

0 comments on commit 9e09f50

Please sign in to comment.