Skip to content

Commit

Permalink
Widen analyzer range for Dart 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Oct 14, 2022
1 parent 18df7df commit 444151b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sidekick_plugin_installer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.1
- Widen analyzer range to support Dart 2.14

## 0.1.0

- New: `addImport`
Expand Down
4 changes: 2 additions & 2 deletions sidekick_plugin_installer/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: sidekick_plugin_installer
description: Helpers for plugin installers to easily install themselves into a sidekick cli
version: 0.1.0
version: 0.1.1
repository: https://github.com/phntmxyz/sidekick

environment:
sdk: '>=2.14.0 <3.0.0'

dependencies:
analyzer: ^5.0.0
analyzer: '>=4.0.0 <6.0.0'
dcli: # version provided by sidekick_core
sidekick_core: '>=0.7.0 <1.0.0'

Expand Down

0 comments on commit 444151b

Please sign in to comment.