From d62ef6498dbc169b83f97ff224437d9a70ceddf6 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 11 Mar 2022 12:52:17 +0900 Subject: [PATCH] chore: Publish crates --- Cargo.lock | 4 ++-- crates/swc_css/Cargo.toml | 4 ++-- crates/swc_css_utils/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec7d955c463..0a693f17fd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/swc_css/Cargo.toml b/crates/swc_css/Cargo.toml index 6d25218c01d..33ce45f7841 100644 --- a/crates/swc_css/Cargo.toml +++ b/crates/swc_css/Cargo.toml @@ -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"} diff --git a/crates/swc_css_utils/Cargo.toml b/crates/swc_css_utils/Cargo.toml index 5d50ae28459..e27a319e168 100644 --- a/crates/swc_css_utils/Cargo.toml +++ b/crates/swc_css_utils/Cargo.toml @@ -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]