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 Oct 30, 2023
1 parent b13bc32 commit 7cfa321
Show file tree
Hide file tree
Showing 41 changed files with 215 additions and 215 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
## [unreleased]

### Bug Fixes



- **(es/compat)** Make `block-scoping` pass rename exports correctly ([#8175](https://github.com/swc-project/swc/issues/8175)) ([b13bc32](https://github.com/swc-project/swc/commit/b13bc320274e773c9b0ef479e86194c4c6f1f6f8))

### Features


Expand Down Expand Up @@ -1732,10 +1738,4 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (

- **(testing)** Ignore `non_snake_case` for generated test names ([#7087](https://github.com/swc-project/swc/issues/7087)) ([1c254b1](https://github.com/swc-project/swc/commit/1c254b1c44f72f5e66698f78d76796d5a7f66146))

### Refactor



- Fix lints using clippy from `nightly-2023-03-13` ([#6920](https://github.com/swc-project/swc/issues/6920)) ([963c460](https://github.com/swc-project/swc/commit/963c46061321fff3a2893da4953c1fd5ec649311))

<!-- generated by git-cliff -->
68 changes: 34 additions & 34 deletions Cargo.lock

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

4 changes: 2 additions & 2 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.21"
version = "0.60.22"

[lib]
bench = false
Expand Down Expand Up @@ -36,7 +36,7 @@ binding_wasm = [
swc = { optional = true, version = "0.269.21", path = "../swc" }
swc_common = { optional = true, version = "0.33.2", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.2", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.226.13", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.226.14", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.96.2", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down
2 changes: 1 addition & 1 deletion crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ swc_ecma_minifier = { version = "0.189.20", path = "../swc_ecma_minifier", featu
"concurrent",
] }
swc_ecma_parser = { version = "0.141.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.134.11", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.134.12", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.96.2", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.2", path = "../swc_error_reporters" }
swc_timer = { version = "0.21.3", path = "../swc_timer" }
Loading

0 comments on commit 7cfa321

Please sign in to comment.