diff --git a/.changeset/friendly-onions-bathe.md b/.changeset/friendly-onions-bathe.md deleted file mode 100644 index 3ed326df271a..000000000000 --- a/.changeset/friendly-onions-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -swc_fast_ts_strip: patch ---- - -fix(es/typescript): Strip `this` param in getter/setter diff --git a/.changeset/lemon-hornets-attend.md b/.changeset/lemon-hornets-attend.md deleted file mode 100644 index 71c0510eb375..000000000000 --- a/.changeset/lemon-hornets-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -swc_fast_ts_strip: patch ---- - -fix(es/typescript): Strip optional mark and definite mark diff --git a/.changeset/soft-plants-prove.md b/.changeset/soft-plants-prove.md deleted file mode 100644 index f58520003bf0..000000000000 --- a/.changeset/soft-plants-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -swc_fast_ts_strip: patch ---- - -fix(es/typescript): Strip exported default overload function declaration diff --git a/.changeset/thin-chicken-build.md b/.changeset/thin-chicken-build.md deleted file mode 100644 index 43571479659d..000000000000 --- a/.changeset/thin-chicken-build.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_fast_ts_strip: patch -swc_core: patch ---- - -fix(es/typescript): Update ts-strip type definition diff --git a/Cargo.lock b/Cargo.lock index b92ba66a32a2..ba5ade7549e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4010,7 +4010,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.100.5" +version = "0.100.6" dependencies = [ "anyhow", "binding_macros", @@ -5095,7 +5095,7 @@ dependencies = [ [[package]] name = "swc_fast_ts_strip" -version = "0.5.2" +version = "0.5.3" dependencies = [ "anyhow", "codspeed-criterion-compat", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 57d7228afe84..fe2f41ded544 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "0.100.5" +version = "0.100.6" [package.metadata.docs.rs] features = [ "allocator_node", diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index 9df4521a7617..9408e982e256 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.5.2" +version = "0.5.3" [dependencies]