chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-03 13:38:44 +00:00
parent 818b408573
commit c16bb588de
3 changed files with 5 additions and 2 deletions

View File

@ -38,6 +38,9 @@
- **(css/lints)** Add `font-family-no-duplicate-names` rule (#3818) ([2d273d6](https://github.com/swc-project/swc/commit/2d273d60b9dec4d9f969f0e691ba21ce4b252b7d))
- **(css/lints)** Implement `color-hex-alpha` rule (#3829) ([818b408](https://github.com/swc-project/swc/commit/818b40857328ae9b855d78d774621fa1ab243da9))
- **(css/parser)** Improve error recovery (#3810) ([f969f8c](https://github.com/swc-project/swc/commit/f969f8c5f54e3028576a74ccfcaae72b1c19eaf9))

2
Cargo.lock generated
View File

@ -2898,7 +2898,7 @@ dependencies = [
[[package]]
name = "swc_css_lints"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"ahash",
"auto_impl",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css_lints"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.1"
version = "0.4.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html