Skip to content

Commit

Permalink
analyzer version bump to >=4.4.0 <6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasilt committed Aug 30, 2023
1 parent 95c1506 commit 4091508
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions mobx_codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.1

- Update analyzer version to `>=4.4.0 <6.2.0`

## 2.3.0

- Adds `@alwaysNotify` annotation support for creating always notify observables. [@amondnet](https://github.com/amondnet) in [#907](https://github.com/mobxjs/mobx.dart/pull/907)
Expand Down
4 changes: 2 additions & 2 deletions mobx_codegen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mobx_codegen
description: Code generator for MobX that adds support for annotating your code with @observable, @computed, @action and also creating Store classes.
version: 2.3.0
version: 2.3.1

homepage: https://github.com/mobxjs/mobx.dart
issue_tracker: https://github.com/mobxjs/mobx.dart/issues
Expand All @@ -9,7 +9,7 @@ environment:
sdk: ">=2.13.0 <3.0.0"

dependencies:
analyzer: ">=4.4.0 <6.0.0"
analyzer: ">=4.4.0 <6.2.0"
build: ^2.2.1
build_resolvers: ^2.0.6
meta: ^1.3.0
Expand Down

0 comments on commit 4091508

Please sign in to comment.