From ae5dc3d1d6fa250fbda32885b94dd653730b7aa7 Mon Sep 17 00:00:00 2001 From: kassem Date: Mon, 1 Jul 2024 12:25:50 +0300 Subject: [PATCH 1/3] fix: add gridproxy to dependencies --- packages/grid_client/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grid_client/package.json b/packages/grid_client/package.json index 50c676c80f..b30603c86b 100644 --- a/packages/grid_client/package.json +++ b/packages/grid_client/package.json @@ -16,6 +16,7 @@ "@noble/secp256k1": "^1.7.1", "@threefold/rmb_direct_client": "^2.5.0-rc3", "@threefold/tfchain_client": "^2.5.0-rc3", + "@threefold/gridproxy_client": "^2.5.0-rc", "@threefold/types": "^2.5.0-rc3", "algosdk": "^1.19.0", "appdata-path": "^1.0.0", From 4df7543d726410eeb9fd16e54050116b8eeadfa1 Mon Sep 17 00:00:00 2001 From: kassem Date: Mon, 1 Jul 2024 12:31:40 +0300 Subject: [PATCH 2/3] docs: update relase docs with exact flag --- docs/release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release.md b/docs/release.md index 50be13deb0..fffbe914fe 100644 --- a/docs/release.md +++ b/docs/release.md @@ -18,10 +18,10 @@ appVersion: "x.x.x" - This can be done by running this command: ```bash - lerna version --force-publish + lerna version --force-publish --exact ``` - This command will Update the versions of all packages and also it will update the package version if it's used as a dependency in the other packages in the monorepo. + This command will Update the versions of all packages and also it will update the package version if it's used as a dependency in the other packages in the monorepo. Make sure to add `exact` flag; this will specify updated dependencies in updated packages exactly (with no punctuation). ## Create a new release From e661e85a416ca6722ff4a22e8c53fc4b28552379 Mon Sep 17 00:00:00 2001 From: Omar Kassem Date: Mon, 1 Jul 2024 13:19:56 +0300 Subject: [PATCH 3/3] Update package.json with the correct proxy client version --- packages/grid_client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grid_client/package.json b/packages/grid_client/package.json index b30603c86b..91d98f6353 100644 --- a/packages/grid_client/package.json +++ b/packages/grid_client/package.json @@ -16,7 +16,7 @@ "@noble/secp256k1": "^1.7.1", "@threefold/rmb_direct_client": "^2.5.0-rc3", "@threefold/tfchain_client": "^2.5.0-rc3", - "@threefold/gridproxy_client": "^2.5.0-rc", + "@threefold/gridproxy_client": "^2.5.0-rc3", "@threefold/types": "^2.5.0-rc3", "algosdk": "^1.19.0", "appdata-path": "^1.0.0",