Skip to content

Commit

Permalink
Update hive_generator version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
themisir committed Aug 13, 2023
1 parent 9da70bc commit 19744f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions hive_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 2.0.0
- Updated `analyzer` version constraints to `>=5.0.0`
## 2.0.1

- Updated `analyzer` version constraints to `>=4.6.0 <7.0.0`
- Updates SDK version

## 1.1.3

Expand Down
6 changes: 3 additions & 3 deletions hive_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: hive_generator
description: Extension for Hive. Automatically generates TypeAdapters to store any class.
version: 2.0.0
version: 2.0.1
homepage: https://github.com/hivedb/hive/tree/master/hive_generator
documentation: https://docs.hivedb.dev/

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"

dependencies:
build: ^2.0.0
source_gen: ^1.0.0
hive: ^2.0.4
analyzer: '>=4.6.0 <7.0.0'
analyzer: ">=4.6.0 <7.0.0"
source_helper: ^1.1.0

dev_dependencies:
Expand Down

0 comments on commit 19744f5

Please sign in to comment.