Skip to content

Commit

Permalink
feat(web): allow package:js version 0.6.x and 0.7.x (maplibre#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha authored and remax21 committed Sep 10, 2024
1 parent 94e6e1e commit 808c6f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.18.1

- Loosen the dependency constraint of [js](https://pub.dev/packages/js) to allow `0.6.x` and `0.7.x`.

## 0.18.0
### Breaking Change:
Already since 0.17.0, developers do not need to adapt their Podfile for iOS apps anymore as it was previously described in the Readme. Developers who previously added these lines should remove them, since not removing these lines may cause a build failure on iOS. (This change actually already landed in 0.17.0, but it may not have been sufficiently clear that not removing these lines might break builds).
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 @@ -11,7 +11,7 @@ flutter:
fileName: maplibre_gl_web.dart

dependencies:
js: ^0.6.7
js: ">=0.6.7 <0.8.0"
flutter:
sdk: flutter
flutter_web_plugins:
Expand Down

0 comments on commit 808c6f2

Please sign in to comment.