Skip to content

Commit

Permalink
bump up hive_generator to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
themisir committed Jan 9, 2022
1 parent 208e13d commit e676e47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions hive_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.2

- Updated `analyzer` version constraints

## 1.1.1

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

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

dependencies:
Expand All @@ -19,4 +19,3 @@ dev_dependencies:
build_test: any
build_runner: any
pedantic: ^1.11.1

0 comments on commit e676e47

Please sign in to comment.