Skip to content

Commit 9f93646

Browse files
authored
Bump version to 2.8.0 (spec 150) (#972)
* "Bump version to 2.8.0 * Update cargo.lock
1 parent 3e7c912 commit 9f93646

File tree

10 files changed

+29
-29
lines changed

10 files changed

+29
-29
lines changed

activation-service/helm/tfchainactivationservice/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: tfchainactivationservice
33
description: TFchain account activation funding service
44
type: application
5-
version: 2.7.0-rc4
6-
appVersion: '2.7.0-rc4'
5+
version: 2.8.0
6+
appVersion: '2.8.0'

activation-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "substrate-funding-service",
3-
"version": "2.7.0-rc4",
3+
"version": "2.8.0",
44
"description": "Substrate funding service",
55
"main": "index.js",
66
"scripts": {
@@ -36,4 +36,4 @@
3636
"pino-pretty": "^5.0.2",
3737
"standard": "^16.0.3"
3838
}
39-
}
39+
}

bridge/tfchain_bridge/chart/tfchainbridge/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: tfchainbridge
33
description: Bridge for TFT between Tfchain Stellar
44
type: application
5-
version: 2.7.0-rc4
6-
appVersion: '2.7.0-rc4'
5+
version: 2.8.0
6+
appVersion: '2.8.0'

clients/tfchain-client-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tfgrid-api-client",
3-
"version": "2.7.0-rc4",
3+
"version": "2.8.0",
44
"description": "API client for the TF Grid",
55
"main": "index.js",
66
"scripts": {
@@ -17,4 +17,4 @@
1717
"devDependencies": {
1818
"standard": "^16.0.3"
1919
}
20-
}
20+
}

scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tfchain-js-scripts",
3-
"version": "2.7.0-rc4",
3+
"version": "2.8.0",
44
"description": "scripts to fetch data / write data to tfchain",
55
"main": "index.js",
66
"scripts": {
@@ -20,4 +20,4 @@
2020
"devDependencies": {
2121
"standard": "^16.0.3"
2222
}
23-
}
23+
}

substrate-node/Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substrate-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://threefold.io/"
66
license-file = "LICENSE"
77
readme = "README.md"
88
repository = "https://github.com/threefoldtech/tfchain3"
9-
version = "2.7.0-rc4"
9+
version = "2.8.0"
1010

1111
[workspace]
1212
members = [

substrate-node/charts/substrate-node/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: substrate-node
33
description: Tfchain node
44
type: application
5-
version: 2.7.0-rc4
6-
appVersion: '2.7.0-rc4'
5+
version: 2.8.0
6+
appVersion: '2.8.0'

substrate-node/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
151151
spec_name: create_runtime_str!("substrate-threefold"),
152152
impl_name: create_runtime_str!("substrate-threefold"),
153153
authoring_version: 1,
154-
spec_version: 149,
154+
spec_version: 150,
155155
impl_version: 1,
156156
apis: RUNTIME_API_VERSIONS,
157157
transaction_version: 2,

tools/fork-off-substrate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fork-off-substrate",
3-
"version": "2.7.0-rc4",
3+
"version": "2.8.0",
44
"description": "This script allows bootstrapping a new substrate chain with the current state of a live chain",
55
"main": "index.js",
66
"scripts": {
@@ -29,4 +29,4 @@
2929
"cli-progress": "^3.9.1",
3030
"dotenv": "^10.0.0"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)