Skip to content

Commit

Permalink
chore: update versions (#148)
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 Mar 3, 2023
1 parent 04ef04f commit 456367d
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-foxes-behave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-toes-help.md

This file was deleted.

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

## 0.3.3

### Patch Changes

- Updated dependencies [b8e6e3b4]
- Updated dependencies [b8e6e3b4]
- @supabase/auth-ui-shared@0.1.2

## 0.3.2

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

## 0.1.2

### Patch Changes

- b8e6e3b4: Update appearance property to include extend for default classes
- b8e6e3b4: Update social layout type to only include keys

## 0.1.1

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

## 0.2.2

### Patch Changes

- b8e6e3b4: Update social layout type to only include keys
- Updated dependencies [b8e6e3b4]
- Updated dependencies [b8e6e3b4]
- @supabase/auth-ui-shared@0.1.2

## 0.2.1

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

## 0.1.2

### Patch Changes

- Updated dependencies [b8e6e3b4]
- Updated dependencies [b8e6e3b4]
- @supabase/auth-ui-shared@0.1.2

## 0.1.1

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

0 comments on commit 456367d

Please sign in to comment.