Skip to content

Commit 31634ca

Browse files
committed
chore: Publish crates with swc_core v11.0.1
1 parent 11df8e0 commit 31634ca

File tree

9 files changed

+12
-15
lines changed

9 files changed

+12
-15
lines changed

.changeset/sweet-ladybugs-lick.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
@@ -5,6 +5,9 @@
55

66

77

8+
- **(es)** Restore JSON config & Adjust feature renaming ([#9967](https://github.com/swc-project/swc/issues/9967)) ([72e5455](https://github.com/swc-project/swc/commit/72e545575bea0a12614889861d839578581af170))
9+
10+
811
- **(es/minifier)** Avoid paren when compressing ternary ([#9920](https://github.com/swc-project/swc/issues/9920)) ([9d6fe37](https://github.com/swc-project/swc/commit/9d6fe370cff502b00245c409bbbc9a3d00e622fe))
912

1013

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/binding_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ binding_wasm = [
3333

3434
[dependencies]
3535
# Common deps for the SWC imports
36-
swc = { optional = true, version = "11.0.0", path = "../swc" }
36+
swc = { optional = true, version = "11.0.1", path = "../swc" }
3737
swc_common = { optional = true, version = "5.0.1", path = "../swc_common" }
3838
swc_ecma_ast = { optional = true, version = "5.1.0", path = "../swc_ecma_ast" }
3939
swc_ecma_transforms = { optional = true, version = "10.0.0", path = "../swc_ecma_transforms" }

crates/swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
99
license = { workspace = true }
1010
name = "swc"
1111
repository = { workspace = true }
12-
version = "11.0.0"
12+
version = "11.0.1"
1313

1414
[lib]
1515
bench = false

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 = "11.0.0", features = [
42+
swc_core = { version = "11.0.1", 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 = "11.0.0"
9+
version = "11.0.1"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -339,7 +339,7 @@ once_cell = { workspace = true, optional = true }
339339

340340
# swc_* dependencies
341341
binding_macros = { optional = true, version = "11.0.0", path = "../binding_macros" }
342-
swc = { optional = true, version = "11.0.0", path = "../swc" }
342+
swc = { optional = true, version = "11.0.1", path = "../swc" }
343343
swc_atoms = { optional = true, version = "3.0.4", path = "../swc_atoms" }
344344
swc_bundler = { optional = true, version = "8.0.0", path = "../swc_bundler" }
345345
swc_cached = { optional = true, version = "1.0.0", path = "../swc_cached" }

crates/swc_estree_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ codspeed-criterion-compat = { workspace = true }
4141
criterion = { workspace = true }
4242
pretty_assertions = { workspace = true }
4343

44-
swc = { version = "11.0.0", path = "../swc" }
44+
swc = { version = "11.0.1", path = "../swc" }
4545
swc_ecma_ast = { version = "5.1.0", path = "../swc_ecma_ast" }
4646
swc_ecma_parser = { version = "7.0.0", path = "../swc_ecma_parser" }
4747
swc_ecma_transforms = { version = "10.0.0", path = "../swc_ecma_transforms/" }

crates/swc_node_bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde_json = { workspace = true }
2929
tracing = { workspace = true }
3030

3131
string_enum = { version = "1.0.0", path = "../string_enum" }
32-
swc = { version = "11.0.0", path = "../swc" }
32+
swc = { version = "11.0.1", path = "../swc" }
3333
swc_atoms = { version = "3.0.4", path = "../swc_atoms" }
3434
swc_bundler = { version = "8.0.0", path = "../swc_bundler", features = [
3535
"concurrent",

0 commit comments

Comments
 (0)