From ff7cc27c58c2ef0a9bcb0f87960d3bfcd16e1b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 6 Jan 2025 18:29:18 +0900 Subject: [PATCH] chore: Publish crates with `swc_core` `v9.0.6` --- .changeset/fifty-birds-cross.md | 5 ----- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/swc_cli_impl/Cargo.toml | 2 +- crates/swc_core/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fifty-birds-cross.md diff --git a/.changeset/fifty-birds-cross.md b/.changeset/fifty-birds-cross.md deleted file mode 100644 index b07fca8f17a8..000000000000 --- a/.changeset/fifty-birds-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -swc_core: patch ---- - -feat(parallel): Implement basic APIs diff --git a/CHANGELOG.md b/CHANGELOG.md index c1fd9c5db064..b40900cb9408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ - **(typescript)** Fix wrong check for super class ([#9822](https://github.com/swc-project/swc/issues/9822)) ([2307a4d](https://github.com/swc-project/swc/commit/2307a4d4d3def405c4a04726272e14d998880abb)) +### Features + + + +- **(swc_parallel)** Implement basic APIs ([#9840](https://github.com/swc-project/swc/issues/9840)) ([84a6702](https://github.com/swc-project/swc/commit/84a6702e004cbf1ffad2d50f8042e616331345dd)) + ### Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index fb508e17255d..9a7ad24a05c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4608,7 +4608,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "9.0.5" +version = "9.0.6" dependencies = [ "anyhow", "binding_macros", diff --git a/crates/swc_cli_impl/Cargo.toml b/crates/swc_cli_impl/Cargo.toml index 952d14a893b7..6dff308b854b 100644 --- a/crates/swc_cli_impl/Cargo.toml +++ b/crates/swc_cli_impl/Cargo.toml @@ -39,7 +39,7 @@ tracing-futures = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter"] } walkdir = { workspace = true } -swc_core = { version = "9.0.5", features = [ +swc_core = { version = "9.0.6", features = [ "trace_macro", "common_concurrent", "base_concurrent", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 2ad500417129..d5f3c6259660 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } license = { workspace = true } name = "swc_core" repository = { workspace = true } -version = "9.0.5" +version = "9.0.6" [package.metadata.docs.rs] features = [ "allocator_node",