Skip to content

Commit

Permalink
[release/v11.5] Prepare 11.5.0 release (#2209)
Browse files Browse the repository at this point in the history
  • Loading branch information
OdNairy authored Jul 3, 2024
1 parent 78865c0 commit 692d783
Show file tree
Hide file tree
Showing 10 changed files with 24 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" : "8e3259433704add95894a3e7823f5658a17bd43b",
"version" : "24.5.0-rc.1"
"revision" : "add54e4b7d4cfe1e12600d73af6d38a536b37085",
"version" : "24.5.0"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "20d05d13d66371c46d486ce6d79d0e463df20fb9",
"version" : "11.5.0-rc.1"
"revision" : "5d5d126c7a0f743b05c8889437e788fdd2356308",
"version" : "11.5.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Mapbox welcomes participation and contributions from everyone.

## 11.5.0
## 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.

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.5.0-rc.1'
maps_version = '11.5.0'

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.5.0-rc.1'
m.dependency 'MapboxCommon', '24.5.0-rc.1'
m.dependency 'MapboxCoreMaps', '11.5.0'
m.dependency 'MapboxCommon', '24.5.0'
m.dependency 'Turf', '2.8.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" : "8e3259433704add95894a3e7823f5658a17bd43b",
"version" : "24.5.0-rc.1"
"revision" : "add54e4b7d4cfe1e12600d73af6d38a536b37085",
"version" : "24.5.0"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "20d05d13d66371c46d486ce6d79d0e463df20fb9",
"version" : "11.5.0-rc.1"
"revision" : "5d5d126c7a0f743b05c8889437e788fdd2356308",
"version" : "11.5.0"
}
},
{
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.5.0-rc.1")
let common = MapsDependency.common(version: "24.5.0-rc.1")
let coreMaps = MapsDependency.coreMaps(version: "11.5.0")
let common = MapsDependency.common(version: "24.5.0")

let mapboxMapsPath: String? = nil

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Maps rendering SDK also known as GL-Native. These are for internal use only.
- ``MBMSourceDataLoadedTypeToString(_:)``
- ``MBMStyleDataLoadedTypeToString(_:)``
- ``MBMTileStoreUsageModeToString(_:)``
- ``MBXTileStoreAmbientCacheTypeToString(_:)``

<!-- type aliases -->
- ``CameraChangedCallback``
Expand All @@ -36,3 +37,6 @@ Maps rendering SDK also known as GL-Native. These are for internal use only.
- ``StyleImageRemoveUnusedCallback``
- ``StyleLoadedCallback``
- ``TransitionOptions-class``

<!-- enums-->
- ``TileStoreAmbientCacheType``
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>11.5.0</string>
<key>CFBundleVersion</key>
<string>127</string>
<string>128</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-rc.1"
"version" : "11.5.0"
}
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.5.0-rc.1",
"MapboxCommon": "24.5.0-rc.1",
"MapboxCoreMaps": "11.5.0",
"MapboxCommon": "24.5.0",
"Turf": "2.8.0"
}

0 comments on commit 692d783

Please sign in to comment.