Skip to content

Commit 039c168

Browse files
committed
chore: Publish crates
1 parent ceeba49 commit 039c168

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ swc_ecma_preset_env = { optional = true, version = "0.205.3", path
348348
swc_ecma_quote_macros = { optional = true, version = "0.53.2", path = "../swc_ecma_quote_macros" }
349349
swc_ecma_transforms_base = { optional = true, version = "0.136.1", path = "../swc_ecma_transforms_base" }
350350
swc_ecma_transforms_compat = { optional = true, version = "0.162.1", path = "../swc_ecma_transforms_compat" }
351-
swc_ecma_transforms_module = { optional = true, version = "0.179.2", path = "../swc_ecma_transforms_module" }
351+
swc_ecma_transforms_module = { optional = true, version = "0.179.3", path = "../swc_ecma_transforms_module" }
352352
swc_ecma_transforms_optimization = { optional = true, version = "0.197.3", path = "../swc_ecma_transforms_optimization" }
353353
swc_ecma_transforms_proposal = { optional = true, version = "0.170.3", path = "../swc_ecma_transforms_proposal" }
354354
swc_ecma_transforms_react = { optional = true, version = "0.182.2", path = "../swc_ecma_transforms_react" }

crates/swc_ecma_transforms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ swc_common = { version = "0.33.15", path = "../swc_common"
3636
swc_ecma_ast = { version = "0.111.1", path = "../swc_ecma_ast" }
3737
swc_ecma_transforms_base = { version = "0.136.1", path = "../swc_ecma_transforms_base" }
3838
swc_ecma_transforms_compat = { version = "0.162.1", path = "../swc_ecma_transforms_compat", optional = true }
39-
swc_ecma_transforms_module = { version = "0.179.2", path = "../swc_ecma_transforms_module", optional = true }
39+
swc_ecma_transforms_module = { version = "0.179.3", path = "../swc_ecma_transforms_module", optional = true }
4040
swc_ecma_transforms_optimization = { version = "0.197.3", path = "../swc_ecma_transforms_optimization", optional = true }
4141
swc_ecma_transforms_proposal = { version = "0.170.3", path = "../swc_ecma_transforms_proposal", optional = true }
4242
swc_ecma_transforms_react = { version = "0.182.2", path = "../swc_ecma_transforms_react", optional = true }

crates/swc_ecma_transforms_module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
77
license = "Apache-2.0"
88
name = "swc_ecma_transforms_module"
99
repository = "https://github.com/swc-project/swc.git"
10-
version = "0.179.2"
10+
version = "0.179.3"
1111

1212
[lib]
1313
bench = false

0 commit comments

Comments
 (0)