Skip to content

Commit

Permalink
chore: Publish crates with swc_core v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 3, 2025
1 parent 963b088 commit de32695
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-kangaroos-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-camels-chew.md

This file was deleted.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- **(deps)** Update cargo (patch) ([#9971](https://github.com/swc-project/swc/issues/9971)) ([e9843d8](https://github.com/swc-project/swc/commit/e9843d8bb730ebdfca42108585c2e013f96fd612))


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


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

### Features
Expand Down
6 changes: 3 additions & 3 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/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ binding_wasm = [

[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "13.0.0", path = "../swc" }
swc = { optional = true, version = "13.0.1", path = "../swc" }
swc_common = { optional = true, version = "6.0.0", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "6.0.0", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "11.0.0", path = "../swc_ecma_transforms" }
Expand Down
2 changes: 1 addition & 1 deletion crates/preset_env_base/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 = "preset_env_base"
repository = { workspace = true }
version = "2.0.0"
version = "2.0.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = { workspace = true }
name = "swc"
repository = { workspace = true }
version = "13.0.0"
version = "13.0.1"

[lib]
bench = false
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 = "13.0.0", features = [
swc_core = { version = "13.0.1", 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 = "13.0.0"
version = "13.0.1"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down Expand Up @@ -337,7 +337,7 @@ once_cell = { workspace = true, optional = true }

# swc_* dependencies
binding_macros = { optional = true, version = "13.0.0", path = "../binding_macros" }
swc = { optional = true, version = "13.0.0", path = "../swc" }
swc = { optional = true, version = "13.0.1", path = "../swc" }
swc_atoms = { optional = true, version = "3.0.4", path = "../swc_atoms" }
swc_bundler = { optional = true, version = "9.0.0", path = "../swc_bundler" }
swc_cached = { optional = true, version = "2.0.0", path = "../swc_cached" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_prefixer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }

preset_env_base = { version = "2.0.0", path = "../preset_env_base" }
preset_env_base = { version = "2.0.1", path = "../preset_env_base" }
swc_atoms = { version = "3.0.4", path = "../swc_atoms" }
swc_common = { version = "6.0.0", path = "../swc_common" }
swc_css_ast = { version = "6.0.0", path = "../swc_css_ast" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_preset_env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { workspace = true, features = ["derive"], optional = true }
serde_json = { workspace = true }
st-map = { workspace = true }

preset_env_base = { version = "2.0.0", path = "../preset_env_base" }
preset_env_base = { version = "2.0.1", path = "../preset_env_base" }
rustc-hash = { workspace = true }
string_enum = { version = "1.0.0", path = "../string_enum" }
swc_atoms = { version = "3.0.4", path = "../swc_atoms" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_estree_compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ codspeed-criterion-compat = { workspace = true }
criterion = { workspace = true }
pretty_assertions = { workspace = true }

swc = { version = "13.0.0", path = "../swc" }
swc = { version = "13.0.1", path = "../swc" }
swc_ecma_ast = { version = "6.0.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "8.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "11.0.0", path = "../swc_ecma_transforms/" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_node_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_json = { workspace = true }
tracing = { workspace = true }

string_enum = { version = "1.0.0", path = "../string_enum" }
swc = { version = "13.0.0", path = "../swc" }
swc = { version = "13.0.1", path = "../swc" }
swc_atoms = { version = "3.0.4", path = "../swc_atoms" }
swc_bundler = { version = "9.0.0", path = "../swc_bundler", features = [
"concurrent",
Expand Down

1 comment on commit de32695

@kdy1
Copy link
Member Author

@kdy1 kdy1 commented on de32695 Feb 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

I verified that cargo install swc_cli works

Please sign in to comment.