From 845c4010d716757bf2ebb85830d51e23fa90f0d4 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 31 Jul 2024 14:38:24 +0000 Subject: [PATCH] chore: Publish crates --- .changeset/gorgeous-ties-fail.md | 5 ----- .changeset/polite-tools-lie.md | 5 ----- Cargo.lock | 4 ++-- crates/swc_ecma_minifier/Cargo.toml | 2 +- crates/swc_fast_ts_strip/Cargo.toml | 2 +- 5 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 .changeset/gorgeous-ties-fail.md delete mode 100644 .changeset/polite-tools-lie.md diff --git a/.changeset/gorgeous-ties-fail.md b/.changeset/gorgeous-ties-fail.md deleted file mode 100644 index 1ff20908a3a..00000000000 --- a/.changeset/gorgeous-ties-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -swc_ecma_minifier: patch ---- - -dead_branch_remover removes PURE annotations on sequence expressions diff --git a/.changeset/polite-tools-lie.md b/.changeset/polite-tools-lie.md deleted file mode 100644 index a40ab95d6b4..00000000000 --- a/.changeset/polite-tools-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -swc_fast_ts_strip: patch ---- - -fix(es/typescript): Fix ASI in expression for TypeScript strip diff --git a/Cargo.lock b/Cargo.lock index 4aba70781c6..c7e1695900e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4549,7 +4549,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.200.4" +version = "0.200.5" dependencies = [ "ansi_term", "anyhow", @@ -5094,7 +5094,7 @@ dependencies = [ [[package]] name = "swc_fast_ts_strip" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "codspeed-criterion-compat", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index d5cff5410a2..e2cb9864f99 100644 --- a/crates/swc_ecma_minifier/Cargo.toml +++ b/crates/swc_ecma_minifier/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"] license = "Apache-2.0" name = "swc_ecma_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.200.4" +version = "0.200.5" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index 4cc69262e10..0562d8deb32 100644 --- a/crates/swc_fast_ts_strip/Cargo.toml +++ b/crates/swc_fast_ts_strip/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_fast_ts_strip" repository = { workspace = true } -version = "0.4.3" +version = "0.4.4" [dependencies]