Skip to content

Commit

Permalink
chore: update versions (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2023
1 parent 65bf8d4 commit f452775
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"@supabase/auth-helpers-sveltekit": "0.9.3",
"tsconfig": "0.1.1"
},
"changesets": []
"changesets": [
"cyan-dancers-care",
"violet-frogs-know"
]
}
13 changes: 13 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @supabase/auth-helpers-nextjs

## 0.7.0-next.0

### Minor Changes

- 65bf8d4: Add cookie storage adapter per library following a shared storage adapter
- 65bf8d4: Add full server side support to auth helpers through PKCE

### Patch Changes

- Updated dependencies [65bf8d4]
- Updated dependencies [65bf8d4]
- @supabase/auth-helpers-shared@0.4.0-next.0

## 0.6.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.6.0",
"version": "0.7.0-next.0",
"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.4.0-next.0

### Minor Changes

- 65bf8d4: Add cookie storage adapter per library following a shared storage adapter
- 65bf8d4: Add full server side support to auth helpers through PKCE

## 0.3.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.3.1",
"version": "0.4.0-next.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
Expand Down
13 changes: 13 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @supabase/auth-helpers-remix

## 0.2.0-next.0

### Minor Changes

- 65bf8d4: Add cookie storage adapter per library following a shared storage adapter
- 65bf8d4: Add full server side support to auth helpers through PKCE

### Patch Changes

- Updated dependencies [65bf8d4]
- Updated dependencies [65bf8d4]
- @supabase/auth-helpers-shared@0.4.0-next.0

## 0.1.8

### Patch 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.1.8",
"version": "0.2.0-next.0",
"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/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# shared

## 0.4.0-next.0

### Minor Changes

- 65bf8d4: Add cookie storage adapter per library following a shared storage adapter
- 65bf8d4: Add full server side support to auth helpers through PKCE

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

## 0.10.0-next.0

### Minor Changes

- 65bf8d4: Add cookie storage adapter per library following a shared storage adapter
- 65bf8d4: Add full server side support to auth helpers through PKCE

### Patch Changes

- Updated dependencies [65bf8d4]
- Updated dependencies [65bf8d4]
- @supabase/auth-helpers-shared@0.4.0-next.0

## 0.9.3

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

0 comments on commit f452775

Please sign in to comment.