Skip to content

Commit

Permalink
Merge pull request #396 from threefoldtech/development_release
Browse files Browse the repository at this point in the history
Release 2.0.0-rc10
  • Loading branch information
zaelgohary authored May 29, 2023
2 parents 537d01e + 893b25c commit 33a30c1
Show file tree
Hide file tree
Showing 22 changed files with 59 additions and 65 deletions.
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-rc9",
"version": "2.0.0-rc10",
"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-rc9"
appVersion: "v2.0.0-rc10"
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-rc9"
tag: "2.0.0-rc10"

env:
- name: "STELLAR_NETWORK"
Expand Down
6 changes: 3 additions & 3 deletions 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-rc9",
"version": "2.0.0-rc10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -19,6 +19,7 @@
"@polkadot/extension-dapp": "0.45.1",
"@polkadot/ui-keyring": "^2.2.1",
"@popperjs/core": "^2.11.5",
"@threefold/tfchain_client": "^2.0.0-rc10",
"@types/ip": "^1.1.0",
"@types/md5": "^2.3.2",
"apollo-cache-inmemory": "^1.6.6",
Expand Down Expand Up @@ -59,8 +60,7 @@
"vue-router": "^3.5.1",
"vue-toasted": "^1.1.28",
"vuetify": "^2.6.0",
"vuex": "^3.6.2",
"@threefold/tfchain_client": "^2.0.0-rc9"
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/plugin-syntax-top-level-await": "^7.14.5",
Expand Down
6 changes: 3 additions & 3 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-rc9",
"version": "2.0.0-rc10",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/tree/development/packages/grid_client/README.md",
"repository": {
Expand All @@ -14,8 +14,8 @@
"dependencies": {
"@jimber/pkid": "1.0.4",
"@noble/secp256k1": "^1.7.1",
"@threefold/rmb_direct_client": "^2.0.0-rc9",
"@threefold/tfchain_client": "^2.0.0-rc9",
"@threefold/rmb_direct_client": "^2.0.0-rc10",
"@threefold/tfchain_client": "^2.0.0-rc10",
"algosdk": "^1.19.0",
"appdata-path": "^1.0.0",
"axios": "^0.27.2",
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-rc9",
"version": "2.0.0-rc10",
"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-rc9",
"@threefold/grid_client": "^2.0.0-rc10",
"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-rc9",
"version": "2.0.0-rc10",
"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-rc9",
"@threefold/rmb_peer_server": "^2.0.0-rc9",
"@threefold/grid_client": "^2.0.0-rc10",
"@threefold/rmb_peer_server": "^2.0.0-rc10",
"typescript": "^4.7.4"
},
"devDependencies": {
"@threefold/rmb_peer_client": "^2.0.0-rc9",
"@threefold/rmb_peer_client": "^2.0.0-rc10",
"ts-node": "^10.9.1"
},
"main": "./dist/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/playground",
"version": "2.0.0-rc9",
"version": "2.0.0-rc10",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -12,11 +12,13 @@
},
"dependencies": {
"@mdi/font": "^7.2.96",
"@threefold/grid_client": "^2.0.0-rc9",
"@threefold/grid_client": "^2.0.0-rc10",
"bip39": "^3.1.0",
"cryptr": "^6.2.0",
"decimal.js": "^10.4.3",
"highlight.js": "^11.7.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"pinia": "^2.0.32",
"qrcode": "^1.5.1",
"tf_gridproxy_client": "^1.0.2",
Expand All @@ -25,9 +27,7 @@
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vuetify": "^3.1.15",
"web-ssh-keygen": "^0.1.2",
"md5": "^2.3.0",
"cryptr": "^6.2.0"
"web-ssh-keygen": "^0.1.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/playground-charts/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-rc9"
appVersion: "v2.0.0-rc10"
2 changes: 1 addition & 1 deletion packages/playground/playground-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/threefoldtech/playground
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "2.0.0-rc9"
tag: "2.0.0-rc10"

env:
- name: "NETWORK"
Expand Down
4 changes: 2 additions & 2 deletions 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-rc9",
"version": "2.0.0-rc10",
"repository": {
"type": "git",
"url": "https://github.com/threefoldtech/tfgrid-sdk-ts.git"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@polkadot/api": "^8.9.1",
"@threefold/tfchain_client": "^2.0.0-rc9",
"@threefold/tfchain_client": "^2.0.0-rc10",
"base64url": "^3.0.1",
"bip39": "^3.1.0",
"buffer": "^6.0.3",
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-rc9",
"version": "2.0.0-rc10",
"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-rc9",
"version": "2.0.0-rc10",
"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-rc9"
appVersion: "v2.0.0-rc10"
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-rc9"
tag: "2.0.0-rc10"

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-rc9",
"version": "2.0.0-rc10",
"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-rc9",
"version": "2.0.0-rc10",
"description": "A client for TF chain",
"private": false,
"publishConfig": {
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-rc9",
"version": "2.0.0-rc10",
"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-rc9",
"@threefold/grid_client": "^2.0.0-rc10",
"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-rc9",
"@threefold/grid_client": "^2.0.0-rc10",
"axios": "^0.24.0",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
Expand Down
54 changes: 24 additions & 30 deletions packages/weblets/playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -880,9 +880,9 @@
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.18.9", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.6":
version "7.21.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200"
integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==
version "7.22.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.3.tgz#0a7fce51d43adbf0f7b517a71f4c3aaca92ebcbb"
integrity sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==
dependencies:
regenerator-runtime "^0.13.11"

Expand Down Expand Up @@ -1529,15 +1529,15 @@
resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.40.0.tgz#2223409c496271df786c1ca8496898896595441e"
integrity sha512-QuU2nBql3J4KCnOWtWDw4n1K4JU0T79j54ZZvm/9nhsX6AIar13FyhsaBfs6QkJ2ixTQAnd7TocJIoJRWbqMZA==

"@threefold/grid_client@^2.0.0-rc9":
version "2.0.0-rc9"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.0.0-rc9.tgz#93b5be4c966b5d3ba334237c91e55c2a7d7bb33e"
integrity sha512-FGGbagG90xSI/rJF40p+eg1bf63sE9Y44hra4sDwbtcOmZgCpiR1Gk7KBBKwDLANgLnQmSPiXDIgGcMubZqGNg==
"@threefold/grid_client@^2.0.0-rc10":
version "2.0.0-rc10"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.0.0-rc10.tgz#667086c3771a2ba92da42cec994d3cb91d08fe09"
integrity sha512-LDDlajJuOXtDjmkfiYuvER94zpkFbv2VYvoCtJz08MRE/E3mZMVLtV9BhvqnGX2SAJNkQxXbXRQIKemcC9ftiA==
dependencies:
"@jimber/pkid" "1.0.4"
"@noble/secp256k1" "^1.7.1"
"@threefold/rmb_direct_client" "^2.0.0-rc9"
"@threefold/tfchain_client" "^2.0.0-rc9"
"@threefold/rmb_direct_client" "^2.0.0-rc10"
"@threefold/tfchain_client" "^2.0.0-rc10"
algosdk "^1.19.0"
appdata-path "^1.0.0"
axios "^0.27.2"
Expand All @@ -1547,7 +1547,6 @@
class-validator "^0.14.0"
crypto-js "^4.1.1"
decimal.js "^10.3.1"
exponential-backoff "^3.1.0"
libsodium-wrappers "^0.7.10"
netaddr "^1.1.0"
private-ip "^2.3.3"
Expand All @@ -1560,14 +1559,14 @@
url-parse "^1.5.10"
uuid4 "^2.0.2"

"@threefold/rmb_direct_client@^2.0.0-rc9":
version "2.0.0-rc9"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.0.0-rc9.tgz#ee9a0e5305e04a567d0c290d0685c48245f13abf"
integrity sha512-/TmMvq8gL8Gnw5UAR1WTJc0DZeHp++XlJuFAYXLc1rQTlotrldv8vSqw/NvPAjeuSQY45e47Mu4Ag2sgMCMrZg==
"@threefold/rmb_direct_client@^2.0.0-rc10":
version "2.0.0-rc10"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.0.0-rc10.tgz#27d157ef34735e5d316e2ee2b4a1d199f18c44fc"
integrity sha512-h2Bzw3M1n+g4DhOo+al55vZmhgOJseJp/VNUpVL1Qmk7m28FvGDgOFKNaDiXqqP85QSfrJ0JXWDrrXeGPeE4jg==
dependencies:
"@noble/secp256k1" "^1.7.1"
"@polkadot/api" "^8.9.1"
"@threefold/tfchain_client" "^2.0.0-rc9"
"@threefold/tfchain_client" "^2.0.0-rc10"
base64url "^3.0.1"
bip39 "^3.1.0"
buffer "^6.0.3"
Expand All @@ -1577,10 +1576,10 @@
uuid "^8.3.2"
ws "^8.12.0"

"@threefold/tfchain_client@^2.0.0-rc9":
version "2.0.0-rc9"
resolved "https://registry.yarnpkg.com/@threefold/tfchain_client/-/tfchain_client-2.0.0-rc9.tgz#a448777d30b49b1dc38c016d99f6a604e6621df2"
integrity sha512-j7w+r250KlIfXOr4tSpYdn5ImJUwss6Ziaori39pN98wV7AgEN6a7R0FrNBrrJOPD33YrrOiL9guPUdLa8IFvA==
"@threefold/tfchain_client@^2.0.0-rc10":
version "2.0.0-rc10"
resolved "https://registry.yarnpkg.com/@threefold/tfchain_client/-/tfchain_client-2.0.0-rc10.tgz#4a1ab49a301bfe2692ae920ee592f9f1399646f1"
integrity sha512-7k+bgSgCnC8eimTe0xQ+/bp8kZaqgJU30xvkwopyxRqkjdhBBQhgIrIXMIqrQhaTOsJ9g0J5XGt5cC2xQr8TkQ==
dependencies:
"@polkadot/api" "^8.9.1"
await-lock "^2.2.2"
Expand Down Expand Up @@ -1759,9 +1758,9 @@
integrity sha512-Exw4yUWMBXM3X+8oqzJNRqZSwUAaS4+7NdvHqQuFi/d+synz++xmX3QIf+BFqneW8N31R8Ky+sikfZUXq07ggQ==

"@types/node@>= 8":
version "20.2.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.3.tgz#b31eb300610c3835ac008d690de6f87e28f9b878"
integrity sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw==
version "20.2.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.5.tgz#26d295f3570323b2837d322180dfbf1ba156fefb"
integrity sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down Expand Up @@ -4979,11 +4978,6 @@ expect@^24.9.0:
jest-message-util "^24.9.0"
jest-regex-util "^24.9.0"

exponential-backoff@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6"
integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==

express@^4.16.3, express@^4.17.1:
version "4.17.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134"
Expand Down Expand Up @@ -7252,9 +7246,9 @@ levn@~0.3.0:
type-check "~0.3.2"

libphonenumber-js@^1.10.14:
version "1.10.30"
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.30.tgz#c0559d6c58dc1a7f189b88b7b23354c98b182848"
integrity sha512-PLGc+xfrQrkya/YK2/5X+bPpxRmyJBHM+xxz9krUdSgk4Vs2ZwxX5/Ow0lv3r9PDlDtNWb4u+it8MY5rZ0IyGw==
version "1.10.31"
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.31.tgz#aab580894c263093a3085a02afcda7a742faeff1"
integrity sha512-qYTzElLePmz3X/6I0JPX5n87tu7jVIMtR/yRLi5PGVPvMCMSVTCR+079KmdNK005i4dBjFxY/bMYceI9IBp47w==

libsodium-wrappers@^0.7.10, libsodium-wrappers@^0.7.6:
version "0.7.11"
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-rc9"
appVersion: "v2.0.0-rc10"
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-rc9"
tag: "2.0.0-rc10"

env:
- name: "MODE"
Expand Down

0 comments on commit 33a30c1

Please sign in to comment.