From e090c2dc573352aa8141fbc47280ccb925ad76b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 13:03:28 +0000 Subject: [PATCH] chore: update versions (next) (#511) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/nextjs/CHANGELOG.md | 8 ++++++++ packages/nextjs/package.json | 2 +- packages/remix/CHANGELOG.md | 8 ++++++++ packages/remix/package.json | 2 +- packages/shared/CHANGELOG.md | 6 ++++++ packages/shared/package.json | 2 +- packages/sveltekit/CHANGELOG.md | 8 ++++++++ packages/sveltekit/package.json | 2 +- 9 files changed, 35 insertions(+), 4 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 1008ea0f..1d6e1f51 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,6 +15,7 @@ }, "changesets": [ "cyan-dancers-care", + "silly-beds-watch", "violet-frogs-know" ] } diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index cce1e0ae..b8e6e24a 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @supabase/auth-helpers-nextjs +## 0.7.0-next.1 + +### Patch Changes + +- 66b13b9: simplifying defaults for storage adapter +- Updated dependencies [66b13b9] + - @supabase/auth-helpers-shared@0.4.0-next.1 + ## 0.7.0-next.0 ### Minor Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index d5581751..76bcfbd3 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-nextjs", - "version": "0.7.0-next.0", + "version": "0.7.0-next.1", "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 2cdda442..4981649e 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -1,5 +1,13 @@ # @supabase/auth-helpers-remix +## 0.2.0-next.1 + +### Patch Changes + +- 66b13b9: simplifying defaults for storage adapter +- Updated dependencies [66b13b9] + - @supabase/auth-helpers-shared@0.4.0-next.1 + ## 0.2.0-next.0 ### Minor Changes diff --git a/packages/remix/package.json b/packages/remix/package.json index e2b8ccde..ce90a72a 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-remix", - "version": "0.2.0-next.0", + "version": "0.2.0-next.1", "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 fb58530c..4b26e0df 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,11 @@ # shared +## 0.4.0-next.1 + +### Patch Changes + +- 66b13b9: simplifying defaults for storage adapter + ## 0.4.0-next.0 ### Minor Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index 478a4257..8d1dc2b9 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-shared", - "version": "0.4.0-next.0", + "version": "0.4.0-next.1", "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 689b8b29..a7b283a3 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,13 @@ # @supabase/auth-helpers-sveltekit +## 0.10.0-next.1 + +### Patch Changes + +- 66b13b9: simplifying defaults for storage adapter +- Updated dependencies [66b13b9] + - @supabase/auth-helpers-shared@0.4.0-next.1 + ## 0.10.0-next.0 ### Minor Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index d9b863a8..55fb855c 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/auth-helpers-sveltekit", - "version": "0.10.0-next.0", + "version": "0.10.0-next.1", "description": "A collection of framework specific Auth utilities for working with Supabase.", "type": "module", "main": "./dist/index.js",