Skip to content

Commit dbaab45

Browse files
committed
chore: Publish crates with swc_core v26.4.5
1 parent ef85640 commit dbaab45

File tree

8 files changed

+17
-12
lines changed

8 files changed

+17
-12
lines changed

.changeset/many-parrots-exercise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG-CORE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66

77

8+
- **(es/codegen)** Exclude `constructor` from source map names ([#10551](https://github.com/swc-project/swc/issues/10551)) ([ef85640](https://github.com/swc-project/swc/commit/ef856402515758196f5d925bcfb8213bf0ca18fd))
9+
10+
## [[email protected]] - 2025-06-04
11+
12+
### Bug Fixes
13+
14+
15+
816
- **(es/fixer)** Fix a bug with awaited arrow fn expression ([#10555](https://github.com/swc-project/swc/issues/10555)) ([9dfdfa6](https://github.com/swc-project/swc/commit/9dfdfa62d3603586ff4279daf4e66443c024cdd6))
917

1018

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- **(es/codegen)** Improve comments handling ([#10534](https://github.com/swc-project/swc/issues/10534)) ([d9ba838](https://github.com/swc-project/swc/commit/d9ba838df9b88d6c4108bc21dd9d6eebd406aacd))
99

1010

11+
- **(es/codegen)** Exclude `constructor` from source map names ([#10551](https://github.com/swc-project/swc/issues/10551)) ([ef85640](https://github.com/swc-project/swc/commit/ef856402515758196f5d925bcfb8213bf0ca18fd))
12+
13+
1114
- **(es/fixer)** Fix a bug with awaited arrow fn expression ([#10555](https://github.com/swc-project/swc/issues/10555)) ([9dfdfa6](https://github.com/swc-project/swc/commit/9dfdfa62d3603586ff4279daf4e66443c024cdd6))
1215

1316

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
@@ -77,7 +77,7 @@ swc_common = { version = "11.1.3", path = "../swc_common", features = [
7777
"sourcemap",
7878
"parking_lot",
7979
] }
80-
swc_compiler_base = { version = "22.0.0", path = "../swc_compiler_base" }
80+
swc_compiler_base = { version = "22.0.1", path = "../swc_compiler_base" }
8181
swc_config = { version = "3.0.0", path = "../swc_config" }
8282
swc_ecma_ast = { version = "11.0.0", path = "../swc_ecma_ast" }
8383
swc_ecma_codegen = { version = "13.2.0", path = "../swc_ecma_codegen" }

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 = "26.4.4", features = [
43+
swc_core = { version = "26.4.5", features = [
4444
"trace_macro",
4545
"common_concurrent",
4646
"base_concurrent",

crates/swc_compiler_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
77
license = { workspace = true }
88
name = "swc_compiler_base"
99
repository = { workspace = true }
10-
version = "22.0.0"
10+
version = "22.0.1"
1111

1212
[features]
1313
node = ["napi", "napi-derive"]

crates/swc_core/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_core"
88
repository = { workspace = true }
9-
version = "26.4.4"
9+
version = "26.4.5"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",

0 commit comments

Comments
 (0)