Skip to content

Commit

Permalink
Prepare to publish build_web_compilers (#3634)
Browse files Browse the repository at this point in the history
Bump the SDK upper constraint to allow the SDK version bump.
  • Loading branch information
natebosch committed Jan 5, 2024
1 parent ca7f881 commit b5ea89c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build_web_compilers/CHANGELOG.md
@@ -1,3 +1,7 @@
## 4.0.8

- Allow version 3.4.x of the Dart SDK.

## 4.0.7

- Support `dart:js_interop_unsafe`.
Expand Down
4 changes: 2 additions & 2 deletions build_web_compilers/pubspec.yaml
@@ -1,10 +1,10 @@
name: build_web_compilers
version: 4.0.7
version: 4.0.8
description: Builder implementations wrapping the dart2js and DDC compilers.
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers

environment:
sdk: '>=3.1.0 <3.4.0'
sdk: '>=3.1.0 <3.5.0'

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

0 comments on commit b5ea89c

Please sign in to comment.