From f55c97cc3063b2a4a0cb95ab04ac3969eb40f1d7 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 3 May 2022 01:26:25 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_css_prefixer/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 036116284ae..48e6853596c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ +- **(css/prefixer)** Add prefix for `print-color-adjust` (#4503) ([90ac93a](https://github.com/swc-project/swc/commit/90ac93af12b9fb8d50f15ce98a7af5c5ce21d77b)) + + - **(es/bugfixes)** Fix handling of syntax context (#4490) ([a444726](https://github.com/swc-project/swc/commit/a444726fe3014c1a241439d8126188c0c5fe5212)) diff --git a/Cargo.lock b/Cargo.lock index 49f6171f252..e30e628df71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3150,7 +3150,7 @@ dependencies = [ [[package]] name = "swc_css_prefixer" -version = "0.100.4" +version = "0.100.5" dependencies = [ "swc_atoms", "swc_common", diff --git a/crates/swc_css_prefixer/Cargo.toml b/crates/swc_css_prefixer/Cargo.toml index ffc4e2d1d38..1c6eb55ed82 100644 --- a/crates/swc_css_prefixer/Cargo.toml +++ b/crates/swc_css_prefixer/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_prefixer" repository = "https://github.com/swc-project/swc.git" -version = "0.100.4" +version = "0.100.5" [lib] bench = false