Skip to content

Commit

Permalink
Update CoreMaps to 10.7.0-rc.1 (#1456)
Browse files Browse the repository at this point in the history
* Update CoreMaps to 10.7.0-rc.1

* Update changelog
  • Loading branch information
OdNairy committed Jul 14, 2022
1 parent c2bc4d5 commit 436b50e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 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 @@ -15,17 +15,17 @@
"repositoryURL": "https://github.com/mapbox/mapbox-common-ios.git",
"state": {
"branch": null,
"revision": "6ef396057d185404359537926f1b0fcd083dac95",
"version": "22.1.0-beta.1"
"revision": "25794d3d3a0dab1763b7973ca217feb5e073806c",
"version": "22.1.0-rc.1"
}
},
{
"package": "MapboxCoreMaps",
"repositoryURL": "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state": {
"branch": null,
"revision": "678b333c26b81b38ccd7b3998eb19d3fca13e7b3",
"version": "10.7.0-beta.1"
"revision": "6640d6d46a6ceee6b50c451f38975d66ff5ba291",
"version": "10.7.0-rc.1"
}
},
{
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Mapbox welcomes participation and contributions from everyone.

## main

* Add rotation threshold to prevent map from being rotated accidentally. ([1429](https://github.com/mapbox/mapbox-maps-ios/pull/1429))
* Add rotation threshold to prevent map from being rotated accidentally. ([#1429](https://github.com/mapbox/mapbox-maps-ios/pull/1429))
* Introduce `GestureOptions.simultaneousRotateAndPinchZoomEnabled` and deprecate `GestureOptions.pinchRotateEnabled` in favor of `GestureOptions.rotateEnabled`. ([1429](https://github.com/mapbox/mapbox-maps-ios/pull/1429))
* Add experimental `Puck3DConfiguration.modelCastShadows` option to control shadow casting for the 3D puck. ([#1435](https://github.com/mapbox/mapbox-maps-ios/pull/1435))
* Expose public initializer for `TilesetDescriptorOptionsForTilesets`. ([1431](https://github.com/mapbox/mapbox-maps-ios/pull/1431))
* Fix view annotation losing its feature association after update. ([1446](https://github.com/mapbox/mapbox-maps-ios/pull/1446))
* Expose public initializer for `TilesetDescriptorOptionsForTilesets`. ([#1431](https://github.com/mapbox/mapbox-maps-ios/pull/1431))
* Fix view annotation losing its feature association after update. ([#1446](https://github.com/mapbox/mapbox-maps-ios/pull/1446))
* Update CoreMaps to `10.7.0-rc.1`. ([#1456](https://github.com/mapbox/mapbox-maps-ios/pull/1456))

## 10.7.0-beta.1 - June 29, 2022

Expand Down
4 changes: 2 additions & 2 deletions MapboxMaps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Pod::Spec.new do |m|
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
m.resources = ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json']

m.dependency 'MapboxCoreMaps', '10.7.0-beta.1'
m.dependency 'MapboxCommon', '22.1.0-beta.1'
m.dependency 'MapboxCoreMaps', '10.7.0-rc.1'
m.dependency 'MapboxCommon', '22.1.0-rc.1'
m.dependency 'MapboxMobileEvents', '1.0.8'
m.dependency 'Turf', '~> 2.0'

Expand Down
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"repositoryURL": "https://github.com/mapbox/mapbox-common-ios.git",
"state": {
"branch": null,
"revision": "6ef396057d185404359537926f1b0fcd083dac95",
"version": "22.1.0-beta.1"
"revision": "25794d3d3a0dab1763b7973ca217feb5e073806c",
"version": "22.1.0-rc.1"
}
},
{
"package": "MapboxCoreMaps",
"repositoryURL": "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state": {
"branch": null,
"revision": "678b333c26b81b38ccd7b3998eb19d3fca13e7b3",
"version": "10.7.0-beta.1"
"revision": "6640d6d46a6ceee6b50c451f38975d66ff5ba291",
"version": "10.7.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 @@ -13,8 +13,8 @@ let package = Package(
targets: ["MapboxMaps"]),
],
dependencies: [
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.7.0-beta.1")),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("22.1.0-beta.1")),
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.7.0-rc.1")),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("22.1.0-rc.1")),
.package(name: "MapboxMobileEvents", url: "https://github.com/mapbox/mapbox-events-ios.git", .exact("1.0.8")),
.package(name: "Turf", url: "https://github.com/mapbox/turf-swift.git", from: "2.0.0"),
.package(name: "CocoaImageHashing", url: "https://github.com/ameingast/cocoaimagehashing", .exact("1.9.0"))
Expand Down
4 changes: 2 additions & 2 deletions scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"MapboxCoreMaps": "10.7.0-beta.1",
"MapboxCommon": "22.1.0-beta.1",
"MapboxCoreMaps": "10.7.0-rc.1",
"MapboxCommon": "22.1.0-rc.1",
"Turf": "v2.4.0",
"MapboxMobileEvents": "v1.0.8"
}

0 comments on commit 436b50e

Please sign in to comment.