Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
"tsconfig": "0.1.0"
},
"changesets": [
"dull-frogs-smile",
"many-weeks-rush",
"serious-snakes-wave",
"sixty-kangaroos-drop",
"strong-avocados-invite",
"tiny-crabs-share",
"serious-snakes-wave"
"tiny-crabs-share"
]
}
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.3.0-next.4

### Patch Changes

- 9552328: add sveltekit supabase v2 support
- Updated dependencies [9552328]
- @supabase/auth-helpers-shared@0.2.0-next.3

## 0.3.0-next.3

### 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.3.0-next.3",
"version": "0.3.0-next.4",
"description": "A collection of framework specific Auth utilities for working with Supabase.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @supabase/auth-helpers-react

## 0.3.0-next.4

### Patch Changes

- Updated dependencies [9552328]
- @supabase/auth-helpers-shared@0.2.0-next.3

## 0.3.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase/auth-helpers-react",
"version": "0.3.0-next.3",
"version": "0.3.0-next.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# shared

## 0.2.0-next.3

### Patch Changes

- 9552328: add sveltekit supabase v2 support

## 0.2.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase/auth-helpers-shared",
"version": "0.2.0-next.2",
"version": "0.2.0-next.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @supabase/auth-helpers-sveltekit

## 0.7.2-next.0

### Patch Changes

- 9552328: add sveltekit supabase v2 support
- Updated dependencies [9552328]
- @supabase/auth-helpers-shared@0.2.0-next.3

## 0.7.1

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