Skip to content

Commit e4d328f

Browse files
authored
allow the 3.2.x SDK in build_web_compilers and build_modules (#3547)
1 parent 3087308 commit e4d328f

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

build_modules/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.4
2+
3+
- Allow version 3.2.x of the Dart SDK.
4+
15
## 5.0.3
26

37
- Allow the latest analyzer (6.x.x).

build_modules/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: build_modules
2-
version: 5.0.3
2+
version: 5.0.4
33
description: >-
44
Builders to analyze and split Dart code into individually compilable modules
55
based on imports.
66
repository: https://github.com/dart-lang/build/tree/master/build_modules
77

88
environment:
9-
sdk: '>=3.0.0 <3.2.0'
9+
sdk: '>=3.0.0 <3.3.0'
1010

1111
dependencies:
1212
analyzer: '>=5.1.0 <7.0.0'

build_web_compilers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.5
2+
3+
- Allow version 3.2.x of the Dart SDK.
4+
15
## 4.0.4
26

37
- Allow the latest analyzer (6.x.x).

build_web_compilers/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: build_web_compilers
2-
version: 4.0.4
2+
version: 4.0.5
33
description: Builder implementations wrapping the dart2js and DDC compilers.
44
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
55

66
environment:
7-
sdk: '>=3.0.0 <3.2.0'
7+
sdk: '>=3.0.0 <3.3.0'
88

99
dependencies:
1010
analyzer: '>=5.1.0 <7.0.0'

0 commit comments

Comments
 (0)