Skip to content

Commit

Permalink
allow the 3.3.x SDK in build_web_compilers and build_modules (#3593)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Oct 6, 2023
1 parent 2a66be2 commit 9fe0f98
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion build_modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 5.0.5-wip
## 5.0.5

- Allow version 3.3.x of the Dart SDK.

## 5.0.4

Expand Down
4 changes: 2 additions & 2 deletions build_modules/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: build_modules
version: 5.0.5-wip
version: 5.0.5
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

environment:
sdk: '>=3.0.0 <3.3.0'
sdk: '>=3.0.0 <3.4.0'

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

- Allow version 3.3.x of the Dart SDK.

## 4.0.5

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

environment:
sdk: '>=3.0.0 <3.3.0'
sdk: '>=3.0.0 <3.4.0'

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

0 comments on commit 9fe0f98

Please sign in to comment.