Skip to content

Commit 02b83f2

Browse files
pjleonard37Release SDK bot for Maps SDK team
andauthored
Update versions for v2.10.0 release (#1011)
Co-authored-by: Release SDK bot for Maps SDK team <[email protected]>
1 parent d812b6c commit 02b83f2

File tree

11 files changed

+89
-37
lines changed

11 files changed

+89
-37
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
### 2.10.0-rc.1
1+
### 2.10.0
22

3+
* Update Maps SDK to v11.14.0
4+
* Fixed FillExtrusionLayer flickering when transitioning between flat and globe projection
35
* Fix crash when receiving annotation interactions.
4-
* Update Maps SDK to v11.14.0-rc.1
5-
6-
### 2.10.0-beta.1
7-
86
* Introduce new experimental properties: `FillLayer.fillConstructBridgeGuardRail`, `FillLayer.fillBridgeGuardRailColor`, `FillLayer.fillTunnelStructureColor`, `CircleLayer.circleElevationReference`.
97
* Introduce `tapEvents` and `longPressEvents` API to the Annotation Managers to handle tap and long press event callbacks for annotations:
108
Example usage:

LICENSE

Lines changed: 59 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## License
22

3-
Mapbox Maps for Flutter version 2.10.0-rc.1
3+
Mapbox Maps for Flutter version 2.10.0
44
Mapbox Maps Flutter SDK
55

66
Copyright &copy; 2022 - 2025 Mapbox, Inc. All rights reserved.
@@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
134134

135135
## License
136136

137-
Mapbox Maps for iOS version 11.14.0-rc.1
137+
Mapbox Maps for iOS version 11.14.0
138138
Mapbox Maps iOS SDK
139139

140140
Copyright &copy; 2021 - 2025 Mapbox, Inc. All rights reserved.
@@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
165165

166166
---
167167

168-
### MapboxCoreMaps,11.14.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
168+
### MapboxCoreMaps,11.14.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
169169

170170
```
171171
Mapbox Core Maps version 11.0
@@ -1408,6 +1408,33 @@ All rights reserved.
14081408

14091409
---
14101410

1411+
### plf_list,v2.7.24,zlib,Matt Bentle,https://github.com/mattreecebentley/plf_list
1412+
1413+
```
1414+
zlib License
1415+
1416+
(C) 2019 mattreecebentley
1417+
1418+
This software is provided 'as-is', without any express or implied
1419+
warranty. In no event will the authors be held liable for any damages
1420+
arising from the use of this software.
1421+
1422+
Permission is granted to anyone to use this software for any purpose,
1423+
including commercial applications, and to alter it and redistribute it
1424+
freely, subject to the following restrictions:
1425+
1426+
1. The origin of this software must not be misrepresented you must not
1427+
claim that you wrote the original software. If you use this software
1428+
in a product, an acknowledgment in the product documentation would be
1429+
appreciated but is not required.
1430+
2. Altered source versions must be plainly marked as such, and must not be
1431+
misrepresented as being the original software.
1432+
3. This notice may not be removed or altered from any source distribution.
1433+
1434+
```
1435+
1436+
---
1437+
14111438
### mapbox-base-internal,dev,BSD-3-Clause,Mapbox,https://www.mapbox.com/
14121439

14131440
```
@@ -1729,7 +1756,7 @@ All other rights reserved.
17291756

17301757
### License
17311758

1732-
Mapbox Maps for Android version 11.14.0-rc.1
1759+
Mapbox Maps for Android version 11.14.0
17331760
Mapbox Maps Android SDK
17341761

17351762
Copyright &copy; 2021 - 2025 Mapbox, Inc. All rights reserved.
@@ -2211,7 +2238,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
22112238

22122239
===========================================================================
22132240

2214-
### MapboxCoreMaps,11.14.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
2241+
### MapboxCoreMaps,11.14.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
22152242

22162243
```
22172244
Mapbox Core Maps version 11.0
@@ -3513,6 +3540,33 @@ All rights reserved.
35133540

35143541
---
35153542

3543+
### plf_list,v2.7.24,zlib,Matt Bentle,https://github.com/mattreecebentley/plf_list
3544+
3545+
```
3546+
zlib License
3547+
3548+
(C) 2019 mattreecebentley
3549+
3550+
This software is provided 'as-is', without any express or implied
3551+
warranty. In no event will the authors be held liable for any damages
3552+
arising from the use of this software.
3553+
3554+
Permission is granted to anyone to use this software for any purpose,
3555+
including commercial applications, and to alter it and redistribute it
3556+
freely, subject to the following restrictions:
3557+
3558+
1. The origin of this software must not be misrepresented you must not
3559+
claim that you wrote the original software. If you use this software
3560+
in a product, an acknowledgment in the product documentation would be
3561+
appreciated but is not required.
3562+
2. Altered source versions must be plainly marked as such, and must not be
3563+
misrepresented as being the original software.
3564+
3. This notice may not be removed or altered from any source distribution.
3565+
3566+
```
3567+
3568+
---
3569+
35163570
### shaderc,v2025.2,Apache-2.0,google,https://github.com/google/shaderc
35173571

35183572
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mapbox Maps SDK Flutter SDK
22

3-
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.14.0-rc.1). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
3+
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.14.0). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
44

55
Web and desktop are not supported.
66

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint
5959
}
6060

6161
dependencies {
62-
implementation "com.mapbox.maps:android:11.14.0-rc.1"
62+
implementation "com.mapbox.maps:android:11.14.0"
6363

6464
implementation "androidx.annotation:annotation:1.5.0"
6565
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"

example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/mapbox_maps_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mapbox_maps_flutter'
7-
s.version = '2.10.0-rc.1'
7+
s.version = '2.10.0'
88

99
s.summary = 'Mapbox Maps SDK Flutter Plugin.'
1010
s.description = 'An officially developed solution from Mapbox that enables use of our latest Maps SDK product.'
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '14.0'
1919

20-
s.dependency 'MapboxMaps', '11.14.0-rc.1'
20+
s.dependency 'MapboxMaps', '11.14.0'
2121
s.dependency 'Turf', '4.0.0'
2222

2323
# Flutter.framework does not contain a i386 slice.

ios/mapbox_maps_flutter/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/mapbox_maps_flutter/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "mapbox-maps-flutter", targets: ["mapbox_maps_flutter"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/mapbox/mapbox-maps-ios.git", exact: "11.14.0-rc.1"),
15+
.package(url: "https://github.com/mapbox/mapbox-maps-ios.git", exact: "11.14.0"),
1616
],
1717
targets: [
1818
.target(

lib/src/package_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
part of mapbox_maps_flutter;
22

3-
const String mapboxPluginVersion = '2.10.0-rc.1';
3+
const String mapboxPluginVersion = '2.10.0';

0 commit comments

Comments
 (0)