Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 25, 2024
1 parent ceeba49 commit 039c168
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ swc_ecma_preset_env = { optional = true, version = "0.205.3", path
swc_ecma_quote_macros = { optional = true, version = "0.53.2", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.136.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.162.1", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { optional = true, version = "0.179.2", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_module = { optional = true, version = "0.179.3", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.197.3", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.170.3", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.182.2", path = "../swc_ecma_transforms_react" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ swc_common = { version = "0.33.15", path = "../swc_common"
swc_ecma_ast = { version = "0.111.1", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.136.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.162.1", path = "../swc_ecma_transforms_compat", optional = true }
swc_ecma_transforms_module = { version = "0.179.2", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_module = { version = "0.179.3", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_optimization = { version = "0.197.3", path = "../swc_ecma_transforms_optimization", optional = true }
swc_ecma_transforms_proposal = { version = "0.170.3", path = "../swc_ecma_transforms_proposal", optional = true }
swc_ecma_transforms_react = { version = "0.182.2", path = "../swc_ecma_transforms_react", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_module"
repository = "https://github.com/swc-project/swc.git"
version = "0.179.2"
version = "0.179.3"

[lib]
bench = false
Expand Down

0 comments on commit 039c168

Please sign in to comment.