Skip to content

Commit 7eaecdb

Browse files
committed
fix transaction id for guardians 2fa hook
1 parent 5c71ae2 commit 7eaecdb

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### [9.4.4](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v9.4.4) (2023-12-29)
2+
- fix missing transaction id logic for guardians 2fa hook
3+
14
### [9.4.3](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v9.4.3) (2023-12-28)
25
- update useElven and cleanup
36

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-dapp-template",
3-
"version": "9.4.3",
3+
"version": "9.4.4",
44
"author": "Julian Ćwirko <julian.io>",
55
"license": "MIT",
66
"homepage": "https://github.com/xdevguild/nextjs-dapp-template",
@@ -22,7 +22,7 @@
2222
"@radix-ui/react-dropdown-menu": "2.0.6",
2323
"@radix-ui/react-slot": "1.0.2",
2424
"@radix-ui/react-tooltip": "1.0.7",
25-
"@useelven/core": "0.15.0",
25+
"@useelven/core": "0.15.1",
2626
"class-variance-authority": "0.7.0",
2727
"clsx": "2.0.0",
2828
"lucide-react": "0.303.0",

0 commit comments

Comments
 (0)