Skip to content

Commit

Permalink
chore: 🔖 update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
a0ngo committed Feb 5, 2025
1 parent 42584fb commit 00e90b5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/recovery-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@cosmjs/stargate": "^0.32.1",
"@cosmjs/tendermint-rpc": "^0.32.0",
"@emurgo/cardano-serialization-lib-asmjs": "^11.4.0",
"@fireblocks/asset-config": "^0.7.0",
"@fireblocks/asset-config": "^0.8.0",
"@fireblocks/recovery-shared": "^0.8.0",
"@fireblocks/wallet-derivation": "^0.8.0",
"@hashgraph/sdk": "^2.29.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/recovery-utility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/apps/recovery-utility",
"homepage": "https://www.fireblocks.com",
"version": "1.3.0",
"version": "1.4.0",
"license": "GPL-3.0-or-later",
"private": true,
"main": "app/background.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fireblocks/asset-config": "^0.7.0",
"@fireblocks/asset-config": "^0.8.0",
"@fireblocks/extended-key-recovery": "^1.3.0",
"@fireblocks/recovery-relay": "^1.3.0",
"@fireblocks/recovery-shared": "^0.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/asset-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/asset-config",
"homepage": "https://www.fireblocks.com",
"version": "0.7.0",
"version": "0.8.0",
"license": "GPL-3.0-or-later",
"private": true,
"main": "index.ts",
Expand All @@ -28,4 +28,4 @@
"typescript": "^5.1.6"
},
"dependencies": {}
}
}
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fireblocks/asset-config": "^0.7.0",
"@fireblocks/asset-config": "^0.8.0",
"@fireblocks/extended-key-recovery": "^1.3.0",
"@fireblocks/wallet-derivation": "^0.8.0",
"@hookform/resolvers": "^3.1.1",
Expand Down Expand Up @@ -63,4 +63,4 @@
"prettier": "^3.0.0",
"typescript": "^5.1.6"
}
}
}
2 changes: 1 addition & 1 deletion packages/wallet-derivation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "jest"
},
"dependencies": {
"@fireblocks/asset-config": "^0.7.0",
"@fireblocks/asset-config": "^0.8.0",
"@noble/curves": "^1.1.0",
"@noble/ed25519": "^2.0.0",
"@noble/hashes": "^1.3.1",
Expand Down

0 comments on commit 00e90b5

Please sign in to comment.