mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
chore: Publish crates
This commit is contained in:
parent
908c10e1db
commit
d62ef6498d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"}
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user