Skip to content

Commit 9fe0f98

Browse files
authored
allow the 3.3.x SDK in build_web_compilers and build_modules (#3593)
1 parent 2a66be2 commit 9fe0f98

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

build_modules/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 5.0.5-wip
1+
## 5.0.5
2+
3+
- Allow version 3.3.x of the Dart SDK.
24

35
## 5.0.4
46

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.5-wip
2+
version: 5.0.5
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.3.0'
9+
sdk: '>=3.0.0 <3.4.0'
1010

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

build_web_compilers/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 4.0.6-wip
1+
## 4.0.6
2+
3+
- Allow version 3.3.x of the Dart SDK.
24

35
## 4.0.5
46

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.6-wip
2+
version: 4.0.6
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.3.0'
7+
sdk: '>=3.0.0 <3.4.0'
88

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

0 commit comments

Comments
 (0)