diff --git a/build_vm_compilers/CHANGELOG.md b/build_vm_compilers/CHANGELOG.md index a70db9fb5..d517345c2 100644 --- a/build_vm_compilers/CHANGELOG.md +++ b/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 diff --git a/build_vm_compilers/pubspec.yaml b/build_vm_compilers/pubspec.yaml index d730cfbd9..bbf457da7 100644 --- a/build_vm_compilers/pubspec.yaml +++ b/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: diff --git a/build_web_compilers/CHANGELOG.md b/build_web_compilers/CHANGELOG.md index f60542712..03d5cd1c6 100644 --- a/build_web_compilers/CHANGELOG.md +++ b/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 diff --git a/build_web_compilers/pubspec.yaml b/build_web_compilers/pubspec.yaml index b4de7d841..0979f3ae5 100644 --- a/build_web_compilers/pubspec.yaml +++ b/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: