diff --git a/.changeset/pre.json b/.changeset/pre.json index edb61488..1008ea0f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -13,5 +13,8 @@ "@supabase/auth-helpers-sveltekit": "0.9.3", "tsconfig": "0.1.1" }, - "changesets": [] + "changesets": [ + "cyan-dancers-care", + "violet-frogs-know" + ] } diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 200509a9..cce1e0ae 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,18 @@ # @supabase/auth-helpers-nextjs +## 0.7.0-next.0 + +### Minor Changes + +- 65bf8d4: Add cookie storage adapter per library following a shared storage adapter +- 65bf8d4: Add full server side support to auth helpers through PKCE + +### Patch Changes + +- Updated dependencies [65bf8d4] +- Updated dependencies [65bf8d4] + - @supabase/auth-helpers-shared@0.4.0-next.0 + ## 0.6.0 ### Minor Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index e84b6b25..d5581751 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-nextjs", - "version": "0.6.0", + "version": "0.7.0-next.0", "description": "A collection of framework specific Auth utilities for working with Supabase.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 055bffd0..8c09af54 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @supabase/auth-helpers-react +## 0.4.0-next.0 + +### Minor Changes + +- 65bf8d4: Add cookie storage adapter per library following a shared storage adapter +- 65bf8d4: Add full server side support to auth helpers through PKCE + ## 0.3.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index e22f15d8..292121eb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-react", - "version": "0.3.1", + "version": "0.4.0-next.0", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index 4a3fcf69..2cdda442 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -1,5 +1,18 @@ # @supabase/auth-helpers-remix +## 0.2.0-next.0 + +### Minor Changes + +- 65bf8d4: Add cookie storage adapter per library following a shared storage adapter +- 65bf8d4: Add full server side support to auth helpers through PKCE + +### Patch Changes + +- Updated dependencies [65bf8d4] +- Updated dependencies [65bf8d4] + - @supabase/auth-helpers-shared@0.4.0-next.0 + ## 0.1.8 ### Patch Changes diff --git a/packages/remix/package.json b/packages/remix/package.json index 7a9d8419..e2b8ccde 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-remix", - "version": "0.1.8", + "version": "0.2.0-next.0", "description": "A collection of framework specific Auth utilities for working with Supabase.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 0e07995e..fb58530c 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,12 @@ # shared +## 0.4.0-next.0 + +### Minor Changes + +- 65bf8d4: Add cookie storage adapter per library following a shared storage adapter +- 65bf8d4: Add full server side support to auth helpers through PKCE + ## 0.3.3 ### Patch Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index ffa7af03..478a4257 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-shared", - "version": "0.3.3", + "version": "0.4.0-next.0", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", diff --git a/packages/sveltekit/CHANGELOG.md b/packages/sveltekit/CHANGELOG.md index 8738c83e..689b8b29 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,18 @@ # @supabase/auth-helpers-sveltekit +## 0.10.0-next.0 + +### Minor Changes + +- 65bf8d4: Add cookie storage adapter per library following a shared storage adapter +- 65bf8d4: Add full server side support to auth helpers through PKCE + +### Patch Changes + +- Updated dependencies [65bf8d4] +- Updated dependencies [65bf8d4] + - @supabase/auth-helpers-shared@0.4.0-next.0 + ## 0.9.3 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index be5c7f8c..d9b863a8 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-sveltekit", - "version": "0.9.3", + "version": "0.10.0-next.0", "description": "A collection of framework specific Auth utilities for working with Supabase.", "type": "module", "main": "./dist/index.js",