Release independent packages

- napi@2.4.0
- napi-derive@2.4.0
- napi-sys@2.2.0
- napi-build@2.0.0
This commit is contained in:
LongYinan 2022-05-07 15:49:44 +08:00
parent d728b3ab3c
commit daf5f1f9e9
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
5 changed files with 6 additions and 6 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.30"
version = "1.0.31"
[package.metadata.workspaces]
independent = true

View file

@ -8,7 +8,7 @@ license = "MIT"
name = "napi-build"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "1.2.1"
version = "2.0.0"
[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.3"
version = "2.4.0"
[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.30", path = "../backend" }
napi-derive-backend = { version = "1.0.31", 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.3"
version = "2.4.0"
[package.metadata.docs.rs]
all-features = true

View file

@ -8,7 +8,7 @@ license = "MIT"
name = "napi-sys"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.1.0"
version = "2.2.0"
[features]
experimental = []