Skip to content

Commit

Permalink
chore: Publish crates with swc_core v0.101.4
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Aug 20, 2024
1 parent ffc64f6 commit aefbd59
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .changeset/olive-pianos-lay.md

This file was deleted.

10 changes: 5 additions & 5 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_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 = "0.101.3"
version = "0.101.4"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_visit/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_css_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.143.5"
version = "0.143.6"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_visit/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_ecma_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.104.6"
version = "0.104.7"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_html_visit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
license = { workspace = true }
name = "swc_html_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.37.5"
version = "0.37.6"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_xml_visit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
license = { workspace = true }
name = "swc_xml_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.16.5"
version = "0.16.6"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit aefbd59

Please sign in to comment.