prepare version to alpha.1 (#5055)

bump version to -alpha.1
This commit is contained in:
Benjamin Kampmann
2020-02-25 21:44:23 +01:00
committed by GitHub
parent 327e4ad4ac
commit e2776f42f9
163 changed files with 1471 additions and 1471 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
[package]
name = "browser-utils"
version = "0.8.0-dev"
version = "0.8.0-alpha.1"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Utilities for creating a browser light-client."
edition = "2018"
@@ -19,10 +19,10 @@ js-sys = "0.3.34"
wasm-bindgen = "0.2.57"
wasm-bindgen-futures = "0.4.7"
kvdb-web = "0.4"
sc-informant = { version = "0.8.0-dev", path = "../../client/informant" }
sc-service = { version = "0.8.0-dev", path = "../../client/service", default-features = false }
sc-network = { path = "../../client/network" , version = "0.8.0-dev"}
sc-chain-spec = { path = "../../client/chain-spec" , version = "2.0.0-dev"}
sc-informant = { version = "0.8.0-alpha.1", path = "../../client/informant" }
sc-service = { version = "0.8.0-alpha.1", path = "../../client/service", default-features = false }
sc-network = { path = "../../client/network" , version = "0.8.0-alpha.1"}
sc-chain-spec = { path = "../../client/chain-spec" , version = "2.0.0-alpha.1"}
# Imported just for the `no_cc` feature
clear_on_drop = { version = "0.2.3", features = ["no_cc"] }
@@ -1,6 +1,6 @@
[package]
name = "substrate-build-script-utils"
version = "2.0.0-dev"
version = "2.0.0-alpha.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "fork-tree"
version = "2.0.0-dev"
version = "2.0.0-alpha.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
@@ -1,6 +1,6 @@
[package]
name = "frame-benchmarking-cli"
version = "2.0.0-dev"
version = "2.0.0-alpha.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
@@ -8,12 +8,12 @@ homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
[dependencies]
frame-benchmarking = { version = "2.0.0-dev", path = "../../../frame/benchmarking" }
sc-service = { version = "0.8.0-dev", path = "../../../client/service" }
sc-cli = { version = "0.8.0-dev", path = "../../../client/cli" }
sc-client = { version = "0.8.0-dev", path = "../../../client" }
sc-client-db = { version = "0.8.0-dev", path = "../../../client/db" }
sc-executor = { version = "0.8.0-dev", path = "../../../client/executor" }
sp-runtime = { version = "2.0.0-dev", path = "../../../primitives/runtime" }
frame-benchmarking = { version = "2.0.0-alpha.1", path = "../../../frame/benchmarking" }
sc-service = { version = "0.8.0-alpha.1", path = "../../../client/service" }
sc-cli = { version = "0.8.0-alpha.1", path = "../../../client/cli" }
sc-client = { version = "0.8.0-alpha.1", path = "../../../client" }
sc-client-db = { version = "0.8.0-alpha.1", path = "../../../client/db" }
sc-executor = { version = "0.8.0-alpha.1", path = "../../../client/executor" }
sp-runtime = { version = "2.0.0-alpha.1", path = "../../../primitives/runtime" }
structopt = "0.3.8"
codec = { version = "1.1.2", package = "parity-scale-codec" }
+5 -5
View File
@@ -1,6 +1,6 @@
[package]
name = "substrate-frame-rpc-support"
version = "2.0.0-dev"
version = "2.0.0-alpha.1"
authors = ["Parity Technologies <admin@parity.io>", "Andrew Dirksen <andrew@dirksen.com>"]
edition = "2018"
license = "GPL-3.0"
@@ -13,10 +13,10 @@ jsonrpc-client-transports = "14"
jsonrpc-core = "14"
codec = { package = "parity-scale-codec", version = "1" }
serde = "1"
frame-support = { version = "2.0.0-dev", path = "../../../../frame/support" }
sp-storage = { version = "2.0.0-dev", path = "../../../../primitives/storage" }
sc-rpc-api = { version = "0.8.0-dev", path = "../../../../client/rpc-api" }
frame-support = { version = "2.0.0-alpha.1", path = "../../../../frame/support" }
sp-storage = { version = "2.0.0-alpha.1", path = "../../../../primitives/storage" }
sc-rpc-api = { version = "0.8.0-alpha.1", path = "../../../../client/rpc-api" }
[dev-dependencies]
frame-system = { version = "2.0.0-dev", path = "../../../../frame/system" }
frame-system = { version = "2.0.0-alpha.1", path = "../../../../frame/system" }
tokio = "0.1"
+9 -9
View File
@@ -1,6 +1,6 @@
[package]
name = "substrate-frame-rpc-system"
version = "2.0.0-dev"
version = "2.0.0-alpha.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
@@ -8,7 +8,7 @@ homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
[dependencies]
sc-client = { version = "0.8.0-dev", path = "../../../../client/" }
sc-client = { version = "0.8.0-alpha.1", path = "../../../../client/" }
codec = { package = "parity-scale-codec", version = "1.0.0" }
futures = "0.3.1"
jsonrpc-core = "14.0.3"
@@ -16,14 +16,14 @@ jsonrpc-core-client = "14.0.3"
jsonrpc-derive = "14.0.3"
log = "0.4.8"
serde = { version = "1.0.101", features = ["derive"] }
sp-runtime = { version = "2.0.0-dev", path = "../../../../primitives/runtime" }
sp-api = { version = "2.0.0-dev", path = "../../../../primitives/api" }
frame-system-rpc-runtime-api = { version = "2.0.0-dev", path = "../../../../frame/system/rpc/runtime-api" }
sp-core = { version = "2.0.0-dev", path = "../../../../primitives/core" }
sp-blockchain = { version = "2.0.0-dev", path = "../../../../primitives/blockchain" }
sp-transaction-pool = { version = "2.0.0-dev", path = "../../../../primitives/transaction-pool" }
sp-runtime = { version = "2.0.0-alpha.1", path = "../../../../primitives/runtime" }
sp-api = { version = "2.0.0-alpha.1", path = "../../../../primitives/api" }
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.1", path = "../../../../frame/system/rpc/runtime-api" }
sp-core = { version = "2.0.0-alpha.1", path = "../../../../primitives/core" }
sp-blockchain = { version = "2.0.0-alpha.1", path = "../../../../primitives/blockchain" }
sp-transaction-pool = { version = "2.0.0-alpha.1", path = "../../../../primitives/transaction-pool" }
[dev-dependencies]
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../../test-utils/runtime/client" }
env_logger = "0.7.0"
sc-transaction-pool = { version = "2.0.0-dev", path = "../../../../client/transaction-pool" }
sc-transaction-pool = { version = "2.0.0-alpha.1", path = "../../../../client/transaction-pool" }
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
description = "Prometheus exporter server"
name = "prometheus-exporter"
version = "0.8.0-dev"
version = "0.8.0-alpha.1"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"