Skip to content

Commit 17b05f2

Browse files
committed
chore: Publish crates with swc_core v1.0.6
1 parent 78500af commit 17b05f2

File tree

7 files changed

+16
-13
lines changed

7 files changed

+16
-13
lines changed

.changeset/fair-maps-move.md

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,21 @@
1616

1717
- **(es/renamer)** Check `preserved` in normal renaming mode ([#9666](https://github.com/swc-project/swc/issues/9666)) ([87b4e10](https://github.com/swc-project/swc/commit/87b4e10e5dbeb236ee5232d85d3176472fa4a9d0))
1818

19+
20+
- **(typescript)** Check whether the method is abstract when checking `is_overload` ([#9678](https://github.com/swc-project/swc/issues/9678)) ([78500af](https://github.com/swc-project/swc/commit/78500af546ea3c92f016c729e173c66fccbe46ed))
21+
1922
### Documentation
2023

2124

2225

2326
- **(contributing)** Document changeset ([#9667](https://github.com/swc-project/swc/issues/9667)) ([602c667](https://github.com/swc-project/swc/commit/602c667b9d435fa9155345952379287cb11e59db))
2427

28+
### Miscellaneous Tasks
29+
30+
31+
32+
- **(deps)** Update dependency swc-plugin-coverage-instrument to ^0.0.25 ([#9676](https://github.com/swc-project/swc/issues/9676)) ([b8d255b](https://github.com/swc-project/swc/commit/b8d255bf5aa65a5589331b0924269a23b3052137))
33+
2534
## [1.7.39] - 2024-10-22
2635

2736
### Bug Fixes

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
@@ -107,7 +107,7 @@ swc_plugin_proxy = { version = "1.0.0", path = "../swc_plugin_proxy", optional =
107107
swc_plugin_runner = { version = "1.0.0", path = "../swc_plugin_runner", optional = true, default-features = false }
108108
swc_timer = { version = "1.0.0", path = "../swc_timer" }
109109
swc_transform_common = { version = "1.0.0", path = "../swc_transform_common" }
110-
swc_typescript = { version = "1.0.0", path = "../swc_typescript" }
110+
swc_typescript = { version = "1.0.1", path = "../swc_typescript" }
111111
swc_visit = { version = "1.0.0", path = "../swc_visit" }
112112

113113
[dependencies.tokio]

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 = "1.0.5", features = [
42+
swc_core = { version = "1.0.6", 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 = "2021"
66
license = "Apache-2.0"
77
name = "swc_core"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.0.5"
9+
version = "1.0.6"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -380,7 +380,7 @@ swc_plugin_macro = { optional = true, version = "1.0.0", path =
380380
swc_plugin_proxy = { optional = true, version = "1.0.0", path = "../swc_plugin_proxy" }
381381
swc_trace_macro = { optional = true, version = "2.0.0", path = "../swc_trace_macro" }
382382
swc_transform_common = { optional = true, version = "1.0.0", path = "../swc_transform_common" }
383-
swc_typescript = { optional = true, version = "1.0.0", path = "../swc_typescript" }
383+
swc_typescript = { optional = true, version = "1.0.1", path = "../swc_typescript" }
384384
testing = { optional = true, version = "1.0.0", path = "../testing" }
385385
# TODO: eventually swc_plugin_runner needs to remove default features
386386
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }

crates/swc_typescript/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
name = "swc_typescript"
88
repository = { workspace = true }
9-
version = "1.0.0"
9+
version = "1.0.1"
1010

1111
[dependencies]
1212
thiserror = { workspace = true }

0 commit comments

Comments
 (0)