Skip to content

Commit 6ca7ac0

Browse files
authored
Merge pull request #40 from listee-dev/release/jwt-auth-only
chore: version packages
2 parents 94463c7 + e4d0578 commit 6ca7ac0

8 files changed

Lines changed: 43 additions & 4 deletions

File tree

packages/api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @listee/api
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.
8+
- Updated dependencies
9+
- @listee/auth@0.4.0
10+
- @listee/types@0.4.0
11+
- @listee/db@0.4.0
12+
313
## 0.3.0
414

515
### Minor Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@listee/api",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"publishConfig": {
66
"access": "public",

packages/auth/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @listee/types@0.4.0
13+
- @listee/db@0.4.0
14+
315
## 0.3.0
416

517
### Minor Changes

packages/auth/package.json

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

packages/db/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @listee/db
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.
8+
39
## 0.3.0
410

511
### Minor Changes

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@listee/db",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public",

packages/types/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @listee/types
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @listee/db@0.4.0
13+
314
## 0.3.0
415

516
### Minor Changes

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@listee/types",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)