Skip to content

Commit

Permalink
Merge pull request #2212 from threefoldtech/development_2.3.0-alpha12
Browse files Browse the repository at this point in the history
upgrade to  version 2.3.0 alpha12 for release
  • Loading branch information
MohamedElmdary authored Feb 20, 2024
2 parents adb498b + 838f6d3 commit 9280a08
Show file tree
Hide file tree
Showing 31 changed files with 900 additions and 72 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.3.0-alpha11",
"version": "2.3.0-alpha12",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/UI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/ui",
"version": "2.3.0-alpha11",
"version": "2.3.0-alpha12",
"private": false,
"main": "dist/threefold-ui.umd.js",
"publishConfig": {
Expand Down
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.3.0-alpha11"
appVersion: "v2.3.0-alpha12"
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.3.0-alpha11"
tag: "2.3.0-alpha12"

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.3.0-alpha11",
"version": "2.3.0-alpha12",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -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.0-alpha11",
"@threefold/tfchain_client": "^2.3.0-alpha11",
"@threefold/grid_client": "^2.3.0-alpha12",
"@threefold/tfchain_client": "^2.3.0-alpha12",
"@types/ip": "^1.1.0",
"@types/md5": "^2.3.2",
"apollo-cache-inmemory": "^1.6.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql_client/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@threefold/graphql_client",
"version": "2.3.0-alpha11",
"version": "2.3.0-alpha12",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@threefold/types": "^2.3.0-alpha11",
"@threefold/types": "^2.3.0-alpha12",
"ts-mixer": "^6.0.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.3.0-alpha11",
"version": "2.3.0-alpha12",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/tree/development/packages/grid_client/README.md",
"repository": {
Expand All @@ -14,9 +14,9 @@
"dependencies": {
"@jimber/pkid": "1.0.4",
"@noble/secp256k1": "^1.7.1",
"@threefold/rmb_direct_client": "^2.3.0-alpha11",
"@threefold/tfchain_client": "^2.3.0-alpha11",
"@threefold/types": "^2.3.0-alpha11",
"@threefold/rmb_direct_client": "^2.3.0-alpha12",
"@threefold/tfchain_client": "^2.3.0-alpha12",
"@threefold/types": "^2.3.0-alpha12",
"algosdk": "^1.19.0",
"appdata-path": "^1.0.0",
"await-lock": "^2.2.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.3.0-alpha11",
"version": "2.3.0-alpha12",
"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.3.0-alpha11",
"@threefold/grid_client": "^2.3.0-alpha12",
"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.3.0-alpha11",
"version": "2.3.0-alpha12",
"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.3.0-alpha11",
"@threefold/rmb_peer_server": "^2.3.0-alpha11",
"@threefold/grid_client": "^2.3.0-alpha12",
"@threefold/rmb_peer_server": "^2.3.0-alpha12",
"typescript": "^4.7.4"
},
"devDependencies": {
"@threefold/rmb_peer_client": "^2.3.0-alpha11",
"@threefold/rmb_peer_client": "^2.3.0-alpha12",
"ts-node": "^10.9.1"
},
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gridproxy_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/gridproxy_client",
"version": "2.3.0-alpha11",
"version": "2.3.0-alpha12",
"description": "gridproxy_client help to interact with gridproxy based on network",
"main": "dist/public_api.js",
"types": "dist/public_api.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/monitoring",
"version": "2.3.0-alpha11",
"version": "2.3.0-alpha12",
"description": "Threefold monitoring package",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand All @@ -16,9 +16,9 @@
"access": "public"
},
"dependencies": {
"@threefold/rmb_direct_client": "^2.3.0-alpha11",
"@threefold/tfchain_client": "^2.3.0-alpha11",
"@threefold/types": "^2.3.0-alpha11",
"@threefold/rmb_direct_client": "^2.3.0-alpha12",
"@threefold/tfchain_client": "^2.3.0-alpha12",
"@threefold/types": "^2.3.0-alpha12",
"axios": "^0.27.2",
"chalk": "4.1.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/new_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.3.0-alpha11"
appVersion: "v2.3.0-alpha12"
2 changes: 1 addition & 1 deletion packages/new_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/newstats
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "2.3.0-alpha11"
tag: "2.3.0-alpha12"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions packages/new_stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/newstats",
"version": "2.3.0-alpha11",
"version": "2.3.0-alpha12",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@threefold/gridproxy_client": "^2.3.0-alpha11",
"@threefold/gridproxy_client": "^2.3.0-alpha12",
"vue": "^3.3.4",
"vuetify": "^3.3.21"
},
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.3.0-alpha11",
"version": "2.3.0-alpha12",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -12,10 +12,10 @@
},
"dependencies": {
"@mdi/font": "^7.2.96",
"@threefold/graphql_client": "^2.3.0-alpha11",
"@threefold/grid_client": "^2.3.0-alpha11",
"@threefold/gridproxy_client": "^2.3.0-alpha11",
"@threefold/types": "^2.3.0-alpha11",
"@threefold/graphql_client": "^2.3.0-alpha12",
"@threefold/grid_client": "^2.3.0-alpha12",
"@threefold/gridproxy_client": "^2.3.0-alpha12",
"@threefold/types": "^2.3.0-alpha12",
"await-lock": "^2.2.2",
"bip39": "^3.1.0",
"chart.js": "^4.4.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.3.0-alpha11"
appVersion: "v2.3.0-alpha12"
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.3.0-alpha11"
tag: "2.3.0-alpha12"

env:
- name: "MODE"
Expand Down
6 changes: 3 additions & 3 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.3.0-alpha11",
"version": "2.3.0-alpha12",
"repository": {
"type": "git",
"url": "https://github.com/threefoldtech/tfgrid-sdk-ts.git"
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@polkadot/api": "^8.9.1",
"@threefold/tfchain_client": "^2.3.0-alpha11",
"@threefold/types": "^2.3.0-alpha11",
"@threefold/tfchain_client": "^2.3.0-alpha12",
"@threefold/types": "^2.3.0-alpha12",
"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.3.0-alpha11",
"version": "2.3.0-alpha12",
"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.3.0-alpha11",
"version": "2.3.0-alpha12",
"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.3.0-alpha11"
appVersion: "v2.3.0-alpha12"
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.3.0-alpha11"
tag: "2.3.0-alpha12"

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.3.0-alpha11",
"version": "2.3.0-alpha12",
"private": true,
"scripts": {
"build": "rollup -c",
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0-alpha11",
"version": "2.3.0-alpha12",
"description": "A client for TF chain",
"private": false,
"publishConfig": {
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@polkadot/api": "^8.9.1",
"@threefold/types": "^2.3.0-alpha11",
"@threefold/types": "^2.3.0-alpha12",
"await-lock": "^2.2.2",
"bip39": "^3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/types",
"version": "2.3.0-alpha11",
"version": "2.3.0-alpha12",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
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.3.0-alpha11",
"version": "2.3.0-alpha12",
"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.3.0-alpha11",
"@threefold/grid_client": "^2.3.0-alpha12",
"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.3.0-alpha11",
"@threefold/grid_client": "2.3.0-alpha12",
"axios": "^0.24.0",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
Expand Down
20 changes: 10 additions & 10 deletions packages/weblets/playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1529,16 +1529,16 @@
resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.45.0.tgz#8ed56847557413dadb6410c28075c223ed730fbb"
integrity sha512-NHmOkILimbLRPKvpnR+JGVckc1q4AJjxz9FnzZ3dKAVBL17AKknDy2FxXcwlJbmOXl9u7W3FS3bLDHgfKi4tQw==

"@threefold/[email protected]alpha11":
version "2.3.0-alpha11"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.3.0-alpha11.tgz#642a165d605bf72cf9a83fbfba98f922e33ea708"
integrity sha512-9cHaHaI1LT1BUiavgwc0D/93uNlNl0V8B3/A8qAqFeuug7JwlNPJUCt/vejRkZDnkoaxfwlQEtfENz3Fa3XCTA==
"@threefold/[email protected]alpha12":
version "2.3.0-alpha12"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.3.0-alpha12.tgz#22547e73a250f479ee15a26be8dcd221be930d88"
integrity sha512-iExcwIgGWjXr88OGrcMbt8QHZ6zj+x640LuaIHT9iHVb5KKVsmi4mpOqA4FN65Ai9N9cN6DkCGK45TvHw548kw==
dependencies:
"@jimber/pkid" "1.0.4"
"@noble/secp256k1" "^1.7.1"
"@threefold/rmb_direct_client" "^2.3.0-alpha11"
"@threefold/tfchain_client" "^2.3.0-alpha11"
"@threefold/types" "^2.3.0-alpha11"
"@threefold/rmb_direct_client" "^2.3.0-alpha12"
"@threefold/tfchain_client" "^2.3.0-alpha12"
"@threefold/types" "^2.3.0-alpha12"
algosdk "^1.19.0"
appdata-path "^1.0.0"
await-lock "^2.2.2"
Expand All @@ -1561,7 +1561,7 @@
url-parse "^1.5.10"
uuid4 "^2.0.2"

"@threefold/rmb_direct_client@^2.3.0-alpha11":
"@threefold/rmb_direct_client@^2.3.0-alpha12":
version "2.3.0-alpha9"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.3.0-alpha9.tgz#6703b67fce2e45ba585310c4cb8dc754953ab7a5"
integrity sha512-BuW53MER9M/PhgR2+vLF1FPZpp3dy5Q/aPULGYKXajZigpUqx8PVCQybMz0nq2VJtnh+oL5QMHlTNvEVV2wzMQ==
Expand All @@ -1579,7 +1579,7 @@
uuid "^8.3.2"
ws "^8.12.0"

"@threefold/tfchain_client@^2.3.0-alpha11", "@threefold/tfchain_client@^2.3.0-alpha9":
"@threefold/tfchain_client@^2.3.0-alpha12", "@threefold/tfchain_client@^2.3.0-alpha9":
version "2.3.0-alpha9"
resolved "https://registry.yarnpkg.com/@threefold/tfchain_client/-/tfchain_client-2.3.0-alpha9.tgz#295399e3ce8c0d4d53a6be31a2fdca769afd644e"
integrity sha512-A5OvQ5jb43wcygHbkKEHYOY7IlLczL9hs3a/99oRLTVss3BV2UX4HQKlzzw/XVXawaFcXxPDBa6BsCrYyPBBFA==
Expand All @@ -1589,7 +1589,7 @@
await-lock "^2.2.2"
bip39 "^3.1.0"

"@threefold/types@^2.3.0-alpha11":
"@threefold/types@^2.3.0-alpha12":
version "2.3.0-alpha2"
resolved "https://registry.yarnpkg.com/@threefold/types/-/types-2.3.0-alpha2.tgz#322374b08f11c40e5f337b0fa03e98fe0686323f"
integrity sha512-8TZ8VCxkHIy5vUMyMeOFOfjDGKHK9g+7HnR7pyxyUo1P2vG5qWGLeiybWdn/UOV15YuS6sMZEAHTOI4BqpWAhA==
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.3.0-alpha11"
appVersion: "v2.3.0-alpha12"
Loading

0 comments on commit 9280a08

Please sign in to comment.