Skip to content

Commit

Permalink
Bump SDK version to 2.1.0-rc.1 (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
evil159 authored Jun 26, 2024
1 parent 0d0b3f4 commit e688ca9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### main
### 2.1.0-rc.1

* Bump Maps SDK to 11.5.0-rc.1
* Expose `text-occlusion-opacity`, `icon-occlusion-opacity`, `line-occlusion-opacity`, `model-front-cutoff`, `lineZOffset` as experimental.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To use the Maps Flutter Plugin add the git dependency to the pubspec.yaml:

```
dependencies:
mapbox_maps_flutter: ^2.1.0-beta.1
mapbox_maps_flutter: ^2.1.0-rc.1
```

### Configure permissions
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
- mapbox_maps_flutter (2.1.0-beta.1):
- mapbox_maps_flutter (2.1.0-rc.1):
- Flutter
- MapboxMaps (~> 11.5.0-rc.1)
- Turf (= 2.8.0)
Expand Down Expand Up @@ -49,7 +49,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
mapbox_maps_flutter: 5f72ef89b2704f3caeb695856f17f3387a7ac5e4
mapbox_maps_flutter: 6de31691b2709239722521b5530d2eeb97d6b8d4
MapboxCommon: 06dd0a0e277ae06e88fe3dc6dba6c90c632b909c
MapboxCoreMaps: 335fc5d65b32376b30955caa18217f1f2fe724c0
MapboxMaps: 2787403dfd7b6e74b44d914751b5ae38a5d6f6a3
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.1.0-beta.1"
version: "2.1.0-rc.1"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/mapbox_maps_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'mapbox_maps_flutter'
s.version = '2.1.0-beta.1'
s.version = '2.1.0-rc.1'

s.summary = 'Mapbox Maps SDK Flutter Plugin.'
s.description = 'An officially developed solution from Mapbox that enables use of our latest Maps SDK product.'
Expand Down
2 changes: 1 addition & 1 deletion lib/src/map_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class _MapWidgetState extends State<MapWidget> {
'textureView': widget.textureView,
'styleUri': widget.styleUri,
'channelSuffix': _suffix,
'mapboxPluginVersion': '2.1.0-beta.1',
'mapboxPluginVersion': '2.1.0-rc.1',
'eventTypes': _events.eventTypes.map((e) => e.index).toList(),
};

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mapbox_maps_flutter
description: A Flutter plugin for integrating Mapbox Maps SDK v11 in Android/iOS application.
version: 2.1.0-beta.1
version: 2.1.0-rc.1
homepage: https://github.com/mapbox/mapbox-maps-flutter

environment:
Expand Down

0 comments on commit e688ca9

Please sign in to comment.