chore: Bump crates

This commit is contained in:
SWC Bot 2024-07-06 06:21:53 +00:00
parent 3638e97c80
commit 87315daf27
5 changed files with 9 additions and 9 deletions

View File

@ -32,6 +32,9 @@
- **(bindings/ts)** Add transform/strip-only mode ([#9138](https://github.com/swc-project/swc/issues/9138)) ([a08bb46](https://github.com/swc-project/swc/commit/a08bb46ebd50734b150a1fff100b8312223372a2))
- **(es/testing)** Improve comment testing story ([#9150](https://github.com/swc-project/swc/issues/9150)) ([3638e97](https://github.com/swc-project/swc/commit/3638e97c8083a607a9ce295c7465501a7dc379f8))
- **(es/typescript)** Add `swc_fast_ts_strip` ([#9143](https://github.com/swc-project/swc/issues/9143)) ([b129343](https://github.com/swc-project/swc/commit/b129343c949c43c0ad3eb4ad4676e75dc37067e3))
@ -1350,9 +1353,6 @@
- **(es/codegen)** Fix codegen of ts specific syntax in class props ([#8426](https://github.com/swc-project/swc/issues/8426)) ([7566ddf](https://github.com/swc-project/swc/commit/7566ddf0b7802650f0f25ca7f7c607f58faa4972))
- **(es/compat)** Preserve comment for arrow body ([#8427](https://github.com/swc-project/swc/issues/8427)) ([56992e3](https://github.com/swc-project/swc/commit/56992e3dccad6f9ce37b70bf77363468c310d875))
<!-- generated by git-cliff -->

6
Cargo.lock generated
View File

@ -3751,7 +3751,7 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.34.3"
version = "0.34.4"
dependencies = [
"ahash 0.8.8",
"anyhow",
@ -4729,7 +4729,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_testing"
version = "0.143.1"
version = "0.143.2"
dependencies = [
"ansi_term",
"anyhow",
@ -5132,7 +5132,7 @@ dependencies = [
[[package]]
name = "swc_plugin_proxy"
version = "0.44.0"
version = "0.44.1"
dependencies = [
"better_scoped_tls",
"rkyv",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.34.3"
version = "0.34.4"
[package.metadata.docs.rs]
all-features = true

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.143.1"
version = "0.143.2"
[lib]
bench = false

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_proxy"
repository = "https://github.com/swc-project/swc.git"
version = "0.44.0"
version = "0.44.1"
[lib]
bench = false