chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-28 02:43:11 +00:00
parent 14894ed4c9
commit ffad9955cb
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(atoms)** Workaround a bug of `rkyv` (#5323) ([14894ed](https://github.com/swc-project/swc/commit/14894ed4c970b7d283e36acd6001339e7d0d04fd))
- **(css/prefixer)** Avoid prefixes for media features (#5308) ([925b16a](https://github.com/swc-project/swc/commit/925b16a563227a43fc52c107a8d2ead577137aa3)) - **(css/prefixer)** Avoid prefixes for media features (#5308) ([925b16a](https://github.com/swc-project/swc/commit/925b16a563227a43fc52c107a8d2ead577137aa3))
### Features ### Features

2
Cargo.lock generated
View File

@ -2935,7 +2935,7 @@ dependencies = [
[[package]] [[package]]
name = "swc" name = "swc"
version = "0.212.0" version = "0.212.1"
dependencies = [ dependencies = [
"ahash", "ahash",
"ansi_term", "ansi_term",

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc" name = "swc"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.212.0" version = "0.212.1"
[lib] [lib]
bench = false bench = false