Skip to content

Commit

Permalink
chore(release): auth@3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Sep 20, 2024
1 parent 34980c1 commit d957730
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-eyes-invite.md

This file was deleted.

49 changes: 0 additions & 49 deletions .changeset/pre.json

This file was deleted.

2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint:staged
# yarn lint:staged
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

## 3.3.0

### Minor Changes

- c8c696e: onGetToken no longer required for authentication service

## 3.3.0-next.0

### Minor 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": "3.3.0-next.0",
"version": "3.3.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-auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/auth0

## 0.1.13

### Patch Changes

- Updated dependencies [c8c696e]
- @saas-ui/auth@3.3.0

## 0.1.13-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/auth0",
"version": "0.1.13-next.0",
"version": "0.1.13",
"description": "Auth0 authentication for Saas 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.49

### Patch Changes

- Updated dependencies [c8c696e]
- @saas-ui/auth@3.3.0

## 3.0.49-next.0

### 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.49-next.0",
"version": "3.0.49",
"description": "Clerk Authentication Service for Saas UI",
"source": "src/index.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-magic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/auth

## 2.1.3

### Patch Changes

- Updated dependencies [c8c696e]
- @saas-ui/auth@3.3.0

## 2.1.3-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/saas-ui-magic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saas-ui/magic",
"version": "2.1.3-next.0",
"version": "2.1.3",
"description": "Saas UI Magic.link integration",
"source": "src/index.ts",
"exports": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"magic.link"
],
"dependencies": {
"@saas-ui/auth": "^3.3.0-next.0"
"@saas-ui/auth": "^3.3.0"
},
"peerDependencies": {
"@chakra-ui/react": ">=2.4.9",
Expand Down
7 changes: 7 additions & 0 deletions packages/saas-ui-supabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @saas-ui/supabase

## 2.2.1

### Patch Changes

- Updated dependencies [c8c696e]
- @saas-ui/auth@3.3.0

## 2.2.1-next.0

### 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.2.1-next.0",
"version": "2.2.1",
"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": "^3.3.0-next.0"
"@saas-ui/auth": "^3.3.0"
},
"peerDependencies": {
"@chakra-ui/react": ">=2.4.9",
Expand Down

0 comments on commit d957730

Please sign in to comment.