chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-17 21:56:44 +00:00
parent d46418bb47
commit 070f256ae3
5 changed files with 9 additions and 6 deletions

View File

@ -32,6 +32,9 @@
- **(css/prefixer)** Support more env properties and values (#5512) ([674c788](https://github.com/swc-project/swc/commit/674c788654714512000c64abf1a088e0f9f2820b))
- **(es/plugin/runner)** Add more traces for the plugin host (#5538) ([d46418b](https://github.com/swc-project/swc/commit/d46418bb470761db48cd1a3e50578d4e1e82e577))
- **(es/react)** Add `VisitMut` bound to the return type of react preset (#5499) ([14606d9](https://github.com/swc-project/swc/commit/14606d92225c67145d484f30902d798297a4ffe2))
### Testing

6
Cargo.lock generated
View File

@ -2837,7 +2837,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.214.9"
version = "0.214.10"
dependencies = [
"ahash",
"ansi_term",
@ -2964,7 +2964,7 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.27.11"
version = "0.27.12"
dependencies = [
"ahash",
"anyhow",
@ -4056,7 +4056,7 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.71.15"
version = "0.71.16"
dependencies = [
"anyhow",
"criterion",

View File

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

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.27.11"
version = "0.27.12"
[package.metadata.docs.rs]
all-features = true

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git"
version = "0.71.15"
version = "0.71.16"
[lib]
bench = false