Skip to content

Commit

Permalink
chore: update versions (#678)
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 Nov 4, 2023
1 parent f7e5c2d commit 9726faf
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/breezy-lions-wink.md

This file was deleted.

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.8.7

### Patch Changes

- f7e5c2d: Revert cookie name to storage key change
- Updated dependencies [f7e5c2d]
- @supabase/auth-helpers-shared@0.6.3

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

## 0.2.6

### Patch Changes

- f7e5c2d: Revert cookie name to storage key change
- Updated dependencies [f7e5c2d]
- @supabase/auth-helpers-shared@0.6.3

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase/auth-helpers-remix",
"version": "0.2.5",
"version": "0.2.6",
"description": "A collection of framework specific Auth utilities for working with Supabase.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.6.3

### Patch Changes

- f7e5c2d: Revert cookie name to storage key change

## 0.6.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.6.2",
"version": "0.6.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase/ssr

## 0.0.9

### Patch Changes

- f7e5c2d: Revert cookie name to storage key change

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase/ssr",
"version": "0.0.8",
"version": "0.0.9",
"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.10.7

### Patch Changes

- f7e5c2d: Revert cookie name to storage key change
- Updated dependencies [f7e5c2d]
- @supabase/auth-helpers-shared@0.6.3

## 0.10.6

### 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.10.6",
"version": "0.10.7",
"description": "A collection of framework specific Auth utilities for working with Supabase.",
"type": "module",
"module": "./dist/index.js",
Expand Down

0 comments on commit 9726faf

Please sign in to comment.