Skip to content

Commit 729aae9

Browse files
committed
chore: Publish crates with swc_core v26.3.1
1 parent 9403ce2 commit 729aae9

File tree

7 files changed

+17
-12
lines changed

7 files changed

+17
-12
lines changed

.changeset/nice-grapes-mix.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+
- **(react-compiler)** Fix fast check ([#10538](https://github.com/swc-project/swc/issues/10538)) ([9403ce2](https://github.com/swc-project/swc/commit/9403ce2e7372dbcd579e2710480f2ffc78d8bcca))
9+
10+
## [swc_core@v26.3.0] - 2025-05-29
11+
12+
### Bug Fixes
13+
14+
15+
816
- **(es/codegen)** Improve comments handling ([#10534](https://github.com/swc-project/swc/issues/10534)) ([d9ba838](https://github.com/swc-project/swc/commit/d9ba838df9b88d6c4108bc21dd9d6eebd406aacd))
917

1018
### Refactor

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
- **(es/utils)** Fix `extract_var_ids` ([#10511](https://github.com/swc-project/swc/issues/10511)) ([5644372](https://github.com/swc-project/swc/commit/56443727dd195a2a3500014b8f54b9a18e14e484))
1818

1919

20+
- **(react-compiler)** Fix fast check ([#10538](https://github.com/swc-project/swc/issues/10538)) ([9403ce2](https://github.com/swc-project/swc/commit/9403ce2e7372dbcd579e2710480f2ffc78d8bcca))
21+
22+
2023
- **(ts/fast-dts)** Correctly emit Symbol-keyed accessors in declarations ([#10508](https://github.com/swc-project/swc/issues/10508)) ([1298e76](https://github.com/swc-project/swc/commit/1298e767e78d69ba02efb1cb3260266b5a2812c2))
2124

2225

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_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.3.0", features = [
43+
swc_core = { version = "26.3.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 = "26.3.0"
9+
version = "26.3.1"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -372,7 +372,7 @@ swc_ecma_minifier = { optional = true, version = "20.0.3", path =
372372
swc_ecma_parser = { optional = true, version = "14.0.1", path = "../swc_ecma_parser" }
373373
swc_ecma_preset_env = { optional = true, version = "20.0.0", path = "../swc_ecma_preset_env" }
374374
swc_ecma_quote_macros = { optional = true, version = "14.0.0", path = "../swc_ecma_quote_macros" }
375-
swc_ecma_react_compiler = { optional = true, version = "4.0.1", path = "../swc_ecma_react_compiler" }
375+
swc_ecma_react_compiler = { optional = true, version = "4.0.2", path = "../swc_ecma_react_compiler" }
376376
swc_ecma_transforms_base = { optional = true, version = "15.1.0", path = "../swc_ecma_transforms_base" }
377377
swc_ecma_transforms_compat = { optional = true, version = "17.0.0", path = "../swc_ecma_transforms_compat" }
378378
swc_ecma_transforms_module = { optional = true, version = "17.0.0", path = "../swc_ecma_transforms_module" }

crates/swc_ecma_react_compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = { workspace = true }
55
license = { workspace = true }
66
name = "swc_ecma_react_compiler"
77
repository = { workspace = true }
8-
version = "4.0.1"
8+
version = "4.0.2"
99

1010

1111
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)