chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-18 16:30:00 +00:00
parent 8271566d21
commit 180ba98625
3 changed files with 5 additions and 2 deletions

View File

@ -50,6 +50,9 @@
- **(css/ast)** Use `SimpleBlock` for `@keyframe`s (#3577) ([a20ed34](https://github.com/swc-project/swc/commit/a20ed34e6b7ebb9b63d51a3e04d5c6e28b013daa))
- **(css/codegen)** Improve minification of selectors (#3624) ([8271566](https://github.com/swc-project/swc/commit/8271566d21a6e33ccad40f4f30c50454a723e0f5))
- **(css/minifier)** Remove empty qualified rules and at-rules (#3597) ([8c9b154](https://github.com/swc-project/swc/commit/8c9b154e13624110053a14365321c49fc2eec434))

2
Cargo.lock generated
View File

@ -2804,7 +2804,7 @@ dependencies = [
[[package]]
name = "swc_css_codegen"
version = "0.84.0"
version = "0.84.1"
dependencies = [
"auto_impl",
"bitflags",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.84.0"
version = "0.84.1"
[dependencies]
auto_impl = "0.5.0"