Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @listee/api

## 0.3.1

### Patch Changes

- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.
- Updated dependencies
- @listee/auth@0.4.0
- @listee/types@0.4.0
- @listee/db@0.4.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@listee/api",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
12 changes: 12 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @listee/auth

## 0.4.0

### Minor Changes

- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.

### Patch Changes

- Updated dependencies
- @listee/types@0.4.0
- @listee/db@0.4.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@listee/auth",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @listee/db

## 0.4.0

### Minor Changes

- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@listee/db",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @listee/types

## 0.4.0

### Minor Changes

- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.

### Patch Changes

- Updated dependencies
- @listee/db@0.4.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@listee/types",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down