Skip to content

Commit

Permalink
Bump core and common versions for 11.7.1 release (#2329)
Browse files Browse the repository at this point in the history
Co-authored-by: Release SDK bot for Maps SDK team <maps_sdk_ios@mapbox.com>
  • Loading branch information
pjleonard37 and Release SDK bot for Maps SDK team authored Oct 10, 2024
1 parent 1dfa477 commit 34daef8
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 20 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" : "25d2799f6116d7921b707b6eb217cf976e0a664a",
"version" : "24.7.0"
"revision" : "4efcac86e00b46d58469a9d37965a4a6ab053a73",
"version" : "24.7.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "b191fddd85c19c7372b6a5b93bb883ba04ea0cbe",
"version" : "11.7.0"
"revision" : "6f8b7631444c287b700ae59fc3dc27ec492da317",
"version" : "11.7.1"
}
},
{
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Mapbox welcomes participation and contributions from everyone.

## main

## 11.7.1 - 10 October, 2024

* Respect holes in polygons when querying rendered features.
* Update CoreMaps to 11.7.1 and Common to 24.7.1

## 11.7.0 - 26 September, 2024

* Fix the bug where displaying ViewAnnotation and setting a feature state simultaneously could result in an unapplied feature state.
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.7.0'
maps_version = '11.7.1'

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.7.0'
m.dependency 'MapboxCommon', '24.7.0'
m.dependency 'MapboxCoreMaps', '11.7.1'
m.dependency 'MapboxCommon', '24.7.1'
m.dependency 'Turf', '3.0.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" : "25d2799f6116d7921b707b6eb217cf976e0a664a",
"version" : "24.7.0"
"revision" : "4efcac86e00b46d58469a9d37965a4a6ab053a73",
"version" : "24.7.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "b191fddd85c19c7372b6a5b93bb883ba04ea0cbe",
"version" : "11.7.0"
"revision" : "6f8b7631444c287b700ae59fc3dc27ec492da317",
"version" : "11.7.1"
}
},
{
Expand Down
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")
let common = MapsDependency.common(version: "24.7.0")
let coreMaps = MapsDependency.coreMaps(version: "11.7.1")
let common = MapsDependency.common(version: "24.7.1")

let mapboxMapsPath: String? = nil

Expand Down
4 changes: 2 additions & 2 deletions Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>11.7.0</string>
<string>11.7.1</string>
<key>CFBundleVersion</key>
<string>135</string>
<string>136</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.7.0"
"version" : "11.7.1"
}
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",
"MapboxCommon": "24.7.0",
"MapboxCoreMaps": "11.7.1",
"MapboxCommon": "24.7.1",
"Turf": "3.0.0"
}

0 comments on commit 34daef8

Please sign in to comment.