Skip to content

Commit

Permalink
chore: update versions (next) (#548)
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 May 18, 2023
1 parent d90866f commit 6fb2ecb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
49 changes: 25 additions & 24 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@example/nextjs": "0.0.0",
"@example/nextjs-server-components": "0.0.0",
"@example/sveltekit": "0.0.0",
"config": "0.1.0",
"@supabase/auth-helpers-nextjs": "0.6.0",
"@supabase/auth-helpers-react": "0.3.1",
"@supabase/auth-helpers-remix": "0.1.8",
"@supabase/auth-helpers-shared": "0.3.3",
"@supabase/auth-helpers-sveltekit": "0.9.3",
"tsconfig": "0.1.1"
},
"changesets": [
"brave-lizards-thank",
"cyan-dancers-care",
"eighty-chefs-protect",
"eleven-radios-share",
"lazy-cows-shake",
"plenty-seas-build",
"silly-beds-watch",
"violet-frogs-know"
]
"mode": "pre",
"tag": "next",
"initialVersions": {
"@example/nextjs": "0.0.0",
"@example/nextjs-server-components": "0.0.0",
"@example/sveltekit": "0.0.0",
"config": "0.1.0",
"@supabase/auth-helpers-nextjs": "0.6.0",
"@supabase/auth-helpers-react": "0.3.1",
"@supabase/auth-helpers-remix": "0.1.8",
"@supabase/auth-helpers-shared": "0.3.3",
"@supabase/auth-helpers-sveltekit": "0.9.3",
"tsconfig": "0.1.1"
},
"changesets": [
"brave-lizards-thank",
"cyan-dancers-care",
"eighty-chefs-protect",
"eleven-radios-share",
"lazy-cows-shake",
"plenty-seas-build",
"silly-beds-watch",
"six-eggs-search",
"violet-frogs-know"
]
}
6 changes: 6 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase/auth-helpers-nextjs

## 0.7.0-next.6

### Patch Changes

- d90866f: [BREAKING CHANGES]: Renamed createBrowserSupabaseClient to createPagesBrowserClient, createServerSupabaseClient to createPagesServerClient and createMiddlewareSupabaseClient to createMiddlewareClient

## 0.7.0-next.5

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

0 comments on commit 6fb2ecb

Please sign in to comment.