From bac3844d5934c8ae0a30afe14dcd24088d8011cb Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Wed, 25 Sep 2024 14:48:07 -0700 Subject: [PATCH] release build_web_compilers 4.1.0-beta.1 (#3756) --- build_web_compilers/CHANGELOG.md | 3 ++- build_web_compilers/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build_web_compilers/CHANGELOG.md b/build_web_compilers/CHANGELOG.md index c9676895e..f402849ca 100644 --- a/build_web_compilers/CHANGELOG.md +++ b/build_web_compilers/CHANGELOG.md @@ -1,6 +1,7 @@ -## 4.1.0-wip +## 4.1.0-beta.1 - Fix loading compiled modules from subdirectories. +- Stop using deprecated wasm loader functions. ## 4.1.0-beta.0 diff --git a/build_web_compilers/pubspec.yaml b/build_web_compilers/pubspec.yaml index 44bec1ab7..463b44383 100644 --- a/build_web_compilers/pubspec.yaml +++ b/build_web_compilers/pubspec.yaml @@ -1,5 +1,5 @@ name: build_web_compilers -version: 4.1.0-wip +version: 4.1.0-beta.1 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