Skip to content

Commit

Permalink
allow the 3.2.x SDK in build_web_compilers and build_modules (#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Jul 27, 2023
1 parent 3087308 commit e4d328f
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.4

- Allow version 3.2.x of the Dart SDK.

## 5.0.3

- Allow the latest analyzer (6.x.x).
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.3
version: 5.0.4
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 <3.2.0'
sdk: '>=3.0.0 <3.3.0'

dependencies:
analyzer: '>=5.1.0 <7.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.5

- Allow version 3.2.x of the Dart SDK.

## 4.0.4

- Allow the latest analyzer (6.x.x).
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.4
version: 4.0.5
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 <3.2.0'
sdk: '>=3.0.0 <3.3.0'

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

0 comments on commit e4d328f

Please sign in to comment.