Skip to content

Commit

Permalink
chore: update versions (#337)
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 25, 2022
1 parent e2e6648 commit ea902cd
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 29 deletions.
7 changes: 0 additions & 7 deletions .changeset/light-eggs-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-pugs-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-toys-guess.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tender-flowers-search.md

This file was deleted.

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

## 0.4.2

### Patch Changes

- 2fda843: add missing supabase-js peerDependency
- 2fda843: update supabase-js
- Updated dependencies [2fda843]
- Updated dependencies [2fda843]
- @supabase/auth-helpers-shared@0.2.1

## 0.4.1

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

## 0.3.1

### Patch Changes

- 2fda843: add missing supabase-js peerDependency
- 2fda843: remove auth-helpers-shared dependency in react package
- 2fda843: update supabase-js

## 0.3.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.3.0",
"version": "0.3.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# shared

## 0.2.1

### Patch Changes

- 2fda843: add missing supabase-js peerDependency
- 2fda843: update supabase-js

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

## 0.8.3

### Patch Changes

- 2fda843: Switch to refreshSession
- 2fda843: update supabase-js
- Updated dependencies [2fda843]
- Updated dependencies [2fda843]
- @supabase/auth-helpers-shared@0.2.1

## 0.8.2

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

0 comments on commit ea902cd

Please sign in to comment.