chore: Publish crates

This commit is contained in:
Donny 2021-11-24 17:04:09 +09:00
parent 4bf1f93017
commit e04f0867fc
5 changed files with 13 additions and 13 deletions

8
Cargo.lock generated
View File

@ -2571,7 +2571,7 @@ dependencies = [
[[package]]
name = "swc_css"
version = "0.37.0"
version = "0.38.0"
dependencies = [
"swc_css_ast",
"swc_css_codegen",
@ -2593,7 +2593,7 @@ dependencies = [
[[package]]
name = "swc_css_codegen"
version = "0.35.0"
version = "0.36.0"
dependencies = [
"auto_impl 0.4.1",
"bitflags",
@ -2619,7 +2619,7 @@ dependencies = [
[[package]]
name = "swc_css_parser"
version = "0.37.1"
version = "0.38.0"
dependencies = [
"bitflags",
"lexical",
@ -3336,7 +3336,7 @@ dependencies = [
[[package]]
name = "swc_stylis"
version = "0.34.0"
version = "0.35.0"
dependencies = [
"swc_atoms 0.2.9",
"swc_common",

View File

@ -6,11 +6,11 @@ edition = "2018"
license = "Apache-2.0/MIT"
name = "swc_css"
repository = "https://github.com/swc-project/swc.git"
version = "0.37.0"
version = "0.38.0"
[dependencies]
swc_css_ast = {version = "0.34.0", path = "../swc_css_ast"}
swc_css_codegen = {version = "0.35.0", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.37.0", path = "../swc_css_parser"}
swc_css_codegen = {version = "0.36.0", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.38.0", path = "../swc_css_parser"}
swc_css_utils = {version = "0.31.0", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.33.0", path = "../swc_css_visit"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0/MIT"
name = "swc_css_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.35.0"
version = "0.36.0"
[dependencies]
auto_impl = "0.4.1"
@ -17,6 +17,6 @@ swc_css_ast = {version = "0.34.0", path = "../swc_css_ast"}
swc_css_codegen_macros = {version = "0.2.0", path = "../swc_css_codegen_macros"}
[dev-dependencies]
swc_css_parser = {version = "0.37.0", path = "../swc_css_parser"}
swc_css_parser = {version = "0.38.0", path = "../swc_css_parser"}
swc_css_visit = {version = "0.33.0", path = "../swc_css_visit"}
testing = {version = "0.15.0", path = "../testing"}

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0/MIT"
name = "swc_css_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.37.1"
version = "0.38.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0/MIT"
name = "swc_stylis"
repository = "https://github.com/swc-project/swc.git"
version = "0.34.0"
version = "0.35.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -18,6 +18,6 @@ swc_css_utils = {version = "0.31.0", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.33.0", path = "../swc_css_visit"}
[dev-dependencies]
swc_css_codegen = {version = "0.35.0", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.37.0", path = "../swc_css_parser"}
swc_css_codegen = {version = "0.36.0", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.38.0", path = "../swc_css_parser"}
testing = {version = "0.15.0", path = "../testing"}