Skip to content

Commit dead00a

Browse files
authored
Merge pull request #3062 from threefoldtech/development_fix_versions
Update `grid_client` dependencies and update release process
2 parents 6f39878 + e661e85 commit dead00a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ appVersion: "x.x.x"
1818
- This can be done by running this command:
1919
2020
```bash
21-
lerna version --force-publish
21+
lerna version --force-publish --exact
2222
```
2323

24-
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.
24+
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).
2525

2626
## Create a new release
2727

packages/grid_client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@noble/secp256k1": "^1.7.1",
1717
"@threefold/rmb_direct_client": "^2.5.0-rc3",
1818
"@threefold/tfchain_client": "^2.5.0-rc3",
19+
"@threefold/gridproxy_client": "^2.5.0-rc3",
1920
"@threefold/types": "^2.5.0-rc3",
2021
"algosdk": "^1.19.0",
2122
"appdata-path": "^1.0.0",

0 commit comments

Comments
 (0)