Skip to content

Commit 677d82b

Browse files
committed
chore: Publish crates with swc_core v34.0.1
1 parent c7f0e4d commit 677d82b

13 files changed

Lines changed: 34 additions & 41 deletions

File tree

.changeset/clean-points-perform.md

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

CHANGELOG-CORE.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Performance
5+
6+
7+
8+
- **(es/minifier)** Remove visitor of CharFreqAnalyzer ([#10928](https://github.com/swc-project/swc/issues/10928)) ([65534ff](https://github.com/swc-project/swc/commit/65534ff998036ca881e27ed13074df7d2cadae5d))
9+
10+
11+
- **(es/minifier)** Remove pre-compress pass ([#10932](https://github.com/swc-project/swc/issues/10932)) ([c7f0e4d](https://github.com/swc-project/swc/commit/c7f0e4d5e6c0d6492e750d662711f9b495bc280d))
12+
213
## [swc_core@v34.0.0] - 2025-07-22
314

415
### Bug Fixes
@@ -2697,18 +2708,4 @@
26972708

26982709
## [swc_core@v10.4.0] - 2025-01-19
26992710

2700-
### Performance
2701-
2702-
2703-
2704-
- **(es/minifier)** Box `VarUsageInfo` of `ProgramData` ([#9894](https://github.com/swc-project/swc/issues/9894)) ([fafd754](https://github.com/swc-project/swc/commit/fafd754f74be0cd9dfc1c0f5a24b1c078023cb64))
2705-
2706-
## [swc_core@v10.3.0] - 2025-01-17
2707-
2708-
### Performance
2709-
2710-
2711-
2712-
- **(es/codegen)** Remove needless allocations ([#9890](https://github.com/swc-project/swc/issues/9890)) ([f230ff2](https://github.com/swc-project/swc/commit/f230ff2d8454808ffa99c298448eba7522597219))
2713-
27142711
<!-- generated by git-cliff -->

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Performance
5+
6+
7+
8+
- **(es/minifier)** Remove visitor of CharFreqAnalyzer ([#10928](https://github.com/swc-project/swc/issues/10928)) ([65534ff](https://github.com/swc-project/swc/commit/65534ff998036ca881e27ed13074df7d2cadae5d))
9+
10+
11+
- **(es/minifier)** Remove pre-compress pass ([#10932](https://github.com/swc-project/swc/issues/10932)) ([c7f0e4d](https://github.com/swc-project/swc/commit/c7f0e4d5e6c0d6492e750d662711f9b495bc280d))
12+
213
## [1.13.2] - 2025-07-22
314

415
### Bug Fixes
@@ -2187,13 +2198,4 @@
21872198

21882199
## [1.10.8] - 2025-01-19
21892200

2190-
### Performance
2191-
2192-
2193-
2194-
- **(es/codegen)** Remove needless allocations ([#9890](https://github.com/swc-project/swc/issues/9890)) ([f230ff2](https://github.com/swc-project/swc/commit/f230ff2d8454808ffa99c298448eba7522597219))
2195-
2196-
2197-
- **(es/minifier)** Box `VarUsageInfo` of `ProgramData` ([#9894](https://github.com/swc-project/swc/issues/9894)) ([fafd754](https://github.com/swc-project/swc/commit/fafd754f74be0cd9dfc1c0f5a24b1c078023cb64))
2198-
21992201
<!-- generated by git-cliff -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ swc_common = { version = "14.0.2", features = [
3131
], path = "../swc_common" }
3232
swc_ecma_ast = { version = "14.0.0", path = "../swc_ecma_ast" }
3333
swc_ecma_codegen = { version = "16.0.0", path = "../swc_ecma_codegen" }
34-
swc_ecma_minifier = { version = "28.0.0", path = "../swc_ecma_minifier", features = [
34+
swc_ecma_minifier = { version = "28.0.1", path = "../swc_ecma_minifier", features = [
3535
"concurrent",
3636
] }
3737
swc_ecma_parser = { version = "22.0.0", path = "../swc_ecma_parser" }

crates/swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ swc_ecma_loader = { version = "14.0.0", path = "../swc_ecma_loader", features =
9090
"node",
9191
"tsc",
9292
] }
93-
swc_ecma_minifier = { version = "28.0.0", path = "../swc_ecma_minifier" }
93+
swc_ecma_minifier = { version = "28.0.1", path = "../swc_ecma_minifier" }
9494
swc_ecma_parser = { version = "22.0.0", path = "../swc_ecma_parser", default-features = false, features = ["typescript"] }
9595
swc_ecma_preset_env = { version = "28.0.0", path = "../swc_ecma_preset_env" }
9696
swc_ecma_transforms = { version = "27.0.0", path = "../swc_ecma_transforms", features = [

crates/swc_bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ swc_ecma_loader = { version = "14.0.0", path = "../swc_ecma_loader", features =
6262
"node",
6363
"cache",
6464
] }
65-
swc_ecma_minifier = { version = "28.0.0", path = "../swc_ecma_minifier", features = [
65+
swc_ecma_minifier = { version = "28.0.1", path = "../swc_ecma_minifier", features = [
6666
"concurrent",
6767
] }
6868
swc_ecma_transforms_base = { version = "23.0.0", path = "../swc_ecma_transforms_base", features = [

crates/swc_cli_impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tracing-chrome = { workspace = true }
3737
tracing-subscriber = { workspace = true, features = ["env-filter"] }
3838
walkdir = { workspace = true }
3939

40-
swc_core = { version = "34.0.0", features = [
40+
swc_core = { version = "34.0.1", features = [
4141
"trace_macro",
4242
"common_concurrent",
4343
"base_concurrent",

crates/swc_compiler_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ swc_common = { version = "14.0.2", path = "../swc_common", features = [
3030
swc_config = { version = "3.1.1", path = "../swc_config" }
3131
swc_ecma_ast = { version = "14.0.0", path = "../swc_ecma_ast" }
3232
swc_ecma_codegen = { version = "16.0.0", path = "../swc_ecma_codegen" }
33-
swc_ecma_minifier = { version = "28.0.0", path = "../swc_ecma_minifier" }
33+
swc_ecma_minifier = { version = "28.0.1", path = "../swc_ecma_minifier" }
3434
swc_ecma_parser = { version = "22.0.0", path = "../swc_ecma_parser", default-features = false, features = ["typescript"] }
3535
swc_ecma_visit = { version = "14.0.0", path = "../swc_ecma_visit" }
3636
swc_timer = { version = "1.0.0", path = "../swc_timer" }

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 = "34.0.0"
9+
version = "34.0.1"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -368,7 +368,7 @@ swc_ecma_ast = { optional = true, version = "14.0.0", path =
368368
swc_ecma_codegen = { optional = true, version = "16.0.0", path = "../swc_ecma_codegen" }
369369
swc_ecma_lints = { optional = true, version = "20.0.0", path = "../swc_ecma_lints" }
370370
swc_ecma_loader = { optional = true, version = "14.0.0", path = "../swc_ecma_loader" }
371-
swc_ecma_minifier = { optional = true, version = "28.0.0", path = "../swc_ecma_minifier" }
371+
swc_ecma_minifier = { optional = true, version = "28.0.1", path = "../swc_ecma_minifier" }
372372
swc_ecma_parser = { optional = true, version = "22.0.0", path = "../swc_ecma_parser", default-features = false }
373373
swc_ecma_preset_env = { optional = true, version = "28.0.0", path = "../swc_ecma_preset_env" }
374374
swc_ecma_quote_macros = { optional = true, version = "22.0.0", path = "../swc_ecma_quote_macros" }

0 commit comments

Comments
 (0)