Skip to content

Commit de32695

Browse files
committed
chore: Publish crates with swc_core v13.0.1
1 parent 963b088 commit de32695

File tree

13 files changed

+16
-24
lines changed

13 files changed

+16
-24
lines changed

.changeset/fuzzy-kangaroos-help.md

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

.changeset/many-camels-chew.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
@@ -8,6 +8,9 @@
88
- **(deps)** Update cargo (patch) ([#9971](https://github.com/swc-project/swc/issues/9971)) ([e9843d8](https://github.com/swc-project/swc/commit/e9843d8bb730ebdfca42108585c2e013f96fd612))
99

1010

11+
- **(es/transforms)** Pass `unresolved_mark` to `simplifier` instead of `top_level_mark` ([#9989](https://github.com/swc-project/swc/issues/9989)) ([963b088](https://github.com/swc-project/swc/commit/963b0881f9e027fd9ca6ed7b59a3b1f284bf688e))
12+
13+
1114
- **(swc_core)** Fix typo in swc_core feature ([#9979](https://github.com/swc-project/swc/issues/9979)) ([99a6339](https://github.com/swc-project/swc/commit/99a63397b65dfe02bc2c864069edbffb84efa510))
1215

1316
### Features

Cargo.lock

Lines changed: 3 additions & 3 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 = "13.0.0", path = "../swc" }
36+
swc = { optional = true, version = "13.0.1", path = "../swc" }
3737
swc_common = { optional = true, version = "6.0.0", path = "../swc_common" }
3838
swc_ecma_ast = { optional = true, version = "6.0.0", path = "../swc_ecma_ast" }
3939
swc_ecma_transforms = { optional = true, version = "11.0.0", path = "../swc_ecma_transforms" }

crates/preset_env_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
license = { workspace = true }
77
name = "preset_env_base"
88
repository = { workspace = true }
9-
version = "2.0.0"
9+
version = "2.0.1"
1010

1111
[lib]
1212
bench = false

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 = "13.0.0"
12+
version = "13.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 = "13.0.0", features = [
42+
swc_core = { version = "13.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 = "13.0.0"
9+
version = "13.0.1"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -337,7 +337,7 @@ once_cell = { workspace = true, optional = true }
337337

338338
# swc_* dependencies
339339
binding_macros = { optional = true, version = "13.0.0", path = "../binding_macros" }
340-
swc = { optional = true, version = "13.0.0", path = "../swc" }
340+
swc = { optional = true, version = "13.0.1", path = "../swc" }
341341
swc_atoms = { optional = true, version = "3.0.4", path = "../swc_atoms" }
342342
swc_bundler = { optional = true, version = "9.0.0", path = "../swc_bundler" }
343343
swc_cached = { optional = true, version = "2.0.0", path = "../swc_cached" }

crates/swc_css_prefixer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rustc-hash = { workspace = true }
1818
serde = { workspace = true, features = ["derive"] }
1919
serde_json = { workspace = true }
2020

21-
preset_env_base = { version = "2.0.0", path = "../preset_env_base" }
21+
preset_env_base = { version = "2.0.1", path = "../preset_env_base" }
2222
swc_atoms = { version = "3.0.4", path = "../swc_atoms" }
2323
swc_common = { version = "6.0.0", path = "../swc_common" }
2424
swc_css_ast = { version = "6.0.0", path = "../swc_css_ast" }

0 commit comments

Comments
 (0)