diff --git a/CHANGELOG.md b/CHANGELOG.md index eff3f31..0479db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## 2.10.0 [unreleased] +Explicitly set supported platforms to `android`, `ios`, `linux`, `macos`, `windows`, and `web` to avoid issues with unsupported platforms. + +### CI +1. [#136](https://github.com/influxdata/influxdb-client-dart/pull/136): Fix CI pipeline for Dart 3 + ## 2.9.0 [2023-05-29] ### Bug Fixes diff --git a/pubspec.lock b/pubspec.lock index 7457ddc..6f2c9a1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -589,10 +589,10 @@ packages: dependency: transitive description: name: watcher - sha256: "6a7f46926b01ce81bfc339da6a7f20afbe7733eff9846f6d6a5466aa4c6667c0" + sha256: "3d2ad6751b3c16cf07c7fca317a1413b3f26530319181b37e3b9039b84fc01d8" url: "https://pub.dev" source: hosted - version: "1.0.2" + version: "1.1.0" web_socket_channel: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 92e2881..602c68d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,3 +22,11 @@ dev_dependencies: collection: any test: any lints: ">=1.0.1 <3.0.0" + +platforms: + android: + ios: + linux: + macos: + web: + windows: