Skip to content

Commit

Permalink
Merge pull request #2423 from threefoldtech/development_release_v2.3.1
Browse files Browse the repository at this point in the history
release v2.3.1
  • Loading branch information
0oM4R authored Mar 13, 2024
2 parents c98400f + 8ac7f53 commit 1990b2d
Show file tree
Hide file tree
Showing 28 changed files with 50 additions and 50 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",
"version": "2.3.1",
"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",
"version": "2.3.1",
"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"
appVersion: "v2.3.1"
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"
tag: "2.3.1"

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",
"version": "2.3.1",
"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",
"@threefold/tfchain_client": "^2.3.0",
"@threefold/grid_client": "^2.3.1",
"@threefold/tfchain_client": "^2.3.1",
"@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",
"version": "2.3.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@threefold/types": "^2.3.0",
"@threefold/types": "^2.3.1",
"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",
"version": "2.3.1",
"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",
"@threefold/tfchain_client": "^2.3.0",
"@threefold/types": "^2.3.0",
"@threefold/rmb_direct_client": "^2.3.1",
"@threefold/tfchain_client": "^2.3.1",
"@threefold/types": "^2.3.1",
"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",
"version": "2.3.1",
"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",
"@threefold/grid_client": "^2.3.1",
"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",
"version": "2.3.1",
"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",
"@threefold/rmb_peer_server": "^2.3.0",
"@threefold/grid_client": "^2.3.1",
"@threefold/rmb_peer_server": "^2.3.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@threefold/rmb_peer_client": "^2.3.0",
"@threefold/rmb_peer_client": "^2.3.1",
"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",
"version": "2.3.1",
"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",
"version": "2.3.1",
"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",
"@threefold/tfchain_client": "^2.3.0",
"@threefold/types": "^2.3.0",
"@threefold/rmb_direct_client": "^2.3.1",
"@threefold/tfchain_client": "^2.3.1",
"@threefold/types": "^2.3.1",
"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"
appVersion: "v2.3.1"
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"
tag: "2.3.1"

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",
"version": "2.3.1",
"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",
"@threefold/gridproxy_client": "^2.3.1",
"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",
"version": "2.3.1",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -12,10 +12,10 @@
},
"dependencies": {
"@mdi/font": "^7.2.96",
"@threefold/graphql_client": "^2.3.0",
"@threefold/grid_client": "^2.3.0",
"@threefold/gridproxy_client": "^2.3.0",
"@threefold/types": "^2.3.0",
"@threefold/graphql_client": "^2.3.1",
"@threefold/grid_client": "^2.3.1",
"@threefold/gridproxy_client": "^2.3.1",
"@threefold/types": "^2.3.1",
"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"
appVersion: "v2.3.1"
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"
tag: "2.3.1"

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",
"version": "2.3.1",
"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",
"@threefold/types": "^2.3.0",
"@threefold/tfchain_client": "^2.3.1",
"@threefold/types": "^2.3.1",
"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",
"version": "2.3.1",
"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",
"version": "2.3.1",
"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"
appVersion: "v2.3.1"
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"
tag: "2.3.1"

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",
"version": "2.3.1",
"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",
"version": "2.3.1",
"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",
"@threefold/types": "^2.3.1",
"await-lock": "^2.2.2",
"bip39": "^3.1.0",
"moment": "^2.30.1"
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",
"version": "2.3.1",
"main": "dist/node/index.js",
"types": "dist/es6/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",
"version": "2.3.1",
"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",
"@threefold/grid_client": "^2.3.1",
"add": "^2.0.6",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
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"
appVersion: "v2.3.1"
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.3.0"
tag: "2.3.1"

env:
- name: "MODE"
Expand Down

0 comments on commit 1990b2d

Please sign in to comment.