chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-08 08:08:20 +00:00
parent 59c84ac8bd
commit cb46cb2f06
3 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@
- **(css/lints)** Implement `custom-property-no-missing-var-function` rule (#3890) ([19ececc](https://github.com/swc-project/swc/commit/19ececcd507da27993b421ae76fd0f259b516125)) - **(css/lints)** Implement `custom-property-no-missing-var-function` rule (#3890) ([19ececc](https://github.com/swc-project/swc/commit/19ececcd507da27993b421ae76fd0f259b516125))
- **(css/lints)** Implement `no-duplicate-at-import-rules` rule (#3833) ([59c84ac](https://github.com/swc-project/swc/commit/59c84ac8bdd2919bb6c8550bc5d8ec7b814f9cda))
- **(css/parser)** Improve error recovery (#3901) ([6f781c3](https://github.com/swc-project/swc/commit/6f781c3b43a99ce65e5680665b8101a382adb4ef)) - **(css/parser)** Improve error recovery (#3901) ([6f781c3](https://github.com/swc-project/swc/commit/6f781c3b43a99ce65e5680665b8101a382adb4ef))

2
Cargo.lock generated
View File

@ -2922,7 +2922,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_lints" name = "swc_css_lints"
version = "0.6.1" version = "0.6.2"
dependencies = [ dependencies = [
"auto_impl", "auto_impl",
"parking_lot 0.12.0", "parking_lot 0.12.0",

View File

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