Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 3af30f4

Browse files
build: update version
1 parent 92d9c84 commit 3af30f4

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.7.3
4+
5+
* chore: restrict `analyzer` version to `>=5.1.0 <5.12.0`.
6+
37
## 5.7.2
48

59
* chore: update website links.

‎CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To set this up:
9191
```yaml
9292
name: dart_code_metrics_plugin_loader
9393
description: This pubspec determines the version of the analyzer plugin to load.
94-
version: 5.7.2
94+
version: 5.7.3
9595
9696
environment:
9797
sdk: ">=2.18.0 <3.0.0"

‎lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '5.7.2';
1+
const packageVersion = '5.7.3';

‎pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_code_metrics
2-
version: 5.7.2
2+
version: 5.7.3
33
description: Software analytics tool that helps developers analyse and improve software quality.
44
homepage: https://dcm.dev/
55
repository: https://github.com/dart-code-checker/dart-code-metrics

‎tools/analyzer_plugin/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: dart_code_metrics_plugin_loader
22
description: This pubspec determines the version of the analyzer plugin to load.
3-
version: 5.7.2
3+
version: 5.7.3
44

55
environment:
66
sdk: ">=2.14.0 <3.0.0"
77

88
dependencies:
9-
dart_code_metrics: 5.7.2
9+
dart_code_metrics: 5.7.3
1010

1111
dev_dependencies:
1212
lints: ^1.0.1

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /