Skip to content

Commit 2ff64af

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

File tree

9 files changed

+32
-10
lines changed

9 files changed

+32
-10
lines changed

.changeset/empty-shrimps-battle.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @supabase/auth-ui-react
22

3+
## 0.4.6
4+
5+
### Patch Changes
6+
7+
- a8f9395d: Message styling change
8+
- Updated dependencies [a8f9395d]
9+
- @supabase/auth-ui-shared@0.1.8
10+
311
## 0.4.5
412

513
### Patch Changes

packages/react/package.json

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

packages/shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @supabase/auth-ui-shared
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- a8f9395d: Message styling change
8+
39
## 0.1.7
410

511
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/auth-ui-shared",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"types": "dist/index.d.ts",

packages/solid/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase/auth-ui-solid
22

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a8f9395d]
8+
- @supabase/auth-ui-shared@0.1.8
9+
310
## 0.3.5
411

512
### Patch Changes

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/auth-ui-solid",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.jsx",

packages/svelte/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase/auth-ui-svelte
22

3+
## 0.2.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a8f9395d]
8+
- @supabase/auth-ui-shared@0.1.8
9+
310
## 0.2.6
411

512
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/auth-ui-svelte",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)