Skip to content

Commit

Permalink
fix: Downgrade error
Browse files Browse the repository at this point in the history
  • Loading branch information
devtronic committed Aug 17, 2024
1 parent 91b1b99 commit 58c786d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'

Expand All @@ -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:
Expand Down

0 comments on commit 58c786d

Please sign in to comment.