Skip to content

Commit

Permalink
Merge pull request #223 from threefoldtech/development_release_2.0.0-rc5
Browse files Browse the repository at this point in the history
release 2.0.0 rc5
  • Loading branch information
AhmedHanafy725 authored May 10, 2023
2 parents 0a0d2f5 + e8d2250 commit dd867ba
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 33 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-rc4",
"version": "2.0.0-rc5",
"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-rc4"
appVersion: "v2.0.0-rc5"
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-rc4"
tag: "2.0.0-rc5"

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-rc4",
"version": "2.0.0-rc5",
"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-rc4",
"version": "2.0.0-rc5",
"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-rc4",
"@threefold/rmb_direct_client": "^2.0.0-rc5",
"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-rc4",
"version": "2.0.0-rc5",
"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-rc4",
"@threefold/grid_client": "^2.0.0-rc5",
"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-rc4",
"version": "2.0.0-rc5",
"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-rc4",
"@threefold/rmb_peer_server": "^2.0.0-rc4",
"@threefold/grid_client": "^2.0.0-rc5",
"@threefold/rmb_peer_server": "^2.0.0-rc5",
"typescript": "^4.7.4"
},
"devDependencies": {
"@threefold/rmb_peer_client": "^2.0.0-rc4",
"@threefold/rmb_peer_client": "^2.0.0-rc5",
"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-rc4",
"version": "2.0.0-rc5",
"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-rc4",
"version": "2.0.0-rc5",
"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-rc4",
"version": "2.0.0-rc5",
"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-rc4"
appVersion: "v2.0.0-rc5"
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: "v2.0.0-rc4"
tag: "v2.0.0-rc5"

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-rc4",
"version": "2.0.0-rc5",
"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-rc4",
"version": "2.0.0-rc5",
"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-rc4",
"version": "2.0.0-rc5",
"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-rc4",
"@threefold/grid_client": "^2.0.0-rc5",
"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-rc4",
"@threefold/grid_client": "^2.0.0-rc5",
"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-rc4":
version "2.0.0-rc4"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.0.0-rc4.tgz#aa16641d1fff84a07765cda7d8e5e6effcc2a237"
integrity sha512-s/fGSnv7iIwhjE8hyWILiNiV9r2FwJFU77UQLbzmx/QW8CEKTa7jvFAvEO3nE2IuQVEViJ7hDy5r2cYitqilZg==
"@threefold/grid_client@^2.0.0-rc5":
version "2.0.0-rc5"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.0.0-rc5.tgz#69cda1830065f5a8127d332a829e82fef606552a"
integrity sha512-ZdaHQMiMENCVc7X7MUAiBRwXsf4FRTVI3EczHiW54cpDskn6hH+wwubIOonDvHgu2gPUsqn7WfEVGqX2VeeWYw==
dependencies:
"@jimber/pkid" "1.0.4"
"@noble/secp256k1" "^1.7.1"
"@threefold/rmb_direct_client" "^2.0.0-rc4"
"@threefold/rmb_direct_client" "^2.0.0-rc5"
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-rc4":
version "2.0.0-rc4"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.0.0-rc4.tgz#ba561fa068b73e04252aee4a97c53653749524d8"
integrity sha512-ejG0VbtBIDBDq0737eDCMm7GacuD62ChvRCFyume+U3Ybcjzx1fWhNDmbcuGspinOkEefRuSa7mcjggPVkiTJA==
"@threefold/rmb_direct_client@^2.0.0-rc5":
version "2.0.0-rc5"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.0.0-rc5.tgz#2f2dd3c9f7adfd6468226525806495eed35da8cd"
integrity sha512-LYrewdS8V2/7r6XckdJ13Eu4WxvdtVjUM/fMUUgwNKo4vAFDKYS1Gku011wgmiBliXF82GGCzqrZUkuiQ1/VvA==
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-rc4"
appVersion: "v2.0.0-rc5"
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-rc4"
tag: "2.0.0-rc5"

env:
- name: "MODE"
Expand Down

0 comments on commit dd867ba

Please sign in to comment.