Skip to content

Commit

Permalink
chore: update versions (next) (#555)
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 22, 2023
1 parent 1086021 commit c184ab2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 26 deletions.
53 changes: 28 additions & 25 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
{
"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"
]
"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",
"many-avocados-fetch",
"plenty-seas-build",
"silly-beds-watch",
"silly-laws-give",
"six-eggs-search",
"strange-mugs-know",
"violet-frogs-know"
]
}
8 changes: 8 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @supabase/auth-helpers-nextjs

## 0.7.0-next.7

### Patch Changes

- 067402a: Set cookie header to make new session from middleware available to server component
- 008a08c: Implement singleton pattern for createClientComponentClient to simplify implementation
- 1086021: Upgrade Next.js and remove custom type for WritableRequestCookies

## 0.7.0-next.6

### 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.6",
"version": "0.7.0-next.7",
"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 c184ab2

Please sign in to comment.