Skip to content

Commit 048c37f

Browse files
committed
chore: Publish crates with swc_core v21.0.1
1 parent c480604 commit 048c37f

File tree

7 files changed

+18
-7
lines changed

7 files changed

+18
-7
lines changed

CHANGELOG-CORE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Features
5+
6+
7+
8+
- **(ts/isolated-dts)** Distinguish js value and ts type ([#10316](https://github.com/swc-project/swc/issues/10316)) ([c480604](https://github.com/swc-project/swc/commit/c480604da533f0c2738160efe31d914355f53601))
9+
210
## [[email protected]] - 2025-04-04
311

412
### Bug Fixes

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

2323
- **(es/minifier)** Remove useless to number ([#10308](https://github.com/swc-project/swc/issues/10308)) ([898f170](https://github.com/swc-project/swc/commit/898f17057af46dbc9a10d9e94c638db764733278))
2424

25+
26+
- **(ts/isolated-dts)** Distinguish js value and ts type ([#10316](https://github.com/swc-project/swc/issues/10316)) ([c480604](https://github.com/swc-project/swc/commit/c480604da533f0c2738160efe31d914355f53601))
27+
2528
### Refactor
2629

2730

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ swc_plugin_proxy = { version = "8.0.0", path = "../swc_plugin_proxy", optional =
111111
swc_plugin_runner = { version = "9.0.0", path = "../swc_plugin_runner", optional = true, default-features = false }
112112
swc_timer = { version = "1.0.0", path = "../swc_timer" }
113113
swc_transform_common = { version = "2.0.0", path = "../swc_transform_common" }
114-
swc_typescript = { version = "11.0.0", path = "../swc_typescript" }
114+
swc_typescript = { version = "11.0.1", path = "../swc_typescript" }
115115
swc_visit = { version = "2.0.0", path = "../swc_visit" }
116116

117117
[dependencies.tokio]

crates/swc_cli_impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tracing-futures = { workspace = true }
4040
tracing-subscriber = { workspace = true, features = ["env-filter"] }
4141
walkdir = { workspace = true }
4242

43-
swc_core = { version = "21.0.0", features = [
43+
swc_core = { version = "21.0.1", features = [
4444
"trace_macro",
4545
"common_concurrent",
4646
"base_concurrent",

crates/swc_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
license = { workspace = true }
77
name = "swc_core"
88
repository = { workspace = true }
9-
version = "21.0.0"
9+
version = "21.0.1"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -393,7 +393,7 @@ swc_plugin_proxy = { optional = true, version = "8.0.0", path =
393393
swc_plugin_runner = { optional = true, version = "9.0.0", path = "../swc_plugin_runner", default-features = false }
394394
swc_trace_macro = { optional = true, version = "2.0.0", path = "../swc_trace_macro" }
395395
swc_transform_common = { optional = true, version = "2.0.0", path = "../swc_transform_common" }
396-
swc_typescript = { optional = true, version = "11.0.0", path = "../swc_typescript" }
396+
swc_typescript = { optional = true, version = "11.0.1", path = "../swc_typescript" }
397397
testing = { optional = true, version = "8.0.0", path = "../testing" }
398398

399399
[build-dependencies]

crates/swc_typescript/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
license = { workspace = true }
77
name = "swc_typescript"
88
repository = { workspace = true }
9-
version = "11.0.0"
9+
version = "11.0.1"
1010

1111
[dependencies]
1212
bitflags = {workspace = true }

0 commit comments

Comments
 (0)