Release independent packages

napi-derive@2.0.6
This commit is contained in:
LongYinan 2022-01-06 17:40:56 +08:00
parent 0f5ebc4699
commit 581e8cf9f5
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"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "1.0.21"
version = "1.0.22"
[package.metadata.workspaces]
independent = true

View file

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