Skip to content

Commit

Permalink
chore: update versions (#222)
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 17, 2023
1 parent 2b25291 commit d50631e
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 27 deletions.
7 changes: 0 additions & 7 deletions .changeset/dry-candles-roll.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-pumpkins-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-crews-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-mails-act.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @supabase/auth-ui-react

## 0.4.5

### Patch Changes

- a80400e2: Fix password letter spacing
- 2b252910: Fix check for blank email address on magic links
- 5607ea4a: Fix view layout alignment
- Updated dependencies [2b252910]
- @supabase/auth-ui-shared@0.1.7

## 0.4.4

### 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-ui-react",
"version": "0.4.4",
"version": "0.4.5",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"files": [
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 @@
# @supabase/auth-ui-shared

## 0.1.7

### Patch Changes

- 2b252910: Fix check for blank email address on magic links

## 0.1.6

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

## 0.3.5

### Patch Changes

- a80400e2: Fix password letter spacing
- Updated dependencies [2b252910]
- @supabase/auth-ui-shared@0.1.7

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase/auth-ui-solid",
"version": "0.3.4",
"version": "0.3.5",
"description": "",
"type": "module",
"main": "./dist/index.jsx",
Expand Down
9 changes: 9 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @supabase/auth-ui-svelte

## 0.2.5

### Patch Changes

- a80400e2: Fix password letter spacing
- 819666db: Make additionalData optional by default
- Updated dependencies [2b252910]
- @supabase/auth-ui-shared@0.1.7

## 0.2.4

### 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-ui-svelte",
"version": "0.2.4",
"version": "0.2.5",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d50631e

Please sign in to comment.