Skip to content

Commit

Permalink
chore: update versions (next) (#527)
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 Apr 28, 2023
1 parent 56db807 commit ab200f0
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"changesets": [
"cyan-dancers-care",
"eleven-radios-share",
"lazy-cows-shake",
"plenty-seas-build",
"silly-beds-watch",
"violet-frogs-know"
]
Expand Down
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.7.0-next.3

### Patch Changes

- Updated dependencies [56db807]
- Updated dependencies [56db807]
- @supabase/auth-helpers-shared@0.4.0-next.3

## 0.7.0-next.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.0-next.2",
"version": "0.7.0-next.3",
"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/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @supabase/auth-helpers-remix

## 0.2.0-next.3

### Patch Changes

- Updated dependencies [56db807]
- Updated dependencies [56db807]
- @supabase/auth-helpers-shared@0.4.0-next.3

## 0.2.0-next.2

### 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.2.0-next.2",
"version": "0.2.0-next.3",
"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.3

### Patch Changes

- 56db807: Add jose for it's cross platform base64url decode support
- 56db807: Remove js-base64 as its buffer check was causing issues for Vercel Edge Runtime

## 0.4.0-next.2

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

## 0.10.0-next.3

### Patch Changes

- Updated dependencies [56db807]
- Updated dependencies [56db807]
- @supabase/auth-helpers-shared@0.4.0-next.3

## 0.10.0-next.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.10.0-next.2",
"version": "0.10.0-next.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 ab200f0

Please sign in to comment.