Skip to content

Commit

Permalink
[ts-version] bump @2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jan 29, 2024
1 parent a183c4f commit 8355dbf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/validator-bonds-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/validator-bonds-cli",
"version": "1.1.7",
"version": "1.1.8",
"description": "CLI of the validator bonds contract",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
],
"main": "src/index",
"dependencies": {
"@marinade.finance/validator-bonds-sdk": "^1.1.7",
"@marinade.finance/validator-bonds-sdk": "^1.1.8",
"@coral-xyz/anchor": "^0.29.0",
"@solana/web3.js": "^1.87.6",
"@marinade.finance/ledger-utils": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator-bonds-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const logger: Logger = configureLogger()
const program = new Command()

program
.version('1.1.7')
.version('1.1.8')
.allowExcessArguments(false)
.option(
'-u, --cluster <cluster>',
Expand Down
2 changes: 1 addition & 1 deletion packages/validator-bonds-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/validator-bonds-sdk",
"version": "1.1.7",
"version": "1.1.8",
"description": "SDK of the validator bonds contract",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8355dbf

Please sign in to comment.