Skip to content

Commit

Permalink
update dependency - fix NativeAuth configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Oct 28, 2023
1 parent 4a768cd commit 1de602e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### [9.1.1](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v9.1.1) (2023-10-28)
- update useElven - fix NaiveAuth configuration

### [9.1.0](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v9.1.0) (2023-10-28)
- useelven update - add support for xAlias
- update Next.js to v14 (required min Node version: 18.7.0)
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-dapp-template",
"version": "9.1.0",
"version": "9.1.1",
"author": "Julian Ćwirko <julian.io>",
"license": "MIT",
"homepage": "https://github.com/xdevguild/nextjs-dapp-template",
Expand All @@ -22,7 +22,7 @@
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tooltip": "1.0.7",
"@useelven/core": "0.10.1",
"@useelven/core": "0.10.2",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"lucide-react": "0.290.0",
Expand Down

0 comments on commit 1de602e

Please sign in to comment.