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

release 2.0.0-rc8 #237

Merged
merged 3 commits into from
May 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/dashboard/charts/tfgrid-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.0.6
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v2.0.0-rc7"
appVersion: "v2.0.0-rc8"
2 changes: 1 addition & 1 deletion packages/dashboard/charts/tfgrid-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: ghcr.io/threefoldtech/dashboard
pullPolicy: Always
tag: "2.0.0-rc7"
tag: "2.0.0-rc8"

env:
- name: "STELLAR_NETWORK"
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/dashboard",
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid_client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/grid_client",
"author": "Ahmed Hanafy",
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/tree/development/packages/grid_client/README.md",
"repository": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@jimber/pkid": "1.0.4",
"@noble/secp256k1": "^1.7.1",
"@threefold/rmb_direct_client": "^2.0.0-rc7",
"@threefold/rmb_direct_client": "^2.0.0-rc8",
"algosdk": "^1.19.0",
"appdata-path": "^1.0.0",
"await-lock": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid_http_server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/grid_http_server",
"author": "Ahmed Hanafy",
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_http_server/README.md",
"repository": {
Expand All @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@threefold/grid_client": "^2.0.0-rc7",
"@threefold/grid_client": "^2.0.0-rc8",
"express": "^4.18.1",
"http-server": "^14.1.1",
"typescript": "^4.7.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/grid_rmb_server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/grid_rmb_server",
"author": "Ahmed Hanafy",
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_rmb_server/README.md",
"repository": {
Expand All @@ -12,12 +12,12 @@
"access": "public"
},
"dependencies": {
"@threefold/grid_client": "^2.0.0-rc7",
"@threefold/rmb_peer_server": "^2.0.0-rc7",
"@threefold/grid_client": "^2.0.0-rc8",
"@threefold/rmb_peer_server": "^2.0.0-rc8",
"typescript": "^4.7.4"
},
"devDependencies": {
"@threefold/rmb_peer_client": "^2.0.0-rc7",
"@threefold/rmb_peer_client": "^2.0.0-rc8",
"ts-node": "^10.9.1"
},
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rmb_direct_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/rmb_direct_client",
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"repository": {
"type": "git",
"url": "https://github.com/threefoldtech/tfgrid-sdk-ts.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/rmb_peer_client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/rmb_peer_client",
"author": "Ahmed Hanafy",
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_client/README.md",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rmb_peer_server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/rmb_peer_server",
"author": "Ahmed Hanafy",
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_server/README.md",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stats/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.0.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v2.0.0-rc7"
appVersion: "v2.0.0-rc8"
2 changes: 1 addition & 1 deletion packages/stats/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: ghcr.io/threefoldtech/stats
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "2.0.0-rc7"
tag: "2.0.0-rc8"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion packages/stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/stats",
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"private": true,
"scripts": {
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion packages/tfchain_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/tfchain_client",
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"description": "A client for TF chain",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions packages/weblets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/weblets",
"version": "2.0.0-rc7",
"version": "2.0.0-rc8",
"private": true,
"scripts": {
"rollup-build": "rollup -c",
Expand Down Expand Up @@ -71,7 +71,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@threefold/grid_client": "^2.0.0-rc7",
"@threefold/grid_client": "^2.0.0-rc8",
"add": "^2.0.6",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/weblets/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@threefold/grid_client": "^2.0.0-rc7",
"@threefold/grid_client": "^2.0.0-rc8",
"axios": "^0.24.0",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
Expand Down
18 changes: 9 additions & 9 deletions packages/weblets/playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1537,14 +1537,14 @@
resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.23.0.tgz#6212bf871a882da98799f8dc51de0944d4152b88"
integrity sha512-LuQje7n48GXSsp1aGI6UEmNVtlh7OzQ6CN1Hd9VGUrshADwMB0lRZ5bxnffmqDR4vVugI7h0NN0AONhIW1eHGg==

"@threefold/grid_client@^2.0.0-rc7":
version "2.0.0-rc7"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.0.0-rc7.tgz#55b1392fe11414c59b7ed94f2dd0f528fcdd94ef"
integrity sha512-8G+9BBSA0hrnbs3/7gokBUqUyHW2eedTO+0lmvlTJe9LX/Pa0Anfd/eUneiRt21dhSOYvSY8rhAaOXo5x4CkxA==
"@threefold/grid_client@^2.0.0-rc8":
version "2.0.0-rc8"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.0.0-rc8.tgz#92d3b853e76accb1ff3cdcfa064be34eda1338f2"
integrity sha512-ChampLy5LEBv7X5DeJlW1WSrE7r1PNT/LGLrjRkcPQ5hBkZKgtjyxqxp4h74Zt9+o57L796wYPC2Z3lwkcNHWA==
dependencies:
"@jimber/pkid" "1.0.4"
"@noble/secp256k1" "^1.7.1"
"@threefold/rmb_direct_client" "^2.0.0-rc7"
"@threefold/rmb_direct_client" "^2.0.0-rc8"
algosdk "^1.19.0"
appdata-path "^1.0.0"
await-lock "^2.1.0"
Expand All @@ -1571,10 +1571,10 @@
url-parse "^1.5.10"
uuid4 "^2.0.2"

"@threefold/rmb_direct_client@^2.0.0-rc7":
version "2.0.0-rc7"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.0.0-rc7.tgz#054e0128b6cb0405f225f25987cdf2ba11a8c125"
integrity sha512-shYl6Yk53Yv5zkNf9RyGiHXoSyzna9VSYYAugwEY4NbCgxPxFTT2NYYUi+uYbJIMyu7B82Auv22a28EviQ5z8A==
"@threefold/rmb_direct_client@^2.0.0-rc8":
version "2.0.0-rc8"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.0.0-rc8.tgz#efe082ef0c17351c8ac4cef328d2380ab680489b"
integrity sha512-hqbeBtMO1xVI1kwKdYcrluGaEK1Eavx2AQhWNploppZbjTJmq1h+ttIu9YEls2xHFNW7y1za3jBWFgQHMfpKFw==
dependencies:
"@noble/secp256k1" "^1.7.1"
"@polkadot/api" "^8.9.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/weblets/weblets-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v2.0.0-rc7"
appVersion: "v2.0.0-rc8"
2 changes: 1 addition & 1 deletion packages/weblets/weblets-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/threefoldtech/weblets
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "2.0.0-rc7"
tag: "2.0.0-rc8"

env:
- name: "MODE"
Expand Down