Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Nov 29, 2023
1 parent 2cdea3f commit 0845693
Show file tree
Hide file tree
Showing 38 changed files with 209 additions and 206 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@
- **(es/codegen)** Fix panic due to `\\ud` ([#8346](https://github.com/swc-project/swc/issues/8346)) ([1891afa](https://github.com/swc-project/swc/commit/1891afa2ad27f183e56adcd288dd3a1ae0c5b367))


- **(es/codegen)** Wrap quote for length greater than one ([#8351](https://github.com/swc-project/swc/issues/8351)) ([2cdea3f](https://github.com/swc-project/swc/commit/2cdea3fbeaf4a2dac662a4d019982943c0a896ba))


- **(es/compat)** Transform curried function call with optional chaining ([#7313](https://github.com/swc-project/swc/issues/7313)) ([66b5b11](https://github.com/swc-project/swc/commit/66b5b110bf94259e0e0223224940bb8d0384e9b6))


Expand Down
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.60.82"
version = "0.60.83"

[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.269.74", path = "../swc" }
swc = { optional = true, version = "0.269.75", path = "../swc" }
swc_common = { optional = true, version = "0.33.9", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.226.60", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.226.61", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.96.10", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down
8 changes: 4 additions & 4 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 = "https://github.com/kdy1/dbg-swc.git"
version = "0.89.83"
version = "0.89.84"

[[bin]]
bench = false
Expand All @@ -31,12 +31,12 @@ swc_common = { version = "0.33.9", features = [
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "0.110.10", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.35", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.72", path = "../swc_ecma_minifier", features = [
swc_ecma_codegen = { version = "0.146.36", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.73", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.141.28", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.47", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.134.48", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.96.10", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.9", path = "../swc_error_reporters" }
swc_timer = { version = "0.21.11", path = "../swc_timer" }
Loading

0 comments on commit 0845693

Please sign in to comment.