chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-11 12:52:17 +09:00
parent 908c10e1db
commit d62ef6498d
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -2873,7 +2873,7 @@ dependencies = [
[[package]]
name = "swc_css"
version = "0.98.0"
version = "0.98.1"
dependencies = [
"swc_css_ast",
"swc_css_codegen",
@ -2969,7 +2969,7 @@ dependencies = [
[[package]]
name = "swc_css_utils"
version = "0.86.0"
version = "0.86.1"
dependencies = [
"swc_atoms",
"swc_common",

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.98.0"
version = "0.98.1"
[package.metadata.docs.rs]
all-features = true
@ -20,5 +20,5 @@ swc_css_ast = {version = "0.89.0", path = "../swc_css_ast"}
swc_css_codegen = {version = "0.95.0", path = "../swc_css_codegen"}
swc_css_minifier = {version = "0.60.0", path = "../swc_css_minifier", optional = true}
swc_css_parser = {version = "0.96.0", path = "../swc_css_parser"}
swc_css_utils = {version = "0.86.0", path = "../swc_css_utils/"}
swc_css_utils = {version = "0.86.1", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.88.0", path = "../swc_css_visit"}

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.86.0"
version = "0.86.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]