Skip to content

Commit

Permalink
prepare git release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 committed Nov 28, 2023
1 parent 0bf3260 commit 9397fae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion maplibre_gl_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9397fae

Please sign in to comment.