Skip to content

Commit

Permalink
Update versions for v11.4.0-beta.2 (#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjleonard37 committed May 2, 2024
1 parent a0cd1a8 commit 426568a
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 19 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" : "2db19ddde415b79f35de497240cd6ba563416657",
"version" : "24.4.0-beta.1"
"revision" : "e36d6ec3c399e9f55c4deb96cea70bcd095a5203",
"version" : "24.4.0-beta.2"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "40da10b7dd365ef2350a35ccb5abefe726a0761c",
"version" : "11.4.0-beta.1"
"revision" : "49d8fa95320f1144e4bfb01048a31b7dbf3ff883",
"version" : "11.4.0-beta.2"
}
},
{
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Mapbox welcomes participation and contributions from everyone.

## main

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

## 11.4.0-beta.1 - 24 April, 2024

⚠️⚠️⚠️ Known Issues ⚠️⚠️⚠️
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.4.0-beta.1'
maps_version = '11.4.0-beta.2'

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.4.0-beta.1'
m.dependency 'MapboxCommon', '24.4.0-beta.1'
m.dependency 'MapboxCoreMaps', '11.4.0-beta.2'
m.dependency 'MapboxCommon', '24.4.0-beta.2'
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" : "2db19ddde415b79f35de497240cd6ba563416657",
"version" : "24.4.0-beta.1"
"revision" : "e36d6ec3c399e9f55c4deb96cea70bcd095a5203",
"version" : "24.4.0-beta.2"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "40da10b7dd365ef2350a35ccb5abefe726a0761c",
"version" : "11.4.0-beta.1"
"revision" : "49d8fa95320f1144e4bfb01048a31b7dbf3ff883",
"version" : "11.4.0-beta.2"
}
},
{
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.4.0-beta.1")
let common = MapsDependency.common(version: "24.4.0-beta.1")
let coreMaps = MapsDependency.coreMaps(version: "11.4.0-beta.2")
let common = MapsDependency.common(version: "24.4.0-beta.2")

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>120</string>
<string>121</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.1"
"version" : "11.4.0-beta.2"
}
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.4.0-beta.1",
"MapboxCommon": "24.4.0-beta.1",
"MapboxCoreMaps": "11.4.0-beta.2",
"MapboxCommon": "24.4.0-beta.2",
"Turf": "2.8.0"
}

0 comments on commit 426568a

Please sign in to comment.