diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad055dd815..855601c3196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE.md b/LICENSE.md index abf9880fe63..6d1cadead8b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -31,7 +31,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.7.0-beta.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.7.0-beta.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 10.0 diff --git a/MapboxMaps.podspec b/MapboxMaps.podspec index 6ac1258b907..b478a9c18b8 100644 --- a/MapboxMaps.podspec +++ b/MapboxMaps.podspec @@ -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 diff --git a/Package.swift b/Package.swift index c8b1d28fe25..bc5893fbaed 100644 --- a/Package.swift +++ b/Package.swift @@ -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 diff --git a/scripts/release/packager/versions.json b/scripts/release/packager/versions.json index 6bfd9686d30..77349472a7a 100644 --- a/scripts/release/packager/versions.json +++ b/scripts/release/packager/versions.json @@ -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" }