This repository was archived by the owner on Jul 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 5.5.1
44
55* fix: export missing parts of public API.
66* feat: support ` context.mounted ` for [ ` use-setstate-synchronously ` ] ( https://dcm.dev/docs/individuals/rules/flutter/use-setstate-synchronously ) .
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ To set this up:
9292 ```yaml
9393 name: dart_code_metrics_plugin_loader
9494 description: This pubspec determines the version of the analyzer plugin to load.
95- version: 5.5.0
95+ version: 5.5.1
9696
9797 environment:
9898 sdk: ">=2.18.0 <3.0.0"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ add it manually to `pubspec.yaml`
6060
6161``` yaml
6262dev_dependencies :
63- dart_code_metrics : ^5.5.0
63+ dart_code_metrics : ^5.5.1
6464` ` `
6565
6666and then run
Original file line number Diff line number Diff line change 1- const packageVersion = '5.5.0 ' ;
1+ const packageVersion = '5.5.1 ' ;
Original file line number Diff line number Diff line change 11name : dart_code_metrics
2- version : 5.5.0
2+ version : 5.5.1
33description : Software analytics tool that helps developers analyse and improve software quality.
44homepage : https://dcm.dev
55repository : https://github.com/dart-code-checker/dart-code-metrics
66issue_tracker : https://github.com/dart-code-checker/dart-code-metrics/issues
7- documentation : https://dcm.dev/docs/individuals/getting-started/introduction
7+ documentation : https://dcm.dev/docs/individuals/getting-started
88
99environment :
1010 sdk : " >=2.18.0 <3.0.0"
Original file line number Diff line number Diff line change 11name : dart_code_metrics_plugin_loader
22description : This pubspec determines the version of the analyzer plugin to load.
3- version : 5.5.0
3+ version : 5.5.1
44
55environment :
66 sdk : " >=2.14.0 <3.0.0"
77
88dependencies :
9- dart_code_metrics : 5.5.0
9+ dart_code_metrics : 5.5.1
1010
1111dev_dependencies :
1212 lints : ^1.0.1
You can’t perform that action at this time.
0 commit comments