chore: Publish crates

This commit is contained in:
SWC Bot 2024-08-01 10:51:23 +00:00
parent 221773069b
commit c587c76b67
4 changed files with 4 additions and 10 deletions

View File

@ -1,6 +0,0 @@
---
swc_ecma_transforms_typescript: patch
swc_fast_ts_strip: patch
---
Fix (TypeScript): Handle single type statement in if/for/while

4
Cargo.lock generated
View File

@ -4938,7 +4938,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_typescript"
version = "0.194.3"
version = "0.194.4"
dependencies = [
"codspeed-criterion-compat",
"criterion",
@ -5094,7 +5094,7 @@ dependencies = [
[[package]]
name = "swc_fast_ts_strip"
version = "0.4.4"
version = "0.4.5"
dependencies = [
"anyhow",
"codspeed-criterion-compat",

View File

@ -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.3"
version = "0.194.4"
[lib]
bench = false

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_fast_ts_strip"
repository = { workspace = true }
version = "0.4.4"
version = "0.4.5"
[dependencies]