Skip to content

Commit 61a181a

Browse files
authored
Prepare v2.11.0-rc.1 (#1020)
- Bump Maps SDK to v11.15.0-rc.1
1 parent aa9e201 commit 61a181a

File tree

12 files changed

+48
-44
lines changed

12 files changed

+48
-44
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.11.0-rc.1
2+
3+
* Update Maps SDK to v11.15.0-rc.1
4+
* Fix map events not being called if annotations are presented
5+
16
### 2.11.0-beta.1
27

38
* Fix Mapbox expression handling on Android by converting List expressions starting with strings to JSON format.

LICENSE

Lines changed: 5 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.11.0-beta.1
3+
Mapbox Maps for Flutter version 2.11.0-rc.1
44
Mapbox Maps Flutter SDK
55

66
Copyright © 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.15.0-beta.3
137+
Mapbox Maps for iOS version 11.15.0-rc.1
138138
Mapbox Maps iOS SDK
139139

140140
Copyright © 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.15.0-beta.3,Mapbox ToS,Mapbox,https://www.mapbox.com/
168+
### MapboxCoreMaps,11.15.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
169169

170170
```
171171
Mapbox Core Maps version 11.0
@@ -1944,7 +1944,7 @@ DEALINGS IN THE SOFTWARE.
19441944

19451945
### License
19461946

1947-
Mapbox Maps for Android version 11.15.0-beta.2
1947+
Mapbox Maps for Android version 11.15.0-rc.1
19481948
Mapbox Maps Android SDK
19491949

19501950
Copyright © 2021 - 2025 Mapbox, Inc. All rights reserved.
@@ -2426,7 +2426,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
24262426

24272427
===========================================================================
24282428

2429-
### MapboxCoreMaps,11.15.0-beta.2,Mapbox ToS,Mapbox,https://www.mapbox.com/
2429+
### MapboxCoreMaps,11.15.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
24302430

24312431
```
24322432
Mapbox Core Maps version 11.0

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.15.0-beta.3). 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.15.0-rc.1). 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.15.0-beta.2"
62+
implementation "com.mapbox.maps:android:11.15.0-rc.1"
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 & 8 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: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/pubspec.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -243,33 +243,33 @@ packages:
243243
dependency: transitive
244244
description:
245245
name: leak_tracker
246-
sha256: "8dcda04c3fc16c14f48a7bb586d4be1f0d1572731b6d81d51772ef47c02081e0"
246+
sha256: "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0"
247247
url: "https://pub.dev"
248248
source: hosted
249-
version: "11.0.1"
249+
version: "10.0.9"
250250
leak_tracker_flutter_testing:
251251
dependency: transitive
252252
description:
253253
name: leak_tracker_flutter_testing
254-
sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
254+
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
255255
url: "https://pub.dev"
256256
source: hosted
257-
version: "3.0.10"
257+
version: "3.0.9"
258258
leak_tracker_testing:
259259
dependency: transitive
260260
description:
261261
name: leak_tracker_testing
262-
sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
262+
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
263263
url: "https://pub.dev"
264264
source: hosted
265-
version: "3.0.2"
265+
version: "3.0.1"
266266
mapbox_maps_flutter:
267267
dependency: "direct main"
268268
description:
269269
path: ".."
270270
relative: true
271271
source: path
272-
version: "2.11.0-beta.1"
272+
version: "2.11.0-rc.1"
273273
matcher:
274274
dependency: transitive
275275
description:
@@ -455,10 +455,10 @@ packages:
455455
dependency: transitive
456456
description:
457457
name: test_api
458-
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
458+
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
459459
url: "https://pub.dev"
460460
source: hosted
461-
version: "0.7.6"
461+
version: "0.7.4"
462462
turf:
463463
dependency: "direct dev"
464464
description:
@@ -503,10 +503,10 @@ packages:
503503
dependency: transitive
504504
description:
505505
name: vector_math
506-
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
506+
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
507507
url: "https://pub.dev"
508508
source: hosted
509-
version: "2.2.0"
509+
version: "2.1.4"
510510
vm_service:
511511
dependency: transitive
512512
description:
@@ -540,5 +540,5 @@ packages:
540540
source: hosted
541541
version: "1.1.0"
542542
sdks:
543-
dart: ">=3.8.0-0 <4.0.0"
543+
dart: ">=3.7.0 <4.0.0"
544544
flutter: ">=3.27.0"

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.11.0-beta.1'
7+
s.version = '2.11.0-rc.1'
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.15.0-beta.3'
20+
s.dependency 'MapboxMaps', '11.15.0-rc.1'
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.15.0-beta.3"),
15+
.package(url: "https://github.com/mapbox/mapbox-maps-ios.git", exact: "11.15.0-rc.1"),
1616
],
1717
targets: [
1818
.target(

0 commit comments

Comments
 (0)