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 diff --git a/packages/grid_client/package.json b/packages/grid_client/package.json index 50c676c80f..91d98f6353 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-rc3", "@threefold/types": "^2.5.0-rc3", "algosdk": "^1.19.0", "appdata-path": "^1.0.0",