Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Oct 19, 2022
1 parent ac7cfa1 commit dc2c416
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,9 @@
- **(css/codegen)** Fix codegen of pseudo class selectors (#6186) ([4fba0db](https://github.com/swc-project/swc/commit/4fba0db3d9a4ffc6c13e134b3c75441737ff83d5))


- **(css/minifier)** Don't touch `@supports` (#6199) ([ac7cfa1](https://github.com/swc-project/swc/commit/ac7cfa13b62b81018cccb8c424adb1cae679446c))


- **(es/minifier)** Remove wrong rule (#6201) ([842abd4](https://github.com/swc-project/swc/commit/842abd45759a31e9b6ef2b3a0679dee3ad335791))


Expand Down
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.

4 changes: 2 additions & 2 deletions crates/swc_core/Cargo.toml
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.39.7"
version = "0.39.8"
[package.metadata.docs.rs]
features = [
"common_perf",
Expand Down Expand Up @@ -325,7 +325,7 @@ swc_cached = { optional = true, version = "0.3.15", path =
swc_common = { optional = true, version = "0.29.9", path = "../swc_common" }
swc_css_ast = { optional = true, version = "0.123.1", path = "../swc_css_ast" }
swc_css_codegen = { optional = true, version = "0.133.3", path = "../swc_css_codegen" }
swc_css_minifier = { optional = true, version = "0.98.3", path = "../swc_css_minifier" }
swc_css_minifier = { optional = true, version = "0.98.4", path = "../swc_css_minifier" }
swc_css_parser = { optional = true, version = "0.132.2", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "0.134.3", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.120.1", path = "../swc_css_utils/" }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_css/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css"
repository = "https://github.com/swc-project/swc.git"
version = "0.136.3"
version = "0.136.4"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -25,7 +25,7 @@ prefixer = ["swc_css_prefixer"]
swc_css_ast = {version = "0.123.1", path = "../swc_css_ast"}
swc_css_codegen = {version = "0.133.3", path = "../swc_css_codegen"}
swc_css_compat = {version = "0.8.3", path = "../swc_css_compat", optional = true}
swc_css_minifier = {version = "0.98.3", path = "../swc_css_minifier", optional = true}
swc_css_minifier = {version = "0.98.4", path = "../swc_css_minifier", optional = true}
swc_css_modules = {version = "0.9.3", path = "../swc_css_modules", optional = true}
swc_css_parser = {version = "0.132.2", path = "../swc_css_parser"}
swc_css_prefixer = {version = "0.134.3", path = "../swc_css_prefixer", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_minifier/Cargo.toml
Expand Up @@ -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.98.3"
version = "0.98.4"

[lib]
bench = false
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_html/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_html"
repository = "https://github.com/swc-project/swc.git"
version = "0.89.10"
version = "0.89.11"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies]
swc_html_ast = {version = "0.26.11", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.35.13", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.86.10", path = "../swc_html_minifier", optional = true}
swc_html_minifier = {version = "0.86.11", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.32.12", path = "../swc_html_parser"}
swc_html_visit = {version = "0.26.11", path = "../swc_html_visit"}
4 changes: 2 additions & 2 deletions crates/swc_html_minifier/Cargo.toml
Expand Up @@ -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.10"
version = "0.86.11"

[lib]
bench = false
Expand All @@ -24,7 +24,7 @@ swc_cached = { version = "0.3.15", path = "../swc_cached" }
swc_common = { version = "0.29.9", path = "../swc_common" }
swc_css_ast = { version = "0.123.1", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.133.3", path = "../swc_css_codegen" }
swc_css_minifier = { version = "0.98.3", path = "../swc_css_minifier" }
swc_css_minifier = { version = "0.98.4", path = "../swc_css_minifier" }
swc_css_parser = { version = "0.132.2", path = "../swc_css_parser" }
swc_ecma_ast = { version = "0.94.12", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.18", path = "../swc_ecma_codegen" }
Expand Down

0 comments on commit dc2c416

Please sign in to comment.