Skip to content

Commit

Permalink
chore: update versions (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 21, 2022
1 parent 1c95004 commit 1293f64
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-moose-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-beers-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-pugs-taste.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @supabase/auth-helpers-sveltekit

## 0.6.2

### Patch Changes

- d23b268: [breaking change] Update the getUser function to only get the user and not save the token
- 1c95004: Add new handleAuth function to export all hooks as an array to destructure
- 588d329: Add handleLogout hook for logging out via endpoint /api/auth/logout

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase/auth-helpers-sveltekit",
"version": "0.6.1",
"version": "0.6.2",
"description": "A collection of framework specific Auth utilities for working with Supabase.",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 1293f64

Please sign in to comment.