Skip to content

Commit 2cda81b

Browse files
chore: update versions (#250)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 63b1da0 commit 2cda81b

File tree

11 files changed

+40
-11
lines changed

11 files changed

+40
-11
lines changed

.changeset/loud-planets-brake.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/nextjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @supabase/auth-helpers-nextjs
22

3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- 63b1da0: chore: Upgrades nextjs to 12.2.X
8+
- Updated dependencies [63b1da0]
9+
- @supabase/auth-helpers-shared@0.1.4
10+
311
## 0.2.7
412

513
### Patch Changes

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/auth-helpers-nextjs",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "A collection of framework specific Auth utilities for working with Supabase.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase/auth-helpers-react
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63b1da0]
8+
- @supabase/auth-helpers-shared@0.1.4
9+
310
## 0.2.3
411

512
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/auth-helpers-react",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"publishConfig": {

packages/shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# shared
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 63b1da0: chore: Upgrades nextjs to 12.2.X
8+
39
## 0.1.3
410

511
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/auth-helpers-shared",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"types": "dist/index.d.ts",

packages/svelte/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase/auth-helpers-svelte
22

3+
## 0.4.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63b1da0]
8+
- @supabase/auth-helpers-shared@0.1.4
9+
310
## 0.4.5
411

512
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/auth-helpers-svelte",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"type": "module",
55
"svelte": "./dist/index.js",
66
"module": "./dist/index.js",

packages/sveltekit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase/auth-helpers-sveltekit
22

3+
## 0.6.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [63b1da0]
8+
- @supabase/auth-helpers-shared@0.1.4
9+
310
## 0.6.10
411

512
### Patch Changes

0 commit comments

Comments
 (0)