chore: Publish crates

This commit is contained in:
Donny/강동윤 2022-03-31 23:08:24 +09:00
parent 61366c85b3
commit 60c9ddf5fd
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -3759,7 +3759,7 @@ dependencies = [
[[package]]
name = "swc_plugin"
version = "0.40.0"
version = "0.41.0"
dependencies = [
"swc_atoms",
"swc_common",
@ -3781,7 +3781,7 @@ dependencies = [
[[package]]
name = "swc_plugin_macro"
version = "0.3.1"
version = "0.4.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.40.0"
version = "0.41.0"
[package.metadata.docs.rs]
all-features = true
@ -28,4 +28,4 @@ swc_ecma_ast = { version = "0.73.0", path = "../swc_ecma_ast", features = [
] }
swc_ecma_quote = { version = "0.9.0", path = "../swc_ecma_quote", optional = true }
swc_ecma_visit = { version = "0.59.0", path = "../swc_ecma_visit" }
swc_plugin_macro = { version = "0.3.0", path = "../swc_plugin_macro" }
swc_plugin_macro = { version = "0.4.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.3.1"
version = "0.4.0"
[lib]
proc-macro = true