Skip to content

Commit

Permalink
chore: update versions (#615)
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 Aug 2, 2023
1 parent 4a7bbfe commit b417625
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-clocks-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-cats-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-penguins-bathe.md

This file was deleted.

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

## 0.7.4

### Patch Changes

- 8c77550: Fix type for next.js cookies and headers functions

## 0.7.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.7.3",
"version": "0.7.4",
"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/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase/auth-helpers-react

## 0.4.2

### Patch Changes

- 4a7bbfe: Update session when updating user

## 0.4.1

### 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.4.1",
"version": "0.4.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase/auth-helpers-sveltekit

## 0.10.2

### Patch Changes

- 002e6f9: Fix export fields in package.json

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

0 comments on commit b417625

Please sign in to comment.