Skip to content

Commit 9d7b316

Browse files
authored
chore(bloc_lint): v0.3.7 (#4737)
1 parent e0734d4 commit 9d7b316

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ jobs:
279279
codecov_token: ${{ secrets.CODECOV_TOKEN }}
280280
working_directory: packages/${{ matrix.package }}
281281
min_coverage: 100
282+
# TODO(felangel): remove when bloc_lint v0.4.0 is released.
283+
collect_score: ${{ matrix.package != 'bloc_lint' }}
282284

283285
bloc_tools_compile_checks:
284286
needs: changes

packages/bloc_lint/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.3.7
2+
3+
- fix: `analysis_options.yaml` resolution in pub workspace
4+
- deps: support latest stable Flutter version.
5+
16
# 0.3.6
27

38
- feat: upgrade to latest analyzer frontend

packages/bloc_lint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.6
3+
version: 0.3.7
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

0 commit comments

Comments
 (0)