Skip to content

Commit b5ea89c

Browse files
authored
Prepare to publish build_web_compilers (#3634)
Bump the SDK upper constraint to allow the SDK version bump.
1 parent ca7f881 commit b5ea89c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build_web_compilers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.8
2+
3+
- Allow version 3.4.x of the Dart SDK.
4+
15
## 4.0.7
26

37
- Support `dart:js_interop_unsafe`.

build_web_compilers/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: build_web_compilers
2-
version: 4.0.7
2+
version: 4.0.8
33
description: Builder implementations wrapping the dart2js and DDC compilers.
44
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
55

66
environment:
7-
sdk: '>=3.1.0 <3.4.0'
7+
sdk: '>=3.1.0 <3.5.0'
88

99
dependencies:
1010
analyzer: '>=5.1.0 <7.0.0'

0 commit comments

Comments
 (0)