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 Dec 2, 2023
1 parent c2d1a6c commit c77f987
Show file tree
Hide file tree
Showing 38 changed files with 209 additions and 209 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,6 @@
- **(es/renamer)** Allow `globalThis` to be shadowed ([#8327](https://github.com/swc-project/swc/issues/8327)) ([3dd73a3](https://github.com/swc-project/swc/commit/3dd73a3cd8fddd9e19dc85c2a2bf785b585b5b9a))


- **(es/resolver)** Hoist parameter in arrow and constructor ([#7292](https://github.com/swc-project/swc/issues/7292)) ([7a00f2e](https://github.com/swc-project/swc/commit/7a00f2e95412b7dcbe9ce3b32d8b299104b2f5c5))


- **(es/resolver)** Resolve the super class before registering a class name ([#7550](https://github.com/swc-project/swc/issues/7550)) ([1d9f972](https://github.com/swc-project/swc/commit/1d9f972fb44e0722fce8a83090cbada81decf577))


Expand Down Expand Up @@ -848,6 +845,9 @@
- **(deps)** Update `memchr` ([#7891](https://github.com/swc-project/swc/issues/7891)) ([01cbd6e](https://github.com/swc-project/swc/commit/01cbd6edbd37c95ece7ca20ad2f6c85d6c1b6e35))


- **(deps)** Update `base64` to `v0.21` ([#8369](https://github.com/swc-project/swc/issues/8369)) ([c2d1a6c](https://github.com/swc-project/swc/commit/c2d1a6c9fee715d72594389360b47ed2395d8745))


- **(es)** Enable tracing spans for release builds ([#7379](https://github.com/swc-project/swc/issues/7379)) ([166e77c](https://github.com/swc-project/swc/commit/166e77c2b39b4390bb09f3a93f58148a5de40efa))


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.84"
version = "0.60.85"

[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.76", path = "../swc" }
swc = { optional = true, version = "0.269.77", path = "../swc" }
swc_common = { optional = true, version = "0.33.10", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.11", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.226.62", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.226.63", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.96.11", 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.86"
version = "0.89.87"

[[bin]]
bench = false
Expand All @@ -31,12 +31,12 @@ swc_common = { version = "0.33.10", features = [
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "0.110.11", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.37", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.74", path = "../swc_ecma_minifier", features = [
swc_ecma_codegen = { version = "0.146.38", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.189.75", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.141.29", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.49", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.134.50", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.96.11", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.10", path = "../swc_error_reporters" }
swc_timer = { version = "0.21.12", path = "../swc_timer" }

0 comments on commit c77f987

Please sign in to comment.