Skip to content

Commit

Permalink
pre-release 0.15.0
Browse files Browse the repository at this point in the history
Update Changelogs, puspec versions, remove dependency_overrides
  • Loading branch information
m0nac0 committed Oct 26, 2021
1 parent 7a38734 commit f95dd42
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.15.0, Oct 26, 2021

* Fix bug when changing line color (see #448) by @vberthet in https://github.com/m0nac0/flutter-maplibre-gl/pull/15
* Remove unnecessary imports by @m0nac0 in https://github.com/m0nac0/flutter-maplibre-gl/pull/34
* Update example with Flutter 2.5.3 by @kuhnroyal in https://github.com/m0nac0/flutter-maplibre-gl/pull/35
* CI: Use separate scheduled pipeline for Flutter beta builds by @kuhnroyal in https://github.com/m0nac0/flutter-maplibre-gl/pull/28
* Null safety (cherry-pick from upstream) by @m0nac0 in https://github.com/m0nac0/flutter-maplibre-gl/pull/31
* [web] add missing removeLines, removeCircles and removeFills (cherry-pick tobrun#622) by @m0nac0 in https://github.com/m0nac0/flutter-maplibre-gl/pull/32
* Replace style string in local style example by @m0nac0 in https://github.com/m0nac0/flutter-maplibre-gl/pull/33
* [web] add getSymbolLatLng and getLineLatLngs by @m0nac0 in https://github.com/m0nac0/flutter-maplibre-gl/pull/37

## 0.14.0
### Breaking changes:
* Remove access token, update libraries, replace example styles [#25](https://github.com/m0nac0/flutter-maplibre-gl/pull/25) (also see [#21](https://github.com/m0nac0/flutter-maplibre-gl/issues/21))
Expand Down
4 changes: 4 additions & 0 deletions maplibre_gl_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.0, Oct 26, 2021

see top-level CHANGELOG.md

## 0.14.0, Oct 14, 2021
### Breaking changes:
* Replace example styles [#25](https://github.com/m0nac0/flutter-maplibre-gl/pull/25) (also see [#21](https://github.com/m0nac0/flutter-maplibre-gl/issues/21))
Expand Down
2 changes: 1 addition & 1 deletion maplibre_gl_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: maplibre_gl_platform_interface
description: A common platform interface for the maplibre_gl plugin.
version: 0.14.0
version: 0.15.0
homepage: https://github.com/m0nac0/flutter-maplibre-gl

dependencies:
Expand Down
4 changes: 4 additions & 0 deletions maplibre_gl_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.0, Oct 26, 2021

see top-level CHANGELOG.md

## 0.14.0, Oct 14, 2021

## 0.13.0, Oct 6, 2021
Expand Down
8 changes: 4 additions & 4 deletions maplibre_gl_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: maplibre_gl_web
description: Web platform implementation of maplibre_gl
version: 0.14.0
version: 0.15.0
homepage: https://github.com/m0nac0/flutter-maplibre-gl

flutter:
Expand All @@ -24,9 +24,9 @@ dependencies:
mapbox_gl_dart: ^0.2.0-nullsafety
image: ^3.0.2

dependency_overrides:
maplibre_gl_platform_interface:
path: ../maplibre_gl_platform_interface
# dependency_overrides:
# maplibre_gl_platform_interface:
# path: ../maplibre_gl_platform_interface

dev_dependencies:
flutter_test:
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: maplibre_gl
description: A Flutter plugin for integrating Maplibre Maps inside a Flutter application on Android, iOS and web platforms.
version: 0.14.0
version: 0.15.0
homepage: https://github.com/m0nac0/flutter-maplibre-gl

dependencies:
Expand All @@ -17,11 +17,11 @@ dependencies:
path: maplibre_gl_web
ref: main

dependency_overrides:
maplibre_gl_platform_interface:
path: ./maplibre_gl_platform_interface
maplibre_gl_web:
path: ./maplibre_gl_web
# dependency_overrides:
# maplibre_gl_platform_interface:
# path: ./maplibre_gl_platform_interface
# maplibre_gl_web:
# path: ./maplibre_gl_web

flutter:
plugin:
Expand Down

0 comments on commit f95dd42

Please sign in to comment.