Skip to content

Commit

Permalink
chore: update versions (#659)
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 Oct 28, 2023
1 parent 9fa8f2b commit f14c13e
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-dancers-wonder.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @supabase/auth-helpers-nextjs

## 0.8.3

### Patch Changes

- Updated dependencies [9fa8f2b]
- @supabase/auth-helpers-shared@0.6.0

## 0.8.2

### 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.2",
"version": "0.8.3",
"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/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @supabase/auth-helpers-remix

## 0.2.3

### Patch Changes

- Updated dependencies [9fa8f2b]
- @supabase/auth-helpers-shared@0.6.0

## 0.2.2

### 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.2",
"version": "0.2.3",
"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.0

### Minor Changes

- 9fa8f2b: Add cookie chunking for large JWTs

## 0.5.0

### Minor 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.5.0",
"version": "0.6.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @supabase/auth-helpers-sveltekit

## 0.10.4

### Patch Changes

- Updated dependencies [9fa8f2b]
- @supabase/auth-helpers-shared@0.6.0

## 0.10.3

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

0 comments on commit f14c13e

Please sign in to comment.