diff --git a/.changeset/early-moose-add.md b/.changeset/early-moose-add.md deleted file mode 100644 index 6bf8a35b..00000000 --- a/.changeset/early-moose-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@supabase/auth-helpers-sveltekit': patch ---- - -[breaking change] Update the getUser function to only get the user and not save the token diff --git a/.changeset/purple-beers-wave.md b/.changeset/purple-beers-wave.md deleted file mode 100644 index 63b8dc30..00000000 --- a/.changeset/purple-beers-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@supabase/auth-helpers-sveltekit': patch ---- - -Add new handleAuth function to export all hooks as an array to destructure diff --git a/.changeset/sweet-pugs-taste.md b/.changeset/sweet-pugs-taste.md deleted file mode 100644 index b4f53af1..00000000 --- a/.changeset/sweet-pugs-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@supabase/auth-helpers-sveltekit': patch ---- - -Add handleLogout hook for logging out via endpoint /api/auth/logout diff --git a/packages/sveltekit/CHANGELOG.md b/packages/sveltekit/CHANGELOG.md index 9f5f7081..5ac75ac9 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -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 diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index f95462db..2e92f119 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -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",