Skip to content

Commit

Permalink
chore(release): explicitly set the supported platforms (#136)
Browse files Browse the repository at this point in the history
* chore(release): explicitly set the supported platforms

* fix(ci): update watcher

* docs: update README.md
  • Loading branch information
bednar authored Oct 16, 2023
1 parent cc4cdf4 commit 662267f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ dev_dependencies:
collection: any
test: any
lints: ">=1.0.1 <3.0.0"

platforms:
android:
ios:
linux:
macos:
web:
windows:

0 comments on commit 662267f

Please sign in to comment.