Skip to content

Commit

Permalink
Prepare vendor 0.9.1 (google#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj authored May 6, 2022
1 parent dba6efa commit 1c6702f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions vendor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.9.1

* Bump `package:analyzer` to `>= 2.7.0 <5.0.0`.

## v0.9.0

* Initial release.
4 changes: 2 additions & 2 deletions vendor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vendor
version: 0.9.0
version: 0.9.1
description: |
Utility for vendoring packages into a project and rewriting import/export
statements.
Expand All @@ -8,7 +8,7 @@ repository: https://github.com/google/dart-neats.git
issue_tracker: https://github.com/google/dart-neats/labels/pkg:vendor
dependencies:
meta: ^1.7.0
analyzer: ^2.7.0
analyzer: '>=2.7.0 <5.0.0'
args: ^2.3.0
pub_semver: ^2.1.0
json_annotation: ^4.3.0
Expand Down

0 comments on commit 1c6702f

Please sign in to comment.