Skip to content

Commit

Permalink
Cp/prepare v10.13.0 (#1512)
Browse files Browse the repository at this point in the history
* Update version numbering (#1499)

* Remove binary dependency on MME (#1510)

* Remove binary dependency on MME

* Add changelog

* Mai/prepare v10.13 (#1511)

* Bump CoreMaps to v10.13.0 and Common to v23.5.0

* Update CHANGELOG.md

* Remove carplay entry from changelog

---------

Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com>
Co-authored-by: Roman Gardukevich <roman.gardukevich@mapbox.com>
  • Loading branch information
3 people authored May 3, 2023
1 parent 779888a commit 7c60cc1
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 23 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": "d7b7954665a84a44a83877886c5c92b2d19c82db",
"version": "23.5.0-rc.1"
"revision": "a623ae13560c81085d2c63807143c83f46e69f2f",
"version": "23.5.0"
}
},
{
"package": "MapboxCoreMaps",
"repositoryURL": "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state": {
"branch": null,
"revision": "10ac9df99b62b74c3929d129c96d8a55c5f1e7fc",
"version": "10.13.0-rc.1"
"revision": "899ea91aa3f9e1ba0b002a127fe1f84b2faaaed9",
"version": "10.13.0"
}
},
{
Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ Mapbox welcomes participation and contributions from everyone.

## main

## 10.13.0-rc.0 - April 19, 2023
## 10.13.0 - May 3, 2023

* Update MapboxCoreMaps to 10.13.0-rc.1 and MapboxCommon to 23.5.0-rc.1.
* Remove XCFramework binary dependency on MapboxMobileEvents.
* Update MapboxCoreMaos to 10.13.0 and MapboxCommon to 23.5.0

## 10.13.0-beta.0 - April 5, 2023
## 10.13.0-rc.1 - April 19, 2023

* Update MapboxCoreMaps to 10.13.0-rc.1 and MapboxCommon to 23.5.0-rc.1.

## 10.13.0-beta.1 - April 5, 2023

* Remove unnecessary check before updating a geo json source.
* Enable zoom during a drag gesture.
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.13.0-rc.1'
maps_version = '10.13.0'

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.13.0-rc.1'
m.dependency 'MapboxCoreMaps', '10.13.0'
m.dependency 'MapboxMobileEvents', '1.0.10'
m.dependency 'MapboxCommon', '23.5.0-rc.1'
m.dependency 'MapboxCommon', '23.5.0'
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": "d7b7954665a84a44a83877886c5c92b2d19c82db",
"version": "23.5.0-rc.1"
"revision": "a623ae13560c81085d2c63807143c83f46e69f2f",
"version": "23.5.0"
}
},
{
"package": "MapboxCoreMaps",
"repositoryURL": "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state": {
"branch": null,
"revision": "10ac9df99b62b74c3929d129c96d8a55c5f1e7fc",
"version": "10.13.0-rc.1"
"revision": "899ea91aa3f9e1ba0b002a127fe1f84b2faaaed9",
"version": "10.13.0"
}
},
{
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.13.0-rc.1")),
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.13.0")),
// 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.5.0-rc.1")),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("23.5.0")),
.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.13.0</string>
<key>CFBundleVersion</key>
<string>69</string>
<string>70</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.13.0-rc.1"
"version" : "10.13.0"
}
1 change: 0 additions & 1 deletion scripts/release/packager/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ targets:
- framework: "../MapboxCoreMaps.xcframework"
- framework: "../Turf.xcframework"
- framework: "../MapboxCommon.xcframework"
- framework: "../MapboxMobileEvents.xcframework"
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.13.0-rc.1",
"MapboxCoreMaps": "10.13.0",
"MapboxMobileEvents": "v1.0.10",
"MapboxCommon": "23.5.0-rc.1",
"MapboxCommon": "23.5.0",
"Turf": "v2.6.1"
}

0 comments on commit 7c60cc1

Please sign in to comment.