chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-28 16:56:25 +00:00
parent b8211da1c9
commit b1fbf5ae82
3 changed files with 5 additions and 2 deletions

View File

@ -52,6 +52,9 @@
- **(css/ast)** Simplify AST types (#3753) ([815a489](https://github.com/swc-project/swc/commit/815a489dcfb72df928fc03f216dbe4a21b0e0716)) - **(css/ast)** Simplify AST types (#3753) ([815a489](https://github.com/swc-project/swc/commit/815a489dcfb72df928fc03f216dbe4a21b0e0716))
- **(css/lints)** Simplify error reporting API (#3781) ([b8211da](https://github.com/swc-project/swc/commit/b8211da1c9a8277cf09a8a3a1d7ae537b5d6e783))
### Testing ### Testing

2
Cargo.lock generated
View File

@ -2868,7 +2868,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_lints" name = "swc_css_lints"
version = "0.1.0" version = "0.2.0"
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.1.0" version = "0.2.0"
# 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