Skip to content

Commit

Permalink
Merge pull request #451 from threefoldtech/development_release
Browse files Browse the repository at this point in the history
release 2.0.0-rc12
  • Loading branch information
AhmedHanafy725 authored Jun 1, 2023
2 parents b6bc355 + e664f68 commit c7f7451
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 48 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-rc11",
"version": "2.0.0-rc12",
"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-rc11"
appVersion: "v2.0.0-rc12"
4 changes: 1 addition & 3 deletions 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-rc11"
tag: "2.0.0-rc12"

env:
- name: "STELLAR_NETWORK"
Expand Down Expand Up @@ -103,5 +103,3 @@ nodeSelector: {}
tolerations: []

affinity: {}

GQL_URL: https://graphql.dev.grid.tf/graphql
4 changes: 2 additions & 2 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-rc11",
"version": "2.0.0-rc12",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -19,7 +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-rc11",
"@threefold/tfchain_client": "^2.0.0-rc12",
"@types/ip": "^1.1.0",
"@types/md5": "^2.3.2",
"apollo-cache-inmemory": "^1.6.6",
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-rc11",
"version": "2.0.0-rc12",
"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-rc11",
"@threefold/tfchain_client": "^2.0.0-rc11",
"@threefold/rmb_direct_client": "^2.0.0-rc12",
"@threefold/tfchain_client": "^2.0.0-rc12",
"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-rc11",
"version": "2.0.0-rc12",
"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-rc11",
"@threefold/grid_client": "^2.0.0-rc12",
"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-rc11",
"version": "2.0.0-rc12",
"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-rc11",
"@threefold/rmb_peer_server": "^2.0.0-rc11",
"@threefold/grid_client": "^2.0.0-rc12",
"@threefold/rmb_peer_server": "^2.0.0-rc12",
"typescript": "^4.7.4"
},
"devDependencies": {
"@threefold/rmb_peer_client": "^2.0.0-rc11",
"@threefold/rmb_peer_client": "^2.0.0-rc12",
"ts-node": "^10.9.1"
},
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 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-rc11",
"version": "2.0.0-rc12",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@mdi/font": "^7.2.96",
"@threefold/grid_client": "^2.0.0-rc11",
"@threefold/grid_client": "^2.0.0-rc12",
"bip39": "^3.1.0",
"cryptr": "^6.2.0",
"decimal.js": "^10.4.3",
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-rc11"
appVersion: "v2.0.0-rc12"
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-rc11"
tag: "2.0.0-rc12"

env:
- name: "MODE"
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-rc11",
"version": "2.0.0-rc12",
"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-rc11",
"@threefold/tfchain_client": "^2.0.0-rc12",
"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-rc11",
"version": "2.0.0-rc12",
"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-rc11",
"version": "2.0.0-rc12",
"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-rc11"
appVersion: "v2.0.0-rc12"
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-rc11"
tag: "2.0.0-rc12"

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-rc11",
"version": "2.0.0-rc12",
"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-rc11",
"version": "2.0.0-rc12",
"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-rc11",
"version": "2.0.0-rc12",
"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-rc11",
"@threefold/grid_client": "^2.0.0-rc12",
"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-rc11",
"@threefold/grid_client": "2.0.0-rc12",
"axios": "^0.24.0",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
Expand Down
30 changes: 15 additions & 15 deletions packages/weblets/playground/yarn.lock
Original file line number Diff line number Diff line change
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-rc11":
version "2.0.0-rc11"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.0.0-rc11.tgz#05310c0e51bd357c9b84a45d9585ffa0be83395a"
integrity sha512-m/ZmhMVuDafHZUmEl3vCsZMWxNouDWwyFo3RW1t6zFEZ+eb1eoGagjWGT7dTAm2BmH0KNVjUvBtBVaTM4WCEBQ==
"@threefold/grid_client@2.0.0-rc12":
version "2.0.0-rc12"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.0.0-rc12.tgz#76cabaa353bff016407b49bd7acaeb8c96894a28"
integrity sha512-fa1nDDd60hLk54M2QEgB7yOqj0dNptGOerAhFYO+a5/dyo/0IUPzAg3yMXwKRfby2N1VC8aBDtvYRD1+r0XAeA==
dependencies:
"@jimber/pkid" "1.0.4"
"@noble/secp256k1" "^1.7.1"
"@threefold/rmb_direct_client" "^2.0.0-rc11"
"@threefold/tfchain_client" "^2.0.0-rc11"
"@threefold/rmb_direct_client" "^2.0.0-rc12"
"@threefold/tfchain_client" "^2.0.0-rc12"
algosdk "^1.19.0"
appdata-path "^1.0.0"
axios "^0.27.2"
Expand All @@ -1559,14 +1559,14 @@
url-parse "^1.5.10"
uuid4 "^2.0.2"

"@threefold/rmb_direct_client@^2.0.0-rc11":
version "2.0.0-rc11"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.0.0-rc11.tgz#6ec4de1ec83e5b2f69a4639c8de84fc8b9878837"
integrity sha512-/YCTzf8A0DEHFi97JacW59B6radIGzzBYO+oFSubEHt/Bchrf4YWbSY4cqOj2V68qWnYPRelMVN9X4j/e0tl3Q==
"@threefold/rmb_direct_client@^2.0.0-rc12":
version "2.0.0-rc12"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.0.0-rc12.tgz#7b2f35820e7433512600ec56671eb9c00df5ebf6"
integrity sha512-wUbq2T7nnkPf0tOlyRWycm58Y3yLwLgiHKHbjTLFpYJHPeVV87oDwUbc3jx51EB96eV2Eg3c5dt1EBg03ZYRUA==
dependencies:
"@noble/secp256k1" "^1.7.1"
"@polkadot/api" "^8.9.1"
"@threefold/tfchain_client" "^2.0.0-rc11"
"@threefold/tfchain_client" "^2.0.0-rc12"
base64url "^3.0.1"
bip39 "^3.1.0"
buffer "^6.0.3"
Expand All @@ -1576,10 +1576,10 @@
uuid "^8.3.2"
ws "^8.12.0"

"@threefold/tfchain_client@^2.0.0-rc11":
version "2.0.0-rc11"
resolved "https://registry.yarnpkg.com/@threefold/tfchain_client/-/tfchain_client-2.0.0-rc11.tgz#f58cde4904d3bc342298f33aadafa51c6d2c2c3f"
integrity sha512-FkFo3tY6WGqv6+F16P/Md1Ofd0kpEfvGBRX1r7Hk0yjvdJ6bU2U5bh+68PNqDn9/VoeymTzWiVmzzk6IeJlJ6Q==
"@threefold/tfchain_client@^2.0.0-rc12":
version "2.0.0-rc12"
resolved "https://registry.yarnpkg.com/@threefold/tfchain_client/-/tfchain_client-2.0.0-rc12.tgz#7c96663bb2d68ac4fa6bb77472a17f0ec8fa8121"
integrity sha512-uVIHyzLTjmQWSxJibKrp4icH452ju1XXUOOtk8v+l9P0xJw8kNopRTnNmxAYb0wngxSxfvFeZwmmtBR1ySxAfw==
dependencies:
"@polkadot/api" "^8.9.1"
await-lock "^2.2.2"
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-rc11"
appVersion: "v2.0.0-rc12"
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-rc11"
tag: "2.0.0-rc12"

env:
- name: "MODE"
Expand Down

0 comments on commit c7f7451

Please sign in to comment.