Skip to content

Commit

Permalink
Update deps (#8033)
Browse files Browse the repository at this point in the history
* Update deps
  • Loading branch information
chizhavko authored Feb 4, 2025
1 parent 28accb4 commit ebfb4f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## v3.7.0-rc.1

### Packaging

* MapboxNavigationCore now requires [MapboxMaps v11.10.0-rc.1](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v11.10.0-rc.1).
* MapboxNavigationCore now requires [MapboxNavigationNative v323.0.0-rc.1](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/323.0.0-rc.1).

### Other changes

* Fixed possible not thread-safe memory access in `SimulatedLocationManager`.
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import PackageDescription

let (navNativeVersion, navNativeChecksum, navNativeRevision) = ("323.0.0-beta.2", "232248c8bf79477821dac64f55e639ee870769883324bb5570528853dfa237b3", "7a39deeaf436ada1aee29d64ecd0b748c1452f5d")
let mapsVersion: Version = "11.10.0-beta.1"
let (navNativeVersion, navNativeChecksum, navNativeRevision) = ("323.0.0-rc.1", "09952ccebd5e5ca93d7e1444e26c9f285f85e9893d82b07079c24d0f9b6a9cee", "f8f027c71395e876978714c87131f9923d8e8cb2")
let mapsVersion: Version = "11.10.0-rc.1"

let package = Package(
name: "MapboxNavigation",
Expand Down
2 changes: 1 addition & 1 deletion Sources/MapboxNavigationCore/Version.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

extension Bundle {
public static let mapboxNavigationVersion: String = "3.7.0-beta.1"
public static let mapboxNavigationVersion: String = "3.7.0-rc.1"
public static let mapboxNavigationUXBundleIdentifier: String = "com.mapbox.navigationUX"
}

0 comments on commit ebfb4f8

Please sign in to comment.