Skip to content

Commit c55e524

Browse files
committed
chore: Publish crates with swc_core v6.0.1
1 parent 4ffb21e commit c55e524

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

.changeset/sixty-walls-hang.md

-6
This file was deleted.

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66

77

8+
- **(es/plugin)** Migrate `swc plugin new` to use `.cargo/config.toml` ([#9740](https://github.com/swc-project/swc/issues/9740)) ([4ffb21e](https://github.com/swc-project/swc/commit/4ffb21ebe6e40f85f8b7f78cd29b10965fe035b1))
9+
10+
811
- **(es/resolver)** Ignore `VarDecl` with `declare: true` ([#9734](https://github.com/swc-project/swc/issues/9734)) ([aa0f784](https://github.com/swc-project/swc/commit/aa0f784c7d38d106e65e6aae1f0a318f575a0f09))
912

1013
### Features
@@ -1466,9 +1469,6 @@
14661469
- **(es/renamer)** Workaround a bug of Safari ([#9029](https://github.com/swc-project/swc/issues/9029)) ([54ac992](https://github.com/swc-project/swc/commit/54ac992781fa5a619ee1bcb9f097c3915276d9a3))
14671470

14681471

1469-
- **(es/transforms)** Add experimental output API for transforms ([#9000](https://github.com/swc-project/swc/issues/9000)) ([6fa79be](https://github.com/swc-project/swc/commit/6fa79be0814a6e4dc5d7f61fb3bead3c13920a9d))
1470-
1471-
14721472
- **(es/transforms)** Add an API for returning metadata to JS ([#9022](https://github.com/swc-project/swc/issues/9022)) ([6ce112c](https://github.com/swc-project/swc/commit/6ce112cfebc9be87df7d6e532a67a1af43cc0038))
14731473

14741474
<!-- generated by git-cliff -->

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_cli_impl/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
66
license = "Apache-2.0"
77
name = "swc_cli_impl"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "6.0.0"
9+
version = "6.0.1"
1010

1111
[[bin]]
1212
name = "swc"
@@ -39,7 +39,7 @@ tracing-futures = { workspace = true }
3939
tracing-subscriber = { workspace = true, features = ["env-filter"] }
4040
walkdir = { workspace = true }
4141

42-
swc_core = { version = "6.0.0", features = [
42+
swc_core = { version = "6.0.1", features = [
4343
"trace_macro",
4444
"common_concurrent",
4545
"base_concurrent",

crates/swc_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
name = "swc_core"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "6.0.0"
9+
version = "6.0.1"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",

0 commit comments

Comments
 (0)