Skip to content

Commit e688ca9

Browse files
authored
Bump SDK version to 2.1.0-rc.1 (#600)
1 parent 0d0b3f4 commit e688ca9

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### main
1+
### 2.1.0-rc.1
22

33
* Bump Maps SDK to 11.5.0-rc.1
44
* Expose `text-occlusion-opacity`, `icon-occlusion-opacity`, `line-occlusion-opacity`, `model-front-cutoff`, `lineZOffset` as experimental.

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 Plugin add the git dependency to the pubspec.yaml:
111111

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

117117
### Configure permissions

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Flutter (1.0.0)
33
- integration_test (0.0.1):
44
- Flutter
5-
- mapbox_maps_flutter (2.1.0-beta.1):
5+
- mapbox_maps_flutter (2.1.0-rc.1):
66
- Flutter
77
- MapboxMaps (~> 11.5.0-rc.1)
88
- Turf (= 2.8.0)
@@ -49,7 +49,7 @@ EXTERNAL SOURCES:
4949
SPEC CHECKSUMS:
5050
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
5151
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
52-
mapbox_maps_flutter: 5f72ef89b2704f3caeb695856f17f3387a7ac5e4
52+
mapbox_maps_flutter: 6de31691b2709239722521b5530d2eeb97d6b8d4
5353
MapboxCommon: 06dd0a0e277ae06e88fe3dc6dba6c90c632b909c
5454
MapboxCoreMaps: 335fc5d65b32376b30955caa18217f1f2fe724c0
5555
MapboxMaps: 2787403dfd7b6e74b44d914751b5ae38a5d6f6a3

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ packages:
192192
path: ".."
193193
relative: true
194194
source: path
195-
version: "2.1.0-beta.1"
195+
version: "2.1.0-rc.1"
196196
matcher:
197197
dependency: transitive
198198
description:

ios/mapbox_maps_flutter.podspec

Lines changed: 1 addition & 1 deletion
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.1.0-beta.1'
7+
s.version = '2.1.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.'

lib/src/map_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class _MapWidgetState extends State<MapWidget> {
187187
'textureView': widget.textureView,
188188
'styleUri': widget.styleUri,
189189
'channelSuffix': _suffix,
190-
'mapboxPluginVersion': '2.1.0-beta.1',
190+
'mapboxPluginVersion': '2.1.0-rc.1',
191191
'eventTypes': _events.eventTypes.map((e) => e.index).toList(),
192192
};
193193

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: A Flutter plugin for integrating Mapbox Maps SDK v11 in Android/iOS application.
3-
version: 2.1.0-beta.1
3+
version: 2.1.0-rc.1
44
homepage: https://github.com/mapbox/mapbox-maps-flutter
55

66
environment:

0 commit comments

Comments
 (0)