Skip to content

Commit 2a65332

Browse files
authored
Prepare v2.2.0 release (#655) (#656)
* bump deps to v11.6.0 * bump version to v2.2.0
1 parent 0bf0f22 commit 2a65332

File tree

7 files changed

+22
-24
lines changed

7 files changed

+22
-24
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
### 2.2.0-rc.1
1+
### 2.2.0
22

3+
* Bump Maps SDK to 11.6.0
4+
* Update Pigeon to `21.1.0`
35
* Expose `MapboxStyles.STANDARD_SATELLITE` style.
46
* `MapDebugOptions` is superseded by `MapWidgetDebugOptions`, expanding existing debug options with the new `light`, `camera`, and `padding` debug options in addition to the new Android-specific options: `layers2DWireframe` and `layers3DWireframe`.
5-
* Bump Maps SDK to 11.6.0-rc.1
6-
7-
### 2.2.0-beta.1
8-
97
* Support local assets for 3D puck and `ModelLayer`. To use a local assets, please specify it with `asset://` scheme in the uri.
108
* Fix map view crashing upon host activity destruction when using a cached Flutter engine.
119
* Fix a rare crash happening when map widget is being disposed.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To use the Maps Flutter SDK add the git dependency to the pubspec.yaml:
111111

112112
```
113113
dependencies:
114-
mapbox_maps_flutter: ^2.2.0-beta.1
114+
mapbox_maps_flutter: ^2.2.0
115115
```
116116

117117
### Configure permissions

android/build.gradle

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

8080
dependencies {
81-
implementation "com.mapbox.maps:android:11.6.0-rc.1"
81+
implementation "com.mapbox.maps:android:11.6.0"
8282

8383
implementation "androidx.annotation:annotation:1.7.1"
8484
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0"

example/ios/Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ PODS:
22
- Flutter (1.0.0)
33
- integration_test (0.0.1):
44
- Flutter
5-
- mapbox_maps_flutter (2.2.0-rc.1):
5+
- mapbox_maps_flutter (2.2.0):
66
- Flutter
7-
- MapboxMaps (~> 11.6.0-rc.1)
7+
- MapboxMaps (~> 11.6.0)
88
- Turf (= 2.8.0)
9-
- MapboxCommon (24.6.0-rc.1)
10-
- MapboxCoreMaps (11.6.0-rc.1):
11-
- MapboxCommon (~> 24.6.0-rc)
12-
- MapboxMaps (11.6.0-rc.1):
13-
- MapboxCommon (= 24.6.0-rc.1)
14-
- MapboxCoreMaps (= 11.6.0-rc.1)
9+
- MapboxCommon (24.6.0)
10+
- MapboxCoreMaps (11.6.0):
11+
- MapboxCommon (~> 24.6)
12+
- MapboxMaps (11.6.0):
13+
- MapboxCommon (= 24.6.0)
14+
- MapboxCoreMaps (= 11.6.0)
1515
- Turf (= 2.8.0)
1616
- path_provider_foundation (0.0.1):
1717
- Flutter
@@ -48,11 +48,11 @@ EXTERNAL SOURCES:
4848

4949
SPEC CHECKSUMS:
5050
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
51-
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
52-
mapbox_maps_flutter: 4ad19682f43ffed50be9c1eb2364107e21725f1f
53-
MapboxCommon: 595dd030df6b2c88e73dd53cef95acc3f31cfa7e
54-
MapboxCoreMaps: f33e09b177988af18168b8717f5d79937c85908f
55-
MapboxMaps: d9432ed7d8385a5e04ccc069fbc830d661bbf96d
51+
integration_test: 13825b8a9334a850581300559b8839134b124670
52+
mapbox_maps_flutter: d853261834ff2a87f716e5c4beb150bca3f4cb65
53+
MapboxCommon: 6008e74b1312a093dec291497a036fc8b47f344f
54+
MapboxCoreMaps: bd097795c5ae4f002181769e7151474a33ce878a
55+
MapboxMaps: fc1b2ab98563d0157ba01f6e4a2fd8a8af556d92
5656
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
5757
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6
5858
Turf: aa2ede4298009639d10db36aba1a7ebaad072a5e

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.2.0-rc.1'
7+
s.version = '2.2.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, '12.0'
1919

20-
s.dependency 'MapboxMaps', '~> 11.6.0-rc.1'
20+
s.dependency 'MapboxMaps', '~> 11.6.0'
2121
s.dependency 'Turf', '2.8.0'
2222

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

lib/src/map_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class _MapWidgetState extends State<MapWidget> {
185185
'textureView': widget.textureView,
186186
'styleUri': widget.styleUri,
187187
'channelSuffix': _suffix,
188-
'mapboxPluginVersion': '2.2.0-rc.1',
188+
'mapboxPluginVersion': '2.2.0',
189189
'eventTypes': _events.eventTypes.map((e) => e.index).toList(),
190190
};
191191

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mapbox_maps_flutter
22
description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs.
3-
version: 2.2.0-rc.1
3+
version: 2.2.0
44
homepage: https://github.com/mapbox/mapbox-maps-flutter
55

66
environment:

0 commit comments

Comments
 (0)