Skip to content

Commit 7ae80ba

Browse files
authored
Merge pull request #342 from mapbox/rl/release_1_0_0_beta_1
Prepare 1.0.0-beta.1 release
2 parents 85f616f + 30430c2 commit 7ae80ba

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.0.0-beta.1
2+
3+
Bump platform Maps SDK dependencies to 11.0.0.
4+
15
### 0.5.1
26
### Android
37

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 = '0.5.1'
7+
s.version = '1.0.0-beta.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
@@ -183,7 +183,7 @@ class _MapWidgetState extends State<MapWidget> {
183183
'textureView': widget.textureView,
184184
'styleUri': widget.styleUri,
185185
'eventTypes': widget._eventTypes.map((e) => e.index).toList(),
186-
'mapboxPluginVersion': '0.5.1'
186+
'mapboxPluginVersion': '1.0.0-beta.1'
187187
};
188188

189189
return _mapboxMapsPlatform.buildView(

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 v10 in Android/iOS application.
3-
version: 0.5.1
3+
version: 1.0.0-beta.1
44
homepage: https://github.com/mapbox/mapbox-maps-flutter
55

66
environment:

0 commit comments

Comments
 (0)