Skip to content

Commit

Permalink
fix: 🔖 revert version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
a0ngo committed Mar 3, 2024
1 parent 61da226 commit 1bdebfa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/recovery-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@emurgo/cardano-serialization-lib-asmjs": "^11.4.0",
"@fireblocks/asset-config": "^0.3.0",
"@fireblocks/recovery-shared": "^0.4.0",
"@fireblocks/wallet-derivation": "^0.6.0",
"@fireblocks/wallet-derivation": "^0.5.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": "0.6.0",
"version": "0.5.0",
"license": "GPL-3.0-or-later",
"private": true,
"main": "app/background.js",
Expand Down Expand Up @@ -70,9 +70,9 @@
"@emotion/styled": "^11.11.0",
"@fireblocks/asset-config": "^0.3.0",
"@fireblocks/extended-key-recovery": "^1.3.0",
"@fireblocks/recovery-relay": "^0.6.0",
"@fireblocks/recovery-relay": "^0.5.0",
"@fireblocks/recovery-shared": "^0.4.0",
"@fireblocks/wallet-derivation": "^0.6.0",
"@fireblocks/wallet-derivation": "^0.5.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.3.0",
"@fireblocks/extended-key-recovery": "^1.3.0",
"@fireblocks/wallet-derivation": "^0.6.0",
"@fireblocks/wallet-derivation": "^0.5.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.6.0",
"version": "0.5.0",
"license": "GPL-3.0-or-later",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 1bdebfa

Please sign in to comment.