Release independent packages

napi@2.0.0-beta.0
napi-sys@2.1.0
napi-derive@2.0.0-beta.0
napi-build@1.2.0
napi-derive-backend@1.0.12
This commit is contained in:
LongYinan 2021-12-02 14:34:53 +08:00
parent 4fe1f58e4d
commit 24c5d6950e
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
5 changed files with 7 additions and 7 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.11"
version = "1.0.12"
[features]
strict = []

View file

@ -8,7 +8,7 @@ license = "MIT"
name = "napi-build"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "1.1.2"
version = "1.2.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.0.0-alpha.10"
version = "2.0.0-beta.0"
[features]
compat-mode = []
@ -18,7 +18,7 @@ type-def = ["napi-derive-backend/type-def"]
[dependencies]
convert_case = "0.4"
napi-derive-backend = {version = "1.0.11", path = "../backend"}
napi-derive-backend = {version = "1.0.12", 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.0.0-alpha.8"
version = "2.0.0-beta.0"
[features]
async = ["tokio_rt"]
@ -28,7 +28,7 @@ tokio_rt = ["tokio", "once_cell", "napi4"]
[dependencies]
ctor = "0.1"
napi-sys = {version = "2.0.0", path = "../sys"}
napi-sys = {version = "2.1.0", path = "../sys"}
[target.'cfg(windows)'.dependencies]
windows = {version = "0.27", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]}

View file

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