chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-28 02:58:55 +00:00
parent dfdad69c03
commit cc312eca50
7 changed files with 17 additions and 14 deletions

View File

@ -35,6 +35,9 @@
- **(css/minifier)** Remove duplicate `@counter-style` at-rules (#5970) ([dfdad69](https://github.com/swc-project/swc/commit/dfdad69c03d13d8950e89358f6587f2bc66d5912))
- **(dbg-swc)** Add a size debugger for next.js (#5945) ([b219fa2](https://github.com/swc-project/swc/commit/b219fa2f015f39e1f3da17ade777a4bc92b6eabe))

10
Cargo.lock generated
View File

@ -3145,7 +3145,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.27.9"
version = "0.27.10"
dependencies = [
"binding_macros",
"once_cell",
@ -3192,7 +3192,7 @@ dependencies = [
[[package]]
name = "swc_css"
version = "0.127.1"
version = "0.127.2"
dependencies = [
"swc_css_ast",
"swc_css_codegen",
@ -3264,7 +3264,7 @@ dependencies = [
[[package]]
name = "swc_css_minifier"
version = "0.89.1"
version = "0.89.2"
dependencies = [
"criterion",
"serde",
@ -3986,7 +3986,7 @@ dependencies = [
[[package]]
name = "swc_html"
version = "0.78.9"
version = "0.78.10"
dependencies = [
"swc_html_ast",
"swc_html_codegen",
@ -4038,7 +4038,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.75.9"
version = "0.75.10"
dependencies = [
"criterion",
"once_cell",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.27.9"
version = "0.27.10"
[package.metadata.docs.rs]
features = [
"common_perf",
@ -324,7 +324,7 @@ swc_cached = { optional = true, version = "0.3.13", path =
swc_common = { optional = true, version = "0.29.1", path = "../swc_common" }
swc_css_ast = { optional = true, version = "0.114.1", path = "../swc_css_ast" }
swc_css_codegen = { optional = true, version = "0.124.1", path = "../swc_css_codegen" }
swc_css_minifier = { optional = true, version = "0.89.1", path = "../swc_css_minifier" }
swc_css_minifier = { optional = true, version = "0.89.2", path = "../swc_css_minifier" }
swc_css_parser = { optional = true, version = "0.123.1", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "0.125.1", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.111.1", path = "../swc_css_utils/" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css"
repository = "https://github.com/swc-project/swc.git"
version = "0.127.1"
version = "0.127.2"
[package.metadata.docs.rs]
all-features = true
@ -21,7 +21,7 @@ minifier = ["swc_css_minifier"]
[dependencies]
swc_css_ast = {version = "0.114.1", path = "../swc_css_ast"}
swc_css_codegen = {version = "0.124.1", path = "../swc_css_codegen"}
swc_css_minifier = {version = "0.89.1", path = "../swc_css_minifier", optional = true}
swc_css_minifier = {version = "0.89.2", path = "../swc_css_minifier", optional = true}
swc_css_parser = {version = "0.123.1", path = "../swc_css_parser"}
swc_css_utils = {version = "0.111.1", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.113.1", path = "../swc_css_visit"}

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.89.1"
version = "0.89.2"
[lib]
bench = false

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.78.9"
version = "0.78.10"
[package.metadata.docs.rs]
all-features = true
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies]
swc_html_ast = {version = "0.26.1", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.35.1", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.75.9", path = "../swc_html_minifier", optional = true}
swc_html_minifier = {version = "0.75.10", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.32.1", path = "../swc_html_parser"}
swc_html_visit = {version = "0.26.1", 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.75.9"
version = "0.75.10"
[lib]
bench = false
@ -24,7 +24,7 @@ swc_cached = { version = "0.3.13", path = "../swc_cached" }
swc_common = { version = "0.29.1", path = "../swc_common" }
swc_css_ast = { version = "0.114.1", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.124.1", path = "../swc_css_codegen" }
swc_css_minifier = { version = "0.89.1", path = "../swc_css_minifier" }
swc_css_minifier = { version = "0.89.2", path = "../swc_css_minifier" }
swc_css_parser = { version = "0.123.1", path = "../swc_css_parser" }
swc_ecma_ast = { version = "0.94.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.2", path = "../swc_ecma_codegen" }