Skip to content

Commit

Permalink
chore: Publish crates with swc_core v0.100.7
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Aug 13, 2024
1 parent 970cc81 commit 8f93460
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/ninety-tips-heal.md

This file was deleted.

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/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.100.6"
version = "0.100.7"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_html/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"
repository = "https://github.com/swc-project/swc.git"
version = "0.146.0"
version = "0.146.1"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_html_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
license = { workspace = true }
name = "swc_html_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.143.0"
version = "0.143.1"

[lib]
bench = false
Expand Down

0 comments on commit 8f93460

Please sign in to comment.