Skip to content

Commit

Permalink
chore: Publish crates with swc_core v0.103.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 2, 2024
1 parent c562cfa commit 29fcebe
Show file tree
Hide file tree
Showing 38 changed files with 193 additions and 198 deletions.
5 changes: 0 additions & 5 deletions .changeset/nasty-students-obey.md

This file was deleted.

72 changes: 36 additions & 36 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.77.0"
version = "0.78.0"

[lib]
bench = false
Expand Down Expand Up @@ -33,10 +33,10 @@ binding_wasm = [

[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.285.0", path = "../swc" }
swc = { optional = true, version = "0.286.0", path = "../swc" }
swc_common = { optional = true, version = "0.37.0", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.118.0", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.239.0", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.240.0", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.104.0", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down
6 changes: 3 additions & 3 deletions crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = { workspace = true }
version = "0.103.0"
version = "0.104.0"

[[bin]]
bench = false
Expand Down Expand Up @@ -33,11 +33,11 @@ swc_common = { version = "0.37.0", features = [
], path = "../swc_common" }
swc_ecma_ast = { version = "0.118.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.155.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.204.0", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.205.0", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.149.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.145.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.146.0", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.104.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.21.0", path = "../swc_error_reporters" }
swc_timer = { version = "0.25.0", path = "../swc_timer" }
Loading

0 comments on commit 29fcebe

Please sign in to comment.