Skip to content

Commit

Permalink
release: version packages (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhand-bot committed Jun 26, 2024
1 parent 3ba2e81 commit 83a0938
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/honest-hornets-jump.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @logto/nuxt

## 0.2.0

### Minor Changes

- 3ba2e81: return undefined when fetchUserInfo failed

When `fetchUserInfo` is set to `true`, `useLogto()` will call `fetchUserInfo` to get user info. If `fetchUserInfo` failed, it now returns `undefined` instead of throwing an error.

You can check the value of `userLogto()` to see if the user is authenticated.

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/nuxt",
"version": "0.1.13",
"version": "0.2.0",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 83a0938

Please sign in to comment.