Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 2.8.0 (spec 150) #972

Merged
merged 2 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions activation-service/helm/tfchainactivationservice/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: tfchainactivationservice
description: TFchain account activation funding service
type: application
version: 2.7.0-rc4
appVersion: '2.7.0-rc4'
version: 2.8.0
appVersion: '2.8.0'
4 changes: 2 additions & 2 deletions activation-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "substrate-funding-service",
"version": "2.7.0-rc4",
"version": "2.8.0",
"description": "Substrate funding service",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,4 +36,4 @@
"pino-pretty": "^5.0.2",
"standard": "^16.0.3"
}
}
}
4 changes: 2 additions & 2 deletions bridge/tfchain_bridge/chart/tfchainbridge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: tfchainbridge
description: Bridge for TFT between Tfchain Stellar
type: application
version: 2.7.0-rc4
appVersion: '2.7.0-rc4'
version: 2.8.0
appVersion: '2.8.0'
4 changes: 2 additions & 2 deletions clients/tfchain-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tfgrid-api-client",
"version": "2.7.0-rc4",
"version": "2.8.0",
"description": "API client for the TF Grid",
"main": "index.js",
"scripts": {
Expand All @@ -17,4 +17,4 @@
"devDependencies": {
"standard": "^16.0.3"
}
}
}
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tfchain-js-scripts",
"version": "2.7.0-rc4",
"version": "2.8.0",
"description": "scripts to fetch data / write data to tfchain",
"main": "index.js",
"scripts": {
Expand All @@ -20,4 +20,4 @@
"devDependencies": {
"standard": "^16.0.3"
}
}
}
2 changes: 1 addition & 1 deletion substrate-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://threefold.io/"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/threefoldtech/tfchain3"
version = "2.7.0-rc4"
version = "2.8.0"

[workspace]
members = [
Expand Down
4 changes: 2 additions & 2 deletions substrate-node/charts/substrate-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: substrate-node
description: Tfchain node
type: application
version: 2.7.0-rc4
appVersion: '2.7.0-rc4'
version: 2.8.0
appVersion: '2.8.0'
2 changes: 1 addition & 1 deletion substrate-node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("substrate-threefold"),
impl_name: create_runtime_str!("substrate-threefold"),
authoring_version: 1,
spec_version: 149,
spec_version: 150,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down
4 changes: 2 additions & 2 deletions tools/fork-off-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fork-off-substrate",
"version": "2.7.0-rc4",
"version": "2.8.0",
"description": "This script allows bootstrapping a new substrate chain with the current state of a live chain",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"cli-progress": "^3.9.1",
"dotenv": "^10.0.0"
}
}
}
Loading