From bd0f537a812f840cfcf3f2f7ecee29535517d5c1 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 30 Jul 2024 05:22:33 +0000 Subject: [PATCH] chore: Publish crates --- .changeset/tall-cooks-speak.md | 6 ------ Cargo.lock | 4 ++-- crates/swc_ecma_codegen/Cargo.toml | 2 +- crates/swc_ecma_transforms_typescript/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 .changeset/tall-cooks-speak.md diff --git a/.changeset/tall-cooks-speak.md b/.changeset/tall-cooks-speak.md deleted file mode 100644 index bc3b06eae02..00000000000 --- a/.changeset/tall-cooks-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_ecma_codegen: patch -swc_ecma_transforms_typescript: patch ---- - -fix(es/codegen): Emit question token for class methods diff --git a/Cargo.lock b/Cargo.lock index b9d71beea67..fcc9d0fab9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4271,7 +4271,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.154.3" +version = "0.154.4" dependencies = [ "base64", "codspeed-criterion-compat", @@ -4938,7 +4938,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.194.2" +version = "0.194.3" dependencies = [ "codspeed-criterion-compat", "criterion", diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index dd4aa890282..b012ba05ec9 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.154.3" +version = "0.154.4" [features] # This does not enable serde for ast nodes. diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 3c186aa29ae..d9bd3014962 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_typescript" repository = "https://github.com/swc-project/swc.git" -version = "0.194.2" +version = "0.194.3" [lib] bench = false