Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand build_modules pubspec description #3381

Merged
merged 1 commit into from Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion build_modules/CHANGELOG.md
@@ -1,7 +1,8 @@
## 4.0.7-dev
## 4.0.7

- Migrate off deprecated analyzer apis.
- Update min sdk constraint to 2.18.0.
- Expand pubspec description.

## 4.0.6

Expand Down
6 changes: 4 additions & 2 deletions build_modules/pubspec.yaml
@@ -1,6 +1,8 @@
name: build_modules
version: 4.0.7-dev
description: Builders for Dart modules
version: 4.0.7
description: >-
Builders to analyze and split Dart code into individually compilable modules
based on imports.
repository: https://github.com/dart-lang/build/tree/master/build_modules

environment:
Expand Down