chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-21 05:36:47 +00:00
parent 43eeeb35a5
commit 92bbff40be
4 changed files with 8 additions and 5 deletions

View File

@ -29,6 +29,9 @@
- **(es/plugin)** Add experimental metadata field (#5254) ([bd1c2cc](https://github.com/swc-project/swc/commit/bd1c2cc7e6dcc04c3d8b59f34b4b88be29ec1ccb))
- **(es/plugin)** Pass experimental metadata from host (#5261) ([43eeeb3](https://github.com/swc-project/swc/commit/43eeeb35a5ec2a368c3cd215abaff1e1f7fa5a1d))
- **(node)** Coerce fallback bindings (#5250) ([7e6ffff](https://github.com/swc-project/swc/commit/7e6ffffbd3834f220e940d447bf1632f70f3b9a7))

4
Cargo.lock generated
View File

@ -4116,7 +4116,7 @@ dependencies = [
[[package]]
name = "swc_plugin"
version = "0.85.0"
version = "0.86.0"
dependencies = [
"swc_atoms",
"swc_common",
@ -4128,7 +4128,7 @@ dependencies = [
[[package]]
name = "swc_plugin_macro"
version = "0.7.0"
version = "0.8.0"
dependencies = [
"proc-macro2",
"quote",

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_plugin"
repository = "https://github.com/swc-project/swc.git"
version = "0.85.0"
version = "0.86.0"
[package.metadata.docs.rs]
all-features = true
@ -35,4 +35,4 @@ swc_ecmascript = { version = "0.184.0", path = "../swc_ecmascript", features = [
swc_plugin_proxy = { version = "0.15.0", path = "../swc_plugin_proxy", features = [
"plugin-mode",
] }
swc_plugin_macro = { version = "0.7.0", path = "../swc_plugin_macro" }
swc_plugin_macro = { version = "0.8.0", path = "../swc_plugin_macro" }

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_plugin_macro"
repository = "https://github.com/swc-project/swc.git"
version = "0.7.0"
version = "0.8.0"
[lib]
bench = false