diff --git a/lerna.json b/lerna.json index 721ab050b5..515748f12b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "2.3.2", + "version": "2.3.3", "npmClient": "yarn" } diff --git a/packages/UI/package.json b/packages/UI/package.json index 15a5942be0..cbc033026f 100644 --- a/packages/UI/package.json +++ b/packages/UI/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/ui", - "version": "2.3.2", + "version": "2.3.3", "private": false, "main": "dist/threefold-ui.umd.js", "publishConfig": { diff --git a/packages/dashboard/charts/tfgrid-dashboard/Chart.yaml b/packages/dashboard/charts/tfgrid-dashboard/Chart.yaml index ce5bc39880..6a87546bca 100644 --- a/packages/dashboard/charts/tfgrid-dashboard/Chart.yaml +++ b/packages/dashboard/charts/tfgrid-dashboard/Chart.yaml @@ -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.3.2" +appVersion: "v2.3.3" diff --git a/packages/dashboard/charts/tfgrid-dashboard/values.yaml b/packages/dashboard/charts/tfgrid-dashboard/values.yaml index d04e2d8f7a..364a9869b3 100644 --- a/packages/dashboard/charts/tfgrid-dashboard/values.yaml +++ b/packages/dashboard/charts/tfgrid-dashboard/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: ghcr.io/threefoldtech/dashboard pullPolicy: Always - tag: "2.3.2" + tag: "2.3.3" env: - name: "STELLAR_NETWORK" diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 05161ff424..f27aef4c18 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/dashboard", - "version": "2.3.2", + "version": "2.3.3", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -19,8 +19,8 @@ "@polkadot/extension-dapp": "0.45.1", "@polkadot/ui-keyring": "^2.2.1", "@popperjs/core": "^2.11.5", - "@threefold/grid_client": "^2.3.2", - "@threefold/tfchain_client": "^2.3.2", + "@threefold/grid_client": "^2.3.3", + "@threefold/tfchain_client": "^2.3.3", "@types/ip": "^1.1.0", "@types/md5": "^2.3.2", "apollo-cache-inmemory": "^1.6.6", diff --git a/packages/graphql_client/package.json b/packages/graphql_client/package.json index 06cd6e83c5..a014964dfe 100644 --- a/packages/graphql_client/package.json +++ b/packages/graphql_client/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/graphql_client", - "version": "2.3.2", + "version": "2.3.3", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -8,7 +8,7 @@ "build": "tsc" }, "dependencies": { - "@threefold/types": "^2.3.2", + "@threefold/types": "^2.3.3", "ts-mixer": "^6.0.2" }, "devDependencies": { diff --git a/packages/grid_client/package.json b/packages/grid_client/package.json index 09668f3d75..500a454347 100644 --- a/packages/grid_client/package.json +++ b/packages/grid_client/package.json @@ -1,7 +1,7 @@ { "name": "@threefold/grid_client", "author": "Ahmed Hanafy", - "version": "2.3.2", + "version": "2.3.3", "license": "ISC", "homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/tree/development/packages/grid_client/README.md", "repository": { @@ -14,9 +14,9 @@ "dependencies": { "@jimber/pkid": "1.0.4", "@noble/secp256k1": "^1.7.1", - "@threefold/rmb_direct_client": "^2.3.2", - "@threefold/tfchain_client": "^2.3.2", - "@threefold/types": "^2.3.2", + "@threefold/rmb_direct_client": "^2.3.3", + "@threefold/tfchain_client": "^2.3.3", + "@threefold/types": "^2.3.3", "algosdk": "^1.19.0", "appdata-path": "^1.0.0", "await-lock": "^2.2.2", diff --git a/packages/grid_http_server/package.json b/packages/grid_http_server/package.json index ab3e9c0b87..f42cd4d4c9 100644 --- a/packages/grid_http_server/package.json +++ b/packages/grid_http_server/package.json @@ -1,7 +1,7 @@ { "name": "@threefold/grid_http_server", "author": "Ahmed Hanafy", - "version": "2.3.2", + "version": "2.3.3", "license": "ISC", "homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_http_server/README.md", "repository": { @@ -12,7 +12,7 @@ "access": "public" }, "dependencies": { - "@threefold/grid_client": "^2.3.2", + "@threefold/grid_client": "^2.3.3", "express": "^4.18.1", "http-server": "^14.1.1", "typescript": "^4.7.4" diff --git a/packages/grid_rmb_server/package.json b/packages/grid_rmb_server/package.json index 04393a3f51..4e68901708 100644 --- a/packages/grid_rmb_server/package.json +++ b/packages/grid_rmb_server/package.json @@ -1,7 +1,7 @@ { "name": "@threefold/grid_rmb_server", "author": "Ahmed Hanafy", - "version": "2.3.2", + "version": "2.3.3", "license": "ISC", "homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_rmb_server/README.md", "repository": { @@ -12,12 +12,12 @@ "access": "public" }, "dependencies": { - "@threefold/grid_client": "^2.3.2", - "@threefold/rmb_peer_server": "^2.3.2", + "@threefold/grid_client": "^2.3.3", + "@threefold/rmb_peer_server": "^2.3.3", "typescript": "^4.7.4" }, "devDependencies": { - "@threefold/rmb_peer_client": "^2.3.2", + "@threefold/rmb_peer_client": "^2.3.3", "ts-node": "^10.9.1" }, "main": "./dist/index.js", diff --git a/packages/gridproxy_client/package.json b/packages/gridproxy_client/package.json index 4caf6061e5..b8ef258fd6 100644 --- a/packages/gridproxy_client/package.json +++ b/packages/gridproxy_client/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/gridproxy_client", - "version": "2.3.2", + "version": "2.3.3", "description": "gridproxy_client help to interact with gridproxy based on network", "main": "dist/public_api.js", "types": "dist/public_api.d.ts", diff --git a/packages/monitoring/package.json b/packages/monitoring/package.json index 4271e8d857..c1b49dfd8c 100644 --- a/packages/monitoring/package.json +++ b/packages/monitoring/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/monitoring", - "version": "2.3.2", + "version": "2.3.3", "description": "Threefold monitoring package", "license": "Apache-2.0", "main": "dist/index.js", @@ -16,9 +16,9 @@ "access": "public" }, "dependencies": { - "@threefold/rmb_direct_client": "^2.3.2", - "@threefold/tfchain_client": "^2.3.2", - "@threefold/types": "^2.3.2", + "@threefold/rmb_direct_client": "^2.3.3", + "@threefold/tfchain_client": "^2.3.3", + "@threefold/types": "^2.3.3", "axios": "^0.27.2", "chalk": "4.1.2", "ts-node": "^10.9.1", diff --git a/packages/new_stats/chart/Chart.yaml b/packages/new_stats/chart/Chart.yaml index ee68dd090c..abdabf2b21 100644 --- a/packages/new_stats/chart/Chart.yaml +++ b/packages/new_stats/chart/Chart.yaml @@ -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.3.2" +appVersion: "v2.3.3" diff --git a/packages/new_stats/chart/values.yaml b/packages/new_stats/chart/values.yaml index ed5805aa01..86f5d8839c 100644 --- a/packages/new_stats/chart/values.yaml +++ b/packages/new_stats/chart/values.yaml @@ -4,7 +4,7 @@ image: repository: ghcr.io/threefoldtech/newstats pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "2.3.2" + tag: "2.3.3" imagePullSecrets: [] nameOverride: "" diff --git a/packages/new_stats/package.json b/packages/new_stats/package.json index 6bb8da767b..722ae6ffa9 100644 --- a/packages/new_stats/package.json +++ b/packages/new_stats/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/newstats", - "version": "2.3.2", + "version": "2.3.3", "private": true, "scripts": { "dev": "vite", @@ -11,7 +11,7 @@ "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false" }, "dependencies": { - "@threefold/gridproxy_client": "^2.3.2", + "@threefold/gridproxy_client": "^2.3.3", "vue": "^3.3.4", "vuetify": "^3.3.21" }, diff --git a/packages/playground/package.json b/packages/playground/package.json index 811b5bbf8e..4b4d272df9 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/playground", - "version": "2.3.2", + "version": "2.3.3", "private": true, "scripts": { "dev": "vite", @@ -12,10 +12,10 @@ }, "dependencies": { "@mdi/font": "^7.2.96", - "@threefold/graphql_client": "^2.3.2", - "@threefold/grid_client": "^2.3.2", - "@threefold/gridproxy_client": "^2.3.2", - "@threefold/types": "^2.3.2", + "@threefold/graphql_client": "^2.3.3", + "@threefold/grid_client": "^2.3.3", + "@threefold/gridproxy_client": "^2.3.3", + "@threefold/types": "^2.3.3", "await-lock": "^2.2.2", "bip39": "^3.1.0", "chart.js": "^4.4.0", diff --git a/packages/playground/playground-charts/Chart.yaml b/packages/playground/playground-charts/Chart.yaml index dab3d5d796..1ef5db20a3 100644 --- a/packages/playground/playground-charts/Chart.yaml +++ b/packages/playground/playground-charts/Chart.yaml @@ -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.3.2" +appVersion: "v2.3.3" diff --git a/packages/playground/playground-charts/values.yaml b/packages/playground/playground-charts/values.yaml index 748f9cb083..823f70d98d 100644 --- a/packages/playground/playground-charts/values.yaml +++ b/packages/playground/playground-charts/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/threefoldtech/playground pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "2.3.2" + tag: "2.3.3" env: - name: "MODE" diff --git a/packages/rmb_direct_client/package.json b/packages/rmb_direct_client/package.json index a46fb62e98..e212472e0c 100644 --- a/packages/rmb_direct_client/package.json +++ b/packages/rmb_direct_client/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/rmb_direct_client", - "version": "2.3.2", + "version": "2.3.3", "repository": { "type": "git", "url": "https://github.com/threefoldtech/tfgrid-sdk-ts.git" @@ -23,8 +23,8 @@ "dependencies": { "@noble/secp256k1": "^1.7.1", "@polkadot/api": "^8.9.1", - "@threefold/tfchain_client": "^2.3.2", - "@threefold/types": "^2.3.2", + "@threefold/tfchain_client": "^2.3.3", + "@threefold/types": "^2.3.3", "base64url": "^3.0.1", "bip39": "^3.1.0", "buffer": "^6.0.3", diff --git a/packages/rmb_peer_client/package.json b/packages/rmb_peer_client/package.json index 6d57a16963..745979f32b 100644 --- a/packages/rmb_peer_client/package.json +++ b/packages/rmb_peer_client/package.json @@ -1,7 +1,7 @@ { "name": "@threefold/rmb_peer_client", "author": "Ahmed Hanafy", - "version": "2.3.2", + "version": "2.3.3", "license": "ISC", "homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_client/README.md", "repository": { diff --git a/packages/rmb_peer_server/package.json b/packages/rmb_peer_server/package.json index 2f0fcded55..6d93e571d2 100644 --- a/packages/rmb_peer_server/package.json +++ b/packages/rmb_peer_server/package.json @@ -1,7 +1,7 @@ { "name": "@threefold/rmb_peer_server", "author": "Ahmed Hanafy", - "version": "2.3.2", + "version": "2.3.3", "license": "ISC", "homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_server/README.md", "repository": { diff --git a/packages/stats/chart/Chart.yaml b/packages/stats/chart/Chart.yaml index f29def787b..7c2a7fe959 100644 --- a/packages/stats/chart/Chart.yaml +++ b/packages/stats/chart/Chart.yaml @@ -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.3.2" +appVersion: "v2.3.3" diff --git a/packages/stats/chart/values.yaml b/packages/stats/chart/values.yaml index 33b6c89fae..b830c9ed7d 100644 --- a/packages/stats/chart/values.yaml +++ b/packages/stats/chart/values.yaml @@ -4,7 +4,7 @@ image: repository: ghcr.io/threefoldtech/stats pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "2.3.2" + tag: "2.3.3" imagePullSecrets: [] nameOverride: "" diff --git a/packages/stats/package.json b/packages/stats/package.json index 31d6aee7d0..7258648ca5 100644 --- a/packages/stats/package.json +++ b/packages/stats/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/stats", - "version": "2.3.2", + "version": "2.3.3", "private": true, "scripts": { "build": "rollup -c", diff --git a/packages/tfchain_client/package.json b/packages/tfchain_client/package.json index 6996b64565..a0a1094fb3 100644 --- a/packages/tfchain_client/package.json +++ b/packages/tfchain_client/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/tfchain_client", - "version": "2.3.2", + "version": "2.3.3", "description": "A client for TF chain", "private": false, "publishConfig": { @@ -46,7 +46,7 @@ }, "dependencies": { "@polkadot/api": "^8.9.1", - "@threefold/types": "^2.3.2", + "@threefold/types": "^2.3.3", "await-lock": "^2.2.2", "bip39": "^3.1.0", "moment": "^2.30.1" diff --git a/packages/types/package.json b/packages/types/package.json index cc5f82f713..245466b869 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/types", - "version": "2.3.2", + "version": "2.3.3", "main": "dist/node/index.js", "types": "dist/es6/index.d.ts", "scripts": { diff --git a/packages/weblets/package.json b/packages/weblets/package.json index 81cb91868d..8f642c3727 100644 --- a/packages/weblets/package.json +++ b/packages/weblets/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/weblets", - "version": "2.3.2", + "version": "2.3.3", "private": true, "scripts": { "rollup-build": "rollup -c", @@ -71,7 +71,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.4", - "@threefold/grid_client": "^2.3.2", + "@threefold/grid_client": "^2.3.3", "add": "^2.0.6", "bip39": "^3.0.4", "buffer": "^6.0.3", diff --git a/packages/weblets/weblets-chart/Chart.yaml b/packages/weblets/weblets-chart/Chart.yaml index aa3afb8f6e..13ef4059bf 100644 --- a/packages/weblets/weblets-chart/Chart.yaml +++ b/packages/weblets/weblets-chart/Chart.yaml @@ -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.3.2" +appVersion: "v2.3.3" diff --git a/packages/weblets/weblets-chart/values.yaml b/packages/weblets/weblets-chart/values.yaml index 65dc56ce54..0ff1084a3c 100644 --- a/packages/weblets/weblets-chart/values.yaml +++ b/packages/weblets/weblets-chart/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/threefoldtech/weblets pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "2.3.2" + tag: "2.3.3" env: - name: "MODE"