diff --git a/CHANGELOG.md b/CHANGELOG.md index 5baac88..7622aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.5.2 + +## Fix downgrade error +In version 5.0.0 of the `analyzer` Package was `DartType.element` removed. +It was added again in 5.2.0 so we updated the version constraint to `>=5.2.0 <7.0.0` to fix that downgrade error. + ## 3.5.1 ### Singleton instances on enhanced providers diff --git a/pubspec.yaml b/pubspec.yaml index f9e3c14..f278be3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: catalyst_builder description: A lightweight and easy to use dependency injection provider builder for dart. -version: 3.5.1 +version: 3.5.2 homepage: 'https://github.com/mintware-de/catalyst_builder' repository: 'https://github.com/mintware-de/catalyst_builder' @@ -13,7 +13,7 @@ dependencies: build: ^2.1.0 glob: ^2.1.0 path: ^1.8.0 - analyzer: '>=5.0.0 <7.0.0' + analyzer: '>=5.2.0 <7.0.0' build_runner_core: ^7.1.0 dev_dependencies: