Skip to content

Commit

Permalink
chore: update versions (#245)
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 Jan 4, 2024
1 parent ac80a29 commit decec24
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/lemon-eyes-walk.md

This file was deleted.

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

## 0.4.7

### Patch Changes

- ac80a298: fix: update password placeholder prop

## 0.4.6

### 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.6",
"version": "0.4.7",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase/auth-ui-solid

## 0.3.8

### Patch Changes

- ac80a298: fix: update password placeholder prop

## 0.3.7

### 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.7",
"version": "0.3.8",
"description": "",
"type": "module",
"main": "./dist/index.jsx",
Expand Down
6 changes: 6 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase/auth-ui-svelte

## 0.2.9

### Patch Changes

- ac80a298: fix: update password placeholder prop

## 0.2.8

### 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.8",
"version": "0.2.9",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit decec24

Please sign in to comment.