From d0dd53137a87dba85e6bca9d74cc682da7057289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Fri, 30 Aug 2024 16:55:05 +0900 Subject: [PATCH] chore: Publish crates with `swc_core` `v0.102.2` --- .changeset/real-bugs-double.md | 6 ------ Cargo.lock | 4 ++-- crates/swc_core/Cargo.toml | 2 +- crates/swc_ecma_transforms_optimization/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 .changeset/real-bugs-double.md diff --git a/.changeset/real-bugs-double.md b/.changeset/real-bugs-double.md deleted file mode 100644 index 9d0320d1c2b6..000000000000 --- a/.changeset/real-bugs-double.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_ecma_transforms_optimization: patch -swc_core: patch ---- - -fix(es/minifier): Iterate object properties in reverse direction while inlining property access diff --git a/Cargo.lock b/Cargo.lock index 2c52d01fb187..f569a2daae50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4064,7 +4064,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.102.1" +version = "0.102.2" dependencies = [ "anyhow", "binding_macros", @@ -4887,7 +4887,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.208.0" +version = "0.208.1" dependencies = [ "dashmap", "indexmap 2.2.6", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index e3d59f1a507a..5e7cab8e6fd0 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.102.1" +version = "0.102.2" [package.metadata.docs.rs] features = [ "allocator_node", diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 0f8af1e5c20c..106b1ff54f8a 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_optimization" repository = "https://github.com/swc-project/swc.git" -version = "0.208.0" +version = "0.208.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]