diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c84633..34784d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.5.0 + +Updated the version constraint of the analyzer package. + ## 3.4.0 Features: diff --git a/pubspec.yaml b/pubspec.yaml index 50e45c7..54d2c5e 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.4.0 +version: 3.5.0 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 + analyzer: '>=5.0.0 <7.0.0' build_runner_core: ^7.1.0 lints: ^2.0.0