Skip to content

Commit

Permalink
relax dependency constraint on analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed Sep 10, 2019
1 parent aea3117 commit 84fdb64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkgs/shelf_router_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.7.2+1

* Relax dependency constraint on `analyzer`.

## v0.7.2

* Use `literalString('...', raw: true)` from `package:code_builder` to ensure
Expand Down
4 changes: 2 additions & 2 deletions pkgs/shelf_router_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shelf_router_generator
version: 0.7.2
version: 0.7.2+1
authors:
- Jonas Finnemann Jensen <[email protected]>
description: |
Expand All @@ -12,7 +12,7 @@ dependencies:
build: ^1.0.0
build_config: '>= 0.3.1 <= 0.5.0'
source_gen: ^0.9.1
analyzer: '>=0.35.0 <= 0.37.0'
analyzer: '>=0.35.0 < 0.39.0'
shelf_router: ^0.7.0
code_builder: ^3.2.0
shelf: ^0.7.3
Expand Down

0 comments on commit 84fdb64

Please sign in to comment.