From 9397fae65c533e8ff0828bf62511ca34082763ff Mon Sep 17 00:00:00 2001 From: m0nac0 <58807793+m0nac0@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:15:59 +0100 Subject: [PATCH] prepare git release 0.18.0 --- example/pubspec.yaml | 18 +++++++++--------- maplibre_gl_web/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index cee50c31..e192c08f 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -19,12 +19,12 @@ dependencies: git: url: https://github.com/maplibre/flutter-maplibre-gl.git path: maplibre_gl_platform_interface - ref: git-release-0.17.0 + ref: git-release-0.18.0 maplibre_gl: git: url: https://github.com/maplibre/flutter-maplibre-gl.git - ref: git-release-0.17.0 + ref: git-release-0.18.0 location: ^5.0.3 path_provider: ^2.0.15 @@ -38,13 +38,13 @@ dependencies: # e.g. because you contribute to the project. # If the following lines are not commented out, your local versions of the sub-plugins will be used, # instead of the hosted ones. -dependency_overrides: - maplibre_gl_platform_interface: - path: ../maplibre_gl_platform_interface - maplibre_gl_web: - path: ../maplibre_gl_web - maplibre_gl: - path: .. +# dependency_overrides: +# maplibre_gl_platform_interface: +# path: ../maplibre_gl_platform_interface +# maplibre_gl_web: +# path: ../maplibre_gl_web +# maplibre_gl: +# path: .. dev_dependencies: flutter_lints: ^2.0.1 diff --git a/maplibre_gl_web/pubspec.yaml b/maplibre_gl_web/pubspec.yaml index 9144c146..382e95ed 100644 --- a/maplibre_gl_web/pubspec.yaml +++ b/maplibre_gl_web/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: git: url: https://github.com/maplibre/flutter-maplibre-gl.git path: maplibre_gl_platform_interface - ref: main + ref: git-release-0.18.0 image: ^4.0.17 dependency_overrides: diff --git a/pubspec.yaml b/pubspec.yaml index baba8ee4..9eb0f303 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,12 +10,12 @@ dependencies: git: url: https://github.com/maplibre/flutter-maplibre-gl.git path: maplibre_gl_platform_interface - ref: main + ref: git-release-0.18.0 maplibre_gl_web: git: url: https://github.com/maplibre/flutter-maplibre-gl.git path: maplibre_gl_web - ref: main + ref: git-release-0.18.0 dependency_overrides: maplibre_gl_platform_interface: