Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 26, 2024
1 parent 627c57c commit 96e72e3
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-ravens-confess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-dancers-nail.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.10.1

### Patch Changes

- Updated dependencies [0816b0b]
- @supabase/auth-helpers-shared@0.8.0

## 0.10.0

### Minor 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.10.0",
"version": "0.10.1",
"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.4.1

### Patch Changes

- Updated dependencies [0816b0b]
- @supabase/auth-helpers-shared@0.8.0

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"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.8.0

### Minor Changes

- 0816b0b: fix dependabot issues

## 0.7.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.7.0",
"version": "0.8.0",
"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.4.0

### Minor Changes

- ef61542: Improves the cookie chunker in @supabase/ssr to get rid of edge cases in saving and removing cookies.

## 0.3.0

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

## 0.14.0

### Minor Changes

- 0816b0b: fix dependabot issues

### Patch Changes

- Updated dependencies [0816b0b]
- @supabase/auth-helpers-shared@0.8.0

## 0.13.0

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

0 comments on commit 96e72e3

Please sign in to comment.