Skip to content

Commit

Permalink
chore: update versions (#250)
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 Sep 15, 2022
1 parent 63b1da0 commit 2cda81b
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/loud-planets-brake.md

This file was deleted.

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

## 0.2.8

### Patch Changes

- 63b1da0: chore: Upgrades nextjs to 12.2.X
- Updated dependencies [63b1da0]
- @supabase/auth-helpers-shared@0.1.4

## 0.2.7

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

## 0.2.4

### Patch Changes

- Updated dependencies [63b1da0]
- @supabase/auth-helpers-shared@0.1.4

## 0.2.3

### 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.2.3",
"version": "0.2.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
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.1.4

### Patch Changes

- 63b1da0: chore: Upgrades nextjs to 12.2.X

## 0.1.3

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

## 0.4.6

### Patch Changes

- Updated dependencies [63b1da0]
- @supabase/auth-helpers-shared@0.1.4

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase/auth-helpers-svelte",
"version": "0.4.5",
"version": "0.4.6",
"type": "module",
"svelte": "./dist/index.js",
"module": "./dist/index.js",
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.6.11

### Patch Changes

- Updated dependencies [63b1da0]
- @supabase/auth-helpers-shared@0.1.4

## 0.6.10

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

0 comments on commit 2cda81b

Please sign in to comment.