Release independent packages

napi-derive@2.0.2
This commit is contained in:
LongYinan 2021-12-23 14:47:33 +08:00
parent b05e0e713f
commit e904497b8c
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ license = "MIT"
name = "napi-derive-backend" name = "napi-derive-backend"
readme = "README.md" readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs" repository = "https://github.com/napi-rs/napi-rs"
version = "1.0.18" version = "1.0.19"
[package.metadata.workspaces] [package.metadata.workspaces]
independent = true independent = true

View file

@ -7,7 +7,7 @@ license = "MIT"
name = "napi-derive" name = "napi-derive"
readme = "README.md" readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs" repository = "https://github.com/napi-rs/napi-rs"
version = "2.0.1" version = "2.0.2"
[package.metadata.workspaces] [package.metadata.workspaces]
independent = true independent = true
@ -22,7 +22,7 @@ type-def = ["napi-derive-backend/type-def"]
[dependencies] [dependencies]
convert_case = "0.4" convert_case = "0.4"
napi-derive-backend = {version = "1.0.18", path = "../backend"} napi-derive-backend = {version = "1.0.19", path = "../backend"}
proc-macro2 = "1.0" proc-macro2 = "1.0"
quote = "1.0" quote = "1.0"
syn = {version = "1.0", features = ["fold", "full", "extra-traits"]} syn = {version = "1.0", features = ["fold", "full", "extra-traits"]}