Skip to content

Commit d020bc4

Browse files
authored
chore(bloc_lint): v0.3.5 (#4685)
1 parent e51077c commit d020bc4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/bloc_lint/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.5
2+
3+
- fix: adjust upper bound for `_fe_analyzer_shared`
4+
15
# 0.3.4
26

37
- chore: various dependency upgrades

packages/bloc_lint/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bloc_lint
22
description: Official lint rules for development when using the bloc state management library.
3-
version: 0.3.4
3+
version: 0.3.5
44
repository: https://github.com/felangel/bloc/tree/master/packages/bloc_lint
55
issue_tracker: https://github.com/felangel/bloc/issues
66
homepage: https://github.com/felangel/bloc
@@ -12,7 +12,7 @@ environment:
1212
sdk: ">=3.7.0 <4.0.0"
1313

1414
dependencies:
15-
_fe_analyzer_shared: ">=75.0.0 <=92.0.0"
15+
_fe_analyzer_shared: ">=75.0.0 <=91.0.0"
1616
checked_yaml: ^2.0.0
1717
collection: ^1.0.0
1818
glob: ^2.0.0

0 commit comments

Comments
 (0)