Skip to content

Commit

Permalink
Support Dart 3.7 dev releases (#3761)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonyi authored Oct 8, 2024
1 parent c9a64a4 commit 039aeca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 5.0.10-wip
## 5.0.10-beta.0

- Bump the min sdk to 3.5.0.
- Support 3.7.0 pre-release sdks.
Expand Down
2 changes: 1 addition & 1 deletion build_modules/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_modules
version: 5.0.10-wip
version: 5.0.10-beta.0
description: >-
Builders to analyze and split Dart code into individually compilable modules
based on imports.
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.1.0-wip
## 4.1.0-beta.3

- Support 3.7.0 pre-release sdks.

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

0 comments on commit 039aeca

Please sign in to comment.