diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b32d1d..96291c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.18.2 + +- Upgrade `analyzer` to `^10.0.0`. + +# 0.18.1 + +- Remove unused and deprecated dependency `build_resolvers` which blocks using `analyzer` 10.0 or higher. + # 0.18.0 - Added support for default column values via the `@Default` annotation. diff --git a/pubspec.yaml b/pubspec.yaml index f38e2f3..5541487 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: stormberry description: A strongly-typed postgres ORM to provide easy bindings between your dart classes and postgres database. -version: 0.18.0 +version: 0.18.2 repository: https://github.com/schultek/stormberry issue_tracker: https://github.com/schultek/stormberry/issues funding: @@ -10,7 +10,7 @@ environment: sdk: ^3.7.0 dependencies: - analyzer: ^8.1.0 + analyzer: ^10.0.0 args: ^2.3.1 build: ^4.0.0 collection: ^1.16.0 @@ -24,7 +24,6 @@ dependencies: yaml: ^3.1.1 dev_dependencies: - build_resolvers: ^3.0.0 build_runner: ^2.6.0 build_test: ^3.3.0 docker_process: ^1.3.1