Skip to content

Commit

Permalink
chore: Publish crates with swc_core v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 26, 2024
1 parent 78500af commit 17b05f2
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-maps-move.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,21 @@

- **(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))


- **(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))

### Documentation



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

### Miscellaneous Tasks



- **(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))

## [1.7.39] - 2024-10-22

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ swc_plugin_proxy = { version = "1.0.0", path = "../swc_plugin_proxy", optional =
swc_plugin_runner = { version = "1.0.0", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "1.0.0", path = "../swc_timer" }
swc_transform_common = { version = "1.0.0", path = "../swc_transform_common" }
swc_typescript = { version = "1.0.0", path = "../swc_typescript" }
swc_typescript = { version = "1.0.1", path = "../swc_typescript" }
swc_visit = { version = "1.0.0", path = "../swc_visit" }

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_cli_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing-futures = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
walkdir = { workspace = true }

swc_core = { version = "1.0.5", features = [
swc_core = { version = "1.0.6", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "1.0.5"
version = "1.0.6"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down Expand Up @@ -380,7 +380,7 @@ swc_plugin_macro = { optional = true, version = "1.0.0", path =
swc_plugin_proxy = { optional = true, version = "1.0.0", path = "../swc_plugin_proxy" }
swc_trace_macro = { optional = true, version = "2.0.0", path = "../swc_trace_macro" }
swc_transform_common = { optional = true, version = "1.0.0", path = "../swc_transform_common" }
swc_typescript = { optional = true, version = "1.0.0", path = "../swc_typescript" }
swc_typescript = { optional = true, version = "1.0.1", path = "../swc_typescript" }
testing = { optional = true, version = "1.0.0", path = "../testing" }
# TODO: eventually swc_plugin_runner needs to remove default features
swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_typescript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_typescript"
repository = { workspace = true }
version = "1.0.0"
version = "1.0.1"

[dependencies]
thiserror = { workspace = true }
Expand Down

0 comments on commit 17b05f2

Please sign in to comment.