Skip to content

Commit

Permalink
[10.16] Update versions (#1761)
Browse files Browse the repository at this point in the history
* Update Common, CoreMaps and version label

* Add changelog
  • Loading branch information
OdNairy authored Aug 23, 2023
1 parent 7a5dbcb commit f6fd82d
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 21 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 @@ -15,17 +15,17 @@
"repositoryURL": "https://github.com/mapbox/mapbox-common-ios.git",
"state": {
"branch": null,
"revision": "f285346249993928f1b4b3ad149ce4a22e83b964",
"version": "23.8.0-beta.1"
"revision": "914d9e9c258e036b6758c4b4cf8ef39bc5058f48",
"version": "23.8.0-rc.2"
}
},
{
"package": "MapboxCoreMaps",
"repositoryURL": "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state": {
"branch": null,
"revision": "6d39335dcb53899828120d39ad54a506a18fff53",
"version": "10.16.0-beta.1"
"revision": "c1e3b2d777ab02fcbee43aeaa04398cb7582b0c5",
"version": "10.16.0-rc.2"
}
},
{
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ Mapbox welcomes participation and contributions from everyone.

## main

## 10.16.0-beta.1 - Aug 9, 2023
## 10.16.0-rc.1 - August 23, 2023

* Update MapboxCoreMaps to 10.16.0-beta.1 and MapboxCommon to 23.8.0-beta.1.
* Add privacy policy attribution dialog action.
* Update MapboxCoreMaps to 10.16.0-rc.2 and MapboxCommon to 23.8.0-rc.2.

## 10.16.0-beta.1 - August 9, 2023

* Update MapboxCoreMaps to 10.16.0-beta.1 and MapboxCommon to 23.8.0-beta.1.

## 10.15.0-rc.1 - July 13, 2023

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 = '10.16.0-beta.1'
maps_version = '10.16.0-rc.1'

m.name = 'MapboxMaps'
m.version = maps_version
Expand All @@ -25,9 +25,9 @@ Pod::Spec.new do |m|
# TODO: remove after Cocoapods 1.12 is released
m.pod_target_xcconfig = { 'CODE_SIGNING_ALLOWED' => 'NO' }

m.dependency 'MapboxCoreMaps', '10.16.0-beta.1'
m.dependency 'MapboxCoreMaps', '10.16.0-rc.2'
m.dependency 'MapboxMobileEvents', '1.0.10'
m.dependency 'MapboxCommon', '23.8.0-beta.1'
m.dependency 'MapboxCommon', '23.8.0-rc.2'
m.dependency 'Turf', '~> 2.0'

end
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"repositoryURL": "https://github.com/mapbox/mapbox-common-ios.git",
"state": {
"branch": null,
"revision": "f285346249993928f1b4b3ad149ce4a22e83b964",
"version": "23.8.0-beta.1"
"revision": "914d9e9c258e036b6758c4b4cf8ef39bc5058f48",
"version": "23.8.0-rc.2"
}
},
{
"package": "MapboxCoreMaps",
"repositoryURL": "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state": {
"branch": null,
"revision": "6d39335dcb53899828120d39ad54a506a18fff53",
"version": "10.16.0-beta.1"
"revision": "c1e3b2d777ab02fcbee43aeaa04398cb7582b0c5",
"version": "10.16.0-rc.2"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ let package = Package(
targets: ["MapboxMaps"]),
],
dependencies: [
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.16.0-beta.1")),
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.16.0-rc.2")),
// We keep MME dependency for compatibility reasons
.package(name: "MapboxMobileEvents", url: "https://github.com/mapbox/mapbox-events-ios.git", .exact("1.0.10")),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("23.8.0-beta.1")),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("23.8.0-rc.2")),
.package(name: "Turf", url: "https://github.com/mapbox/turf-swift.git", from: "2.0.0"),
.package(name: "CocoaImageHashing", url: "https://github.com/ameingast/cocoaimagehashing", .exact("1.9.0"))
],
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>10.16.0</string>
<key>CFBundleVersion</key>
<string>78</string>
<string>79</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" : "10.16.0-beta.1"
"version" : "10.16.0-rc.1"
}
4 changes: 2 additions & 2 deletions scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"MapboxCoreMaps": "10.16.0-beta.1",
"MapboxCoreMaps": "10.16.0-rc.2",
"MapboxMobileEvents": "v1.0.10",
"MapboxCommon": "23.8.0-beta.1",
"MapboxCommon": "23.8.0-rc.2",
"Turf": "v2.6.1"
}

0 comments on commit f6fd82d

Please sign in to comment.