Skip to content

Commit

Permalink
Fix: Analyzer 6.2.0 (#13)
Browse files Browse the repository at this point in the history
Downgrade analyzer, bump version number, and update changelog
  • Loading branch information
callius authored Dec 6, 2023
1 parent 639c9f1 commit d6d7ba0
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/target/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.1

Fixes:

- Downgrade `analyzer` dependency to 6.2.0.

## 0.7.0

Features:
Expand Down
2 changes: 1 addition & 1 deletion packages/target/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: target
description: Functional domain modeling in Dart.
version: 0.7.0
version: 0.7.1
repository: https://github.com/callius/target-dart/tree/main/packages/target
issue_tracker: https://github.com/callius/target-dart/issues
homepage: https://github.com/callius/target-dart
Expand Down
6 changes: 6 additions & 0 deletions packages/target_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.1

Fixes:

- Downgrade `analyzer` dependency to 6.2.0.

## 0.7.0

Features:
Expand Down
2 changes: 1 addition & 1 deletion packages/target_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: target_annotation
description: Functional domain modeling in Dart.
version: 0.7.0
version: 0.7.1
repository: https://github.com/callius/target-dart/tree/main/packages/target_annotation
issue_tracker: https://github.com/callius/target-dart/issues
homepage: https://github.com/callius/target-dart
Expand Down
6 changes: 6 additions & 0 deletions packages/target_annotation_processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.1

Fixes:

- Downgrade `analyzer` dependency to 6.2.0.

## 0.7.0

Features:
Expand Down
10 changes: 5 additions & 5 deletions packages/target_annotation_processor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: target_annotation_processor
description: Functional domain modeling in Dart.
version: 0.7.0
version: 0.7.1
repository: https://github.com/callius/target-dart/tree/main/packages/target_annotation_processor
issue_tracker: https://github.com/callius/target-dart/issues
homepage: https://github.com/callius/target-dart
Expand All @@ -9,7 +9,7 @@ environment:
sdk: '>=3.2.0 <4.0.0'

dependencies:
analyzer: ^6.3.0
analyzer: ^6.2.0
build: ^2.4.1
code_builder: ^4.8.0
collection: ^1.18.0
Expand All @@ -21,17 +21,17 @@ dependencies:
git:
url: https://github.com/callius/target-dart
path: packages/target
ref: v0.7.0
ref: v0.7.1
target_annotation:
git:
url: https://github.com/callius/target-dart
path: packages/target_annotation
ref: v0.7.0
ref: v0.7.1
target_extension:
git:
url: https://github.com/callius/target-dart
path: packages/target_extension
ref: v0.7.0
ref: v0.7.1

dev_dependencies:
build_runner: null
Expand Down
6 changes: 6 additions & 0 deletions packages/target_extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.1

Fixes:

- Downgrade `analyzer` dependency to 6.2.0.

## 0.7.0

Features:
Expand Down
4 changes: 2 additions & 2 deletions packages/target_extension/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: target_extension
description: Extensions for functional domain modeling in Dart.
version: 0.7.0
version: 0.7.1
repository: https://github.com/callius/target-dart/tree/main/packages/target_extension
issue_tracker: https://github.com/callius/target-dart/issues
homepage: https://github.com/callius/target-dart
Expand All @@ -15,7 +15,7 @@ dependencies:
git:
url: https://github.com/callius/target-dart
path: packages/target
ref: v0.7.0
ref: v0.7.1

dev_dependencies:
lint: ^2.2.0
Expand Down

0 comments on commit d6d7ba0

Please sign in to comment.