Release independent packages

napi@2.3.3
napi-derive@2.3.2
This commit is contained in:
LongYinan 2022-04-27 14:13:56 +08:00
parent 43d39fae3e
commit 2fecc109ef
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
3 changed files with 4 additions and 4 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.28"
version = "1.0.29"
[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.3.1"
version = "2.3.2"
[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.28", path = "../backend" }
napi-derive-backend = { version = "1.0.29", path = "../backend" }
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["fold", "full", "extra-traits"] }

View file

@ -7,7 +7,7 @@ license = "MIT"
name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.3.2"
version = "2.3.3"
[package.metadata.docs.rs]
all-features = true