Skip to content

Commit

Permalink
chore(release): @saas-ui/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Nov 4, 2023
1 parent 25e9d91 commit efbc254
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-ways-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-walls-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-jobs-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-tips-laugh.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/saas-ui-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saas-ui/auth

## 2.1.0

### Minor Changes

- ccf2824d: Added new redirectUrl prop and deprecated oauthRedirectUrl

## 2.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/auth",
"version": "2.0.12",
"version": "2.1.0",
"description": "Authentication provider and components for Chakra UI",
"source": "src/index.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/clerk

## 3.0.15

### Patch Changes

- Updated dependencies [ccf2824d]
- @saas-ui/auth@2.1.0

## 3.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/clerk",
"version": "3.0.14",
"version": "3.0.15",
"description": "Clerk Authentication Service for Saas UI",
"source": "src/index.ts",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/saas-ui-supabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @saas-ui/supabase

## 2.1.0

### Minor Changes

- ccf2824d: Fixed issue where supabase client would not redirect after magic link login
- adfc8dfd: Updated Supabase and fixed issue with client types

### Patch Changes

- ccf2824d: Fixed issue where Supabase client would throw an error when social login is initialized
- Updated dependencies [ccf2824d]
- @saas-ui/auth@2.1.0

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/saas-ui-supabase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/supabase",
"version": "2.0.1",
"version": "2.1.0",
"description": "Saas UI Supabase integration",
"source": "src/index.ts",
"exports": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"url": "https://storybook.saas-ui.dev"
},
"dependencies": {
"@saas-ui/auth": "^2.0.9"
"@saas-ui/auth": "^2.1.0"
},
"peerDependencies": {
"@chakra-ui/react": ">=2.4.9",
Expand Down

0 comments on commit efbc254

Please sign in to comment.