Skip to content

Commit

Permalink
CP: Update to 11.5.1 (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
OdNairy authored Jul 9, 2024
1 parent 833d90c commit b9c4b07
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "5d5d126c7a0f743b05c8889437e788fdd2356308",
"version" : "11.5.0"
"revision" : "33c88427d47dc075aa1bff8e088570110a19ed1a",
"version" : "11.5.1"
}
},
{
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Mapbox welcomes participation and contributions from everyone.

## main
## 11.5.1 - 5 July, 2024

* Update CoreMaps to the 11.5.1 version.

## 11.5.0 - 3 July, 2024

* Use new `LineJoin.none` in conjunction with an image as a `linePattern` value to display repeated series of images along a line(e.g. dotted route line).
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.

4 changes: 2 additions & 2 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.5.0'
maps_version = '11.5.1'

m.name = 'MapboxMaps'
m.version = maps_version
Expand All @@ -21,7 +21,7 @@ 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.5.0'
m.dependency 'MapboxCoreMaps', '11.5.1'
m.dependency 'MapboxCommon', '24.5.0'
m.dependency 'Turf', '2.8.0'

Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "5d5d126c7a0f743b05c8889437e788fdd2356308",
"version" : "11.5.0"
"revision" : "33c88427d47dc075aa1bff8e088570110a19ed1a",
"version" : "11.5.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PackageDescription
import Foundation

let coreMaps = MapsDependency.coreMaps(version: "11.5.0")
let coreMaps = MapsDependency.coreMaps(version: "11.5.1")
let common = MapsDependency.common(version: "24.5.0")

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.5.0</string>
<string>11.5.1</string>
<key>CFBundleVersion</key>
<string>128</string>
<string>129</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.5.0"
"version" : "11.5.1"
}
2 changes: 1 addition & 1 deletion scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"MapboxCoreMaps": "11.5.0",
"MapboxCoreMaps": "11.5.1",
"MapboxCommon": "24.5.0",
"Turf": "2.8.0"
}

0 comments on commit b9c4b07

Please sign in to comment.