chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-27 02:29:02 +00:00
parent 028951c36c
commit d2dc90bc69
4 changed files with 8 additions and 5 deletions

View File

@ -10,6 +10,9 @@
- **(es/typescript)** Fix stack overflow (#6250) ([28ec6e8](https://github.com/swc-project/swc/commit/28ec6e8fc70cf74722c93353c03e4fdedb21954a))
- **(html/minifier)** Merge style blocks (#6264) ([028951c](https://github.com/swc-project/swc/commit/028951c36c9575662b3774bd445a83f597e880d4))
### Features

4
Cargo.lock generated
View File

@ -4036,7 +4036,7 @@ dependencies = [
[[package]]
name = "swc_html"
version = "0.93.21"
version = "0.93.22"
dependencies = [
"swc_html_ast",
"swc_html_codegen",
@ -4088,7 +4088,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.90.21"
version = "0.90.22"
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.93.21"
version = "0.93.22"
[package.metadata.docs.rs]
all-features = true
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies]
swc_html_ast = {version = "0.28.3", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.37.7", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.90.21", path = "../swc_html_minifier", optional = true}
swc_html_minifier = {version = "0.90.22", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.34.7", path = "../swc_html_parser"}
swc_html_visit = {version = "0.28.3", 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.90.21"
version = "0.90.22"
[lib]
bench = false