Skip to content

Commit

Permalink
fix build_web_compilers and build_modules constraints to allow 3.7.0 …
Browse files Browse the repository at this point in the history
…dev releases
  • Loading branch information
jakemac53 committed Oct 8, 2024
1 parent c85be04 commit 10991b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions build_modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 5.0.10-wip

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

## 5.0.9

Expand Down
2 changes: 1 addition & 1 deletion build_modules/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_modules
resolution: workspace

environment:
sdk: '>=3.5.0 <3.7.0'
sdk: '>=3.5.0 <3.7.0-z'

dependencies:
analyzer: '>=5.1.0 <7.0.0'
Expand Down
4 changes: 4 additions & 0 deletions build_web_compilers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.0-wip

- Support 3.7.0 pre-release sdks.

## 4.1.0-beta.2

- Add source maps for dart2wasm builds.
Expand Down
4 changes: 2 additions & 2 deletions build_web_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: build_web_compilers
version: 4.1.0-beta.2
version: 4.1.0-wip
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
# Dart SDK - see the top-level pubspec for details.
#resolution: workspace

environment:
sdk: ^3.6.0-165.0.dev
sdk: '>=3.6.0-165.0.dev <3.7.0-z'

dependencies:
analyzer: '>=5.1.0 <7.0.0'
Expand Down

0 comments on commit 10991b9

Please sign in to comment.