Skip to content

Commit

Permalink
chore: Publish crates with swc_core v16.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 27, 2025
1 parent 2304cd8 commit dc50ba5
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/plenty-worms-yawn.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG-CORE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## [unreleased]

### Bug Fixes



- **(es/lints)** Capture errors and emit from the original thread ([#10119](https://github.com/swc-project/swc/issues/10119)) ([2304cd8](https://github.com/swc-project/swc/commit/2304cd8cfd6555c57ddcf3f41a2c427387a38b4a))

## [[email protected]] - 2025-02-27

### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## [unreleased]

### Bug Fixes



- **(es/lints)** Capture errors and emit from the original thread ([#10119](https://github.com/swc-project/swc/issues/10119)) ([2304cd8](https://github.com/swc-project/swc/commit/2304cd8cfd6555c57ddcf3f41a2c427387a38b4a))

## [1.11.4] - 2025-02-27

### 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.

4 changes: 2 additions & 2 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ swc_config = { version = "2.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "11.0.0", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "11.0.0", path = "../swc_ecma_lints" }
swc_ecma_lints = { version = "11.0.1", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [
"cache",
"node",
Expand Down Expand Up @@ -137,7 +137,7 @@ codspeed-criterion-compat = { workspace = true }
swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast", features = [
"serde-impl",
] }
swc_ecma_lints = { version = "11.0.0", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "11.0.1", path = "../swc_ecma_lints", features = [
"non_critical_lints",
] }
swc_ecma_testing = { version = "8.0.0", path = "../swc_ecma_testing" }
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 = "16.2.2", features = [
swc_core = { version = "16.2.3", 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 = { workspace = true }
license = { workspace = true }
name = "swc_core"
repository = { workspace = true }
version = "16.2.2"
version = "16.2.3"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down Expand Up @@ -354,7 +354,7 @@ swc_css_utils = { optional = true, version = "8.0.0", path =
swc_css_visit = { optional = true, version = "8.0.0", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "8.0.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "8.0.1", path = "../swc_ecma_codegen" }
swc_ecma_lints = { optional = true, version = "11.0.0", path = "../swc_ecma_lints" }
swc_ecma_lints = { optional = true, version = "11.0.1", path = "../swc_ecma_lints" }
swc_ecma_loader = { optional = true, version = "8.0.0", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "12.0.1", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "10.0.0", path = "../swc_ecma_parser" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = { workspace = true }
name = "swc_ecma_lints"
repository = { workspace = true }
version = "11.0.0"
version = "11.0.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
Expand Down

0 comments on commit dc50ba5

Please sign in to comment.