Skip to content

Commit

Permalink
Bump GL Native to 11.7.0-beta.2 (#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
evil159 committed Sep 3, 2024
1 parent 73ddd16 commit c4e3962
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ circleAnnotationManager.circleColor = .blue
* `init(rawValue:)` -> `init(turfRawValue:)`
* `rawValue` -> `turfRawValue`
* Remove experimental `model-front-cutoff` property from `ModelLayer`
* Bump core maps version to 11.7.0-beta.1 and common sdk to 24.7.0-beta.1
* Bump core maps version to 11.7.0-beta.2 and common sdk to 24.7.0-beta.2
* Expose experimental `ClipLayer.clipLayerScope`, `SymbolLayer.symbolElevationReference` and `SymbolLayer.symbolZOffset`.
* Most of public value types was marked as Sendable now, to facilitate adoption of Swift 6 concurrency model for SDK clients.
* `autoMaxZoom` property exposed for GeoJSONSource to fix rendering issues with `FillExtrusionLayer` in some cases
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md

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

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.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }

m.dependency 'MapboxCoreMaps', '11.7.0-beta.1'
m.dependency 'MapboxCommon', '24.7.0-beta.1'
m.dependency 'MapboxCoreMaps', '11.7.0-beta.2'
m.dependency 'MapboxCommon', '24.7.0-beta.2'
m.dependency 'Turf', '3.0.0'

end
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.7.0-beta.1")
let common = MapsDependency.common(version: "24.7.0-beta.1")
let coreMaps = MapsDependency.coreMaps(version: "11.7.0-beta.2")
let common = MapsDependency.common(version: "24.7.0-beta.2")

let mapboxMapsPath: String? = nil

Expand Down
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.7.0-beta.1",
"MapboxCommon": "24.7.0-beta.1",
"MapboxCoreMaps": "11.7.0-beta.2",
"MapboxCommon": "24.7.0-beta.2",
"Turf": "3.0.0"
}

0 comments on commit c4e3962

Please sign in to comment.