Skip to content

Commit

Permalink
Prepare release v11.4.0-beta.3 (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksproger authored May 6, 2024
1 parent b84bba7 commit b1eee26
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 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 @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "e36d6ec3c399e9f55c4deb96cea70bcd095a5203",
"version" : "24.4.0-beta.2"
"revision" : "f30a28d75448093c1484708fa84d02ddaa474677",
"version" : "24.4.0-beta.3"
}
},
{
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Mapbox welcomes participation and contributions from everyone.

* Added camera(for:) deprecation for several methods. Added an `CameraForExample` camera(for:) usage

## 11.4.0-beta.3 - 6 May, 2024

* Bump common sdk to 24.4.0-beta.3.

## 11.4.0-beta.2 - 2 May, 2024

* Bump core maps version to 11.4.0-beta.2 and common sdk to 24.4.0-beta.2.
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
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

maps_version = '11.4.0-beta.2'
maps_version = '11.4.0-beta.3'

m.name = 'MapboxMaps'
m.version = maps_version
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |m|
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }

m.dependency 'MapboxCoreMaps', '11.4.0-beta.2'
m.dependency 'MapboxCommon', '24.4.0-beta.2'
m.dependency 'MapboxCommon', '24.4.0-beta.3'
m.dependency 'Turf', '2.8.0'

end
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "e36d6ec3c399e9f55c4deb96cea70bcd095a5203",
"version" : "24.4.0-beta.2"
"revision" : "f30a28d75448093c1484708fa84d02ddaa474677",
"version" : "24.4.0-beta.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
import Foundation

let coreMaps = MapsDependency.coreMaps(version: "11.4.0-beta.2")
let common = MapsDependency.common(version: "24.4.0-beta.2")
let common = MapsDependency.common(version: "24.4.0-beta.3")

let mapboxMapsPath: String? = nil

Expand Down
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.4.0</string>
<key>CFBundleVersion</key>
<string>121</string>
<string>122</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.4.0-beta.2"
"version" : "11.4.0-beta.3"
}
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.4.0-beta.2",
"MapboxCommon": "24.4.0-beta.2",
"MapboxCommon": "24.4.0-beta.3",
"Turf": "2.8.0"
}

0 comments on commit b1eee26

Please sign in to comment.