Skip to content

Commit

Permalink
release build_web_compilers/build_modules that support Dart 3.1 (#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Apr 12, 2023
1 parent 70eb207 commit 6ff6311
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions build_modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.2

- Support Dart version 3.1.

## 5.0.1

- Delete the long deprecated `dart2JsWorkerResource` api and associated code.
Expand Down
4 changes: 2 additions & 2 deletions build_modules/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: build_modules
version: 5.0.1
version: 5.0.2
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:
sdk: '>=3.0.0-134.0.dev <3.0.0'
sdk: '>=3.0.0-134.0.dev <3.2.0'

dependencies:
analyzer: '>=5.1.0 <6.0.0'
Expand Down
4 changes: 4 additions & 0 deletions build_web_compilers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.3

- Support Dart 3.1 releases.

## 4.0.2

- Allow the compiler to choose the default for the native null assertions
Expand Down
4 changes: 2 additions & 2 deletions build_web_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: build_web_compilers
version: 4.0.2
version: 4.0.3
description: Builder implementations wrapping the dart2js and DDC compilers.
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers

environment:
sdk: '>=3.0.0-134.0.dev <3.1.0'
sdk: '>=3.0.0-134.0.dev <3.2.0'

dependencies:
analyzer: '>=5.1.0 <6.0.0'
Expand Down

0 comments on commit 6ff6311

Please sign in to comment.