chore: Publish crates

This commit is contained in:
강동윤 (Donny) 2024-03-28 15:27:11 +09:00
parent ecd878c531
commit 00647ce227
3 changed files with 2 additions and 5 deletions

View File

@ -1380,9 +1380,6 @@
- **(es/ast)** Support import attributes proposal ([#7868](https://github.com/swc-project/swc/issues/7868)) ([4d3fcb8](https://github.com/swc-project/swc/commit/4d3fcb86e4843cf323a471537cc1ab3a26d054b1))
- **(es/preset-env)** Update data ([#7882](https://github.com/swc-project/swc/issues/7882)) ([a97d8b4](https://github.com/swc-project/swc/commit/a97d8b42b1f85c1f76ffadcabf6e9c85f0458d8d))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -4814,7 +4814,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_testing"
version = "0.140.17"
version = "0.140.18"
dependencies = [
"ansi_term",
"anyhow",

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.140.17"
version = "0.140.18"
[lib]
bench = false