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 compiler package descriptions #3384

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_vm_compilers/CHANGELOG.md
@@ -1,7 +1,8 @@
## 1.0.13-dev
## 1.0.13

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

## 1.0.12

Expand Down
5 changes: 3 additions & 2 deletions build_vm_compilers/pubspec.yaml
@@ -1,6 +1,7 @@
name: build_vm_compilers
version: 1.0.13-dev
description: Builder implementations wrapping Dart VM compilers.
version: 1.0.13
description: >-
Builder implementations wrapping Dart VM compilers for modules and programs.
repository: https://github.com/dart-lang/build/tree/master/build_vm_compilers

environment:
Expand Down
3 changes: 2 additions & 1 deletion build_web_compilers/CHANGELOG.md
@@ -1,7 +1,8 @@
## 3.2.7-dev
## 3.2.7

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

## 3.2.6

Expand Down
4 changes: 2 additions & 2 deletions build_web_compilers/pubspec.yaml
@@ -1,6 +1,6 @@
name: build_web_compilers
version: 3.2.7-dev
description: Builder implementations wrapping Dart compilers.
version: 3.2.7
description: Builder implementations wrapping the dart2js and DDC compilers.
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers

environment:
Expand Down