Skip to content

Commit

Permalink
Merge pull request #3062 from threefoldtech/development_fix_versions
Browse files Browse the repository at this point in the history
Update `grid_client` dependencies and update release process
  • Loading branch information
0oM4R authored Jul 1, 2024
2 parents 6f39878 + e661e85 commit dead00a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions packages/grid_client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dead00a

Please sign in to comment.