Skip to content

Commit

Permalink
chore: update versions (#606)
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 Jul 16, 2023
1 parent 1dc9c9c commit cea9979
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-seas-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-colts-add.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.3

### Patch Changes

- 1619e93: Add cookie options to set cookie for route handler

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

## 0.4.1

### Patch Changes

- 1dc9c9c: fix: Handle initialSession changes in context provider

## 0.4.0

### Minor 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.0",
"version": "0.4.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
Expand Down

0 comments on commit cea9979

Please sign in to comment.