Skip to content

Commit 7251c93

Browse files
committed
chore: Publish crates with swc_core v10.2.3
1 parent 008f2de commit 7251c93

File tree

21 files changed

+24
-27
lines changed

21 files changed

+24
-27
lines changed

.changeset/tricky-llamas-collect.md

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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- **(es/decorators)** Fix init order of `2022-03` impl ([#9760](https://github.com/swc-project/swc/issues/9760)) ([751a310](https://github.com/swc-project/swc/commit/751a310e87cbbb61ebd76671018bf01d07487792))
99

1010

11+
- **(es/testing)** Fix sourcemap generation ([#9891](https://github.com/swc-project/swc/issues/9891)) ([008f2de](https://github.com/swc-project/swc/commit/008f2dee6660529faf4cd498e33a5a3ffd4c6f2f))
12+
13+
1114
- **(es/ts_strip)** Handle ASI hazard in return statement ([#9882](https://github.com/swc-project/swc/issues/9882)) ([121b5fe](https://github.com/swc-project/swc/commit/121b5fefbc17932816f69c88edc14f8387c493e9))
1215

1316
### Features

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
@@ -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 = "10.2.2", features = [
42+
swc_core = { version = "10.2.3", features = [
4343
"trace_macro",
4444
"common_concurrent",
4545
"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 = "10.2.2"
9+
version = "10.2.3"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -367,7 +367,7 @@ swc_ecma_transforms_module = { optional = true, version = "8.0.0", path =
367367
swc_ecma_transforms_optimization = { optional = true, version = "7.1.0", path = "../swc_ecma_transforms_optimization" }
368368
swc_ecma_transforms_proposal = { optional = true, version = "7.0.1", path = "../swc_ecma_transforms_proposal" }
369369
swc_ecma_transforms_react = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_react" }
370-
swc_ecma_transforms_testing = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_testing" }
370+
swc_ecma_transforms_testing = { optional = true, version = "7.0.1", path = "../swc_ecma_transforms_testing" }
371371
swc_ecma_transforms_typescript = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_typescript" }
372372
swc_ecma_usage_analyzer = { optional = true, version = "7.0.0", path = "../swc_ecma_usage_analyzer" }
373373
swc_ecma_utils = { optional = true, version = "7.0.1", path = "../swc_ecma_utils" }

crates/swc_ecma_compat_bugfixes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ tracing = { workspace = true }
2323

2424
[dev-dependencies]
2525
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
26-
swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" }
26+
swc_ecma_transforms_testing = { version = "7.0.1", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2015/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ tracing = { workspace = true }
3737

3838
[dev-dependencies]
3939
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
40-
swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" }
40+
swc_ecma_transforms_testing = { version = "7.0.1", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2016/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ tracing = { workspace = true }
2525

2626
[dev-dependencies]
2727
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
28-
swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" }
28+
swc_ecma_transforms_testing = { version = "7.0.1", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2017/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
2727

2828
[dev-dependencies]
2929
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
30-
swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" }
30+
swc_ecma_transforms_testing = { version = "7.0.1", path = "../swc_ecma_transforms_testing" }

crates/swc_ecma_compat_es2018/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
2828

2929
[dev-dependencies]
3030
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
31-
swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" }
31+
swc_ecma_transforms_testing = { version = "7.0.1", path = "../swc_ecma_transforms_testing" }

0 commit comments

Comments
 (0)