Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
a0ngo committed Nov 15, 2023
1 parent 602d653 commit 12e0ae4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/recovery-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@cosmjs/tendermint-rpc": "^0.31.0",
"@emurgo/cardano-serialization-lib-asmjs": "^11.4.0",
"@fireblocks/asset-config": "^0.0.1",
"@fireblocks/recovery-shared": "^0.1.4",
"@fireblocks/recovery-shared": "^0.1.5",
"@fireblocks/wallet-derivation": "^0.3.0",
"@hashgraph/sdk": "^2.29.0",
"@hookform/resolvers": "^3.1.1",
Expand Down Expand Up @@ -82,4 +82,4 @@
"eslint-config-next": "^13.4.9",
"typescript": "^5.1.6"
}
}
}
6 changes: 3 additions & 3 deletions apps/recovery-utility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/apps/recovery-utility",
"homepage": "https://www.fireblocks.com",
"version": "0.3.3",
"version": "0.3.4",
"license": "GPL-3.0-or-later",
"private": true,
"main": "app/background.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@fireblocks/asset-config": "^0.0.1",
"@fireblocks/extended-key-recovery": "^1.0.0",
"@fireblocks/recovery-relay": "^0.3.2",
"@fireblocks/recovery-shared": "^0.1.4",
"@fireblocks/recovery-shared": "^0.1.5",
"@fireblocks/wallet-derivation": "^0.3.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.13.7",
Expand Down Expand Up @@ -102,4 +102,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/shared",
"homepage": "https://www.fireblocks.com",
"version": "0.1.4",
"version": "0.1.5",
"license": "GPL-3.0-or-later",
"private": true,
"main": "index.ts",
Expand Down

0 comments on commit 12e0ae4

Please sign in to comment.