Skip to content

Commit decec24

Browse files
chore: update versions (#245)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ac80a29 commit decec24

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

.changeset/lemon-eyes-walk.md

-7
This file was deleted.

packages/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @supabase/auth-ui-react
22

3+
## 0.4.7
4+
5+
### Patch Changes
6+
7+
- ac80a298: fix: update password placeholder prop
8+
39
## 0.4.6
410

511
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/auth-ui-react",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"main": "./dist/index.cjs.js",
55
"module": "./dist/index.es.js",
66
"files": [

packages/solid/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @supabase/auth-ui-solid
22

3+
## 0.3.8
4+
5+
### Patch Changes
6+
7+
- ac80a298: fix: update password placeholder prop
8+
39
## 0.3.7
410

511
### Patch Changes

packages/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/auth-ui-solid",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.jsx",

packages/svelte/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @supabase/auth-ui-svelte
22

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- ac80a298: fix: update password placeholder prop
8+
39
## 0.2.8
410

511
### Patch Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/auth-ui-svelte",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)