chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-18 14:18:44 +00:00
parent 8f00d1a934
commit 3fe4c45a08
4 changed files with 8 additions and 5 deletions

View File

@ -31,6 +31,9 @@
- **(html/minifier)** Merge identical metadata elements (#6183) ([41093b0](https://github.com/swc-project/swc/commit/41093b022d8d3304f9d235fd5b9dd386fecb8c3c))
- **(html/minifier)** Compress `javascript:` URLs (#6185) ([8f00d1a](https://github.com/swc-project/swc/commit/8f00d1a934fbc52594b62ab4c6d0eff9c2e73e60))
### Refactor

4
Cargo.lock generated
View File

@ -4045,7 +4045,7 @@ dependencies = [
[[package]]
name = "swc_html"
version = "0.89.7"
version = "0.89.8"
dependencies = [
"swc_html_ast",
"swc_html_codegen",
@ -4097,7 +4097,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.86.7"
version = "0.86.8"
dependencies = [
"criterion",
"once_cell",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_html"
repository = "https://github.com/swc-project/swc.git"
version = "0.89.7"
version = "0.89.8"
[package.metadata.docs.rs]
all-features = true
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies]
swc_html_ast = {version = "0.26.10", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.35.12", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.86.7", path = "../swc_html_minifier", optional = true}
swc_html_minifier = {version = "0.86.8", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.32.11", path = "../swc_html_parser"}
swc_html_visit = {version = "0.26.10", path = "../swc_html_visit"}

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_html_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.86.7"
version = "0.86.8"
[lib]
bench = false