Skip to content

Commit f038c9c

Browse files
authored
allow 3.6.x sdks (#3724)
unblock the version bump in the SDK
1 parent 23b0f46 commit f038c9c

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

build_modules/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 5.0.9-wip
1+
## 5.0.9
22

33
- Bump the min sdk to 3.5.0-259.0.dev.
4+
- Allow version 3.6.x of the Dart SDK.
45

56
## 5.0.8
67

build_modules/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: build_modules
2-
version: 5.0.9-wip
2+
version: 5.0.9
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
resolution: workspace
88

99
environment:
10-
sdk: '>=3.5.0-259.0.dev <3.6.0'
10+
sdk: '>=3.5.0-259.0.dev <3.7.0'
1111

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

build_web_compilers/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 4.0.11-wip
1+
## 4.0.11
22

33
- Bump the min sdk to 3.5.0-259.0.dev.
4+
- Allow version 3.6.x of the Dart SDK.
45

56
## 4.0.10
67

build_web_compilers/pubspec.yaml

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

77
environment:
8-
sdk: '>=3.5.0-259.0.dev <3.6.0'
8+
sdk: '>=3.5.0-259.0.dev <3.7.0'
99

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

0 commit comments

Comments
 (0)