Skip to content

Commit 039aeca

Browse files
authored
Support Dart 3.7 dev releases (#3761)
1 parent c9a64a4 commit 039aeca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build_modules/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 5.0.10-wip
1+
## 5.0.10-beta.0
22

33
- Bump the min sdk to 3.5.0.
44
- Support 3.7.0 pre-release sdks.

build_modules/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_modules
2-
version: 5.0.10-wip
2+
version: 5.0.10-beta.0
33
description: >-
44
Builders to analyze and split Dart code into individually compilable modules
55
based on imports.

build_web_compilers/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.1.0-wip
1+
## 4.1.0-beta.3
22

33
- Support 3.7.0 pre-release sdks.
44

build_web_compilers/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_web_compilers
2-
version: 4.1.0-wip
2+
version: 4.1.0-beta.3
33
description: Builder implementations wrapping the dart2js and DDC compilers.
44
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
55
# This package can't be part of the workspace because it requires a very recent

0 commit comments

Comments
 (0)