diff --git a/.changeset/rich-dancers-wonder.md b/.changeset/rich-dancers-wonder.md deleted file mode 100644 index 2d733175..00000000 --- a/.changeset/rich-dancers-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@supabase/auth-helpers-shared': minor ---- - -Add cookie chunking for large JWTs diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index ac62ab02..c0abfd17 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @supabase/auth-helpers-nextjs +## 0.8.3 + +### Patch Changes + +- Updated dependencies [9fa8f2b] + - @supabase/auth-helpers-shared@0.6.0 + ## 0.8.2 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index f68ad7ae..c2acac3b 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-nextjs", - "version": "0.8.2", + "version": "0.8.3", "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/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index ca698c94..c90f7c63 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -1,5 +1,12 @@ # @supabase/auth-helpers-remix +## 0.2.3 + +### Patch Changes + +- Updated dependencies [9fa8f2b] + - @supabase/auth-helpers-shared@0.6.0 + ## 0.2.2 ### Patch Changes diff --git a/packages/remix/package.json b/packages/remix/package.json index fc3d8539..432653af 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-remix", - "version": "0.2.2", + "version": "0.2.3", "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 c0f0f320..4816bbcb 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,11 @@ # shared +## 0.6.0 + +### Minor Changes + +- 9fa8f2b: Add cookie chunking for large JWTs + ## 0.5.0 ### Minor Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index 29684d9e..82ca6312 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-shared", - "version": "0.5.0", + "version": "0.6.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 828a8444..3a79b0c4 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @supabase/auth-helpers-sveltekit +## 0.10.4 + +### Patch Changes + +- Updated dependencies [9fa8f2b] + - @supabase/auth-helpers-shared@0.6.0 + ## 0.10.3 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index 076ce23f..722ee1b8 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-sveltekit", - "version": "0.10.3", + "version": "0.10.4", "description": "A collection of framework specific Auth utilities for working with Supabase.", "type": "module", "module": "./dist/index.js",