Skip to content

Commit

Permalink
allow 3.6.x sdks (#3724)
Browse files Browse the repository at this point in the history
unblock the version bump in the SDK
  • Loading branch information
jakemac53 authored Jul 1, 2024
1 parent 23b0f46 commit f038c9c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion build_modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 5.0.9-wip
## 5.0.9

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

## 5.0.8

Expand Down
4 changes: 2 additions & 2 deletions build_modules/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: build_modules
version: 5.0.9-wip
version: 5.0.9
description: >-
Builders to analyze and split Dart code into individually compilable modules
based on imports.
repository: https://github.com/dart-lang/build/tree/master/build_modules
resolution: workspace

environment:
sdk: '>=3.5.0-259.0.dev <3.6.0'
sdk: '>=3.5.0-259.0.dev <3.7.0'

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

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

## 4.0.10

Expand Down
4 changes: 2 additions & 2 deletions build_web_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build_web_compilers
version: 4.0.11-wip
version: 4.0.11
description: Builder implementations wrapping the dart2js and DDC compilers.
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
resolution: workspace

environment:
sdk: '>=3.5.0-259.0.dev <3.6.0'
sdk: '>=3.5.0-259.0.dev <3.7.0'

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

0 comments on commit f038c9c

Please sign in to comment.