Skip to content

Commit

Permalink
chore: 🔖 update version
Browse files Browse the repository at this point in the history
  • Loading branch information
a0ngo committed Feb 12, 2025
1 parent 720f1d3 commit a112d04
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/recovery-relay/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-relay",
"license": "GPL-3.0-or-later",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -21,7 +21,7 @@
"@emurgo/cardano-serialization-lib-asmjs": "^11.4.0",
"@fireblocks/asset-config": "^0.8.0",
"@fireblocks/recovery-shared": "^0.8.0",
"@fireblocks/wallet-derivation": "^0.8.0",
"@fireblocks/wallet-derivation": "^0.9.0",
"@hashgraph/sdk": "^2.29.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.13.7",
Expand Down
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 (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/apps/recovery-utility",
"homepage": "https://www.fireblocks.com",
"version": "1.4.0",
"version": "1.5.0",
"license": "GPL-3.0-or-later",
"private": true,
"main": "app/background.js",
Expand Down Expand Up @@ -71,9 +71,9 @@
"@emotion/styled": "^11.11.0",
"@fireblocks/asset-config": "^0.8.0",
"@fireblocks/extended-key-recovery": "^1.3.0",
"@fireblocks/recovery-relay": "^1.3.0",
"@fireblocks/recovery-relay": "^1.4.0",
"@fireblocks/recovery-shared": "^0.8.0",
"@fireblocks/wallet-derivation": "^0.8.0",
"@fireblocks/wallet-derivation": "^0.9.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.13.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@emotion/styled": "^11.11.0",
"@fireblocks/asset-config": "^0.8.0",
"@fireblocks/extended-key-recovery": "^1.3.0",
"@fireblocks/wallet-derivation": "^0.8.0",
"@fireblocks/wallet-derivation": "^0.9.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.13.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-derivation/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/wallet-derivation",
"homepage": "https://www.fireblocks.com",
"version": "0.8.0",
"version": "0.9.0",
"license": "GPL-3.0-or-later",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit a112d04

Please sign in to comment.