Skip to content

Commit fb167e3

Browse files
committed
chore: version packages
1 parent 94463c7 commit fb167e3

8 files changed

Lines changed: 46 additions & 4 deletions

File tree

packages/api/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Align the authentication stack on Supabase-issued JWTs, remove the legacy header helper, and tighten shared token shapes and validation.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @listee/auth@1.0.0
13+
- @listee/types@1.0.0
14+
- @listee/db@1.0.0
15+
316
## 0.3.0
417

518
### 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.4.0",
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+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Align the authentication stack on Supabase-issued JWTs, remove the legacy header helper, and tighten shared token shapes and validation.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @listee/types@1.0.0
13+
- @listee/db@1.0.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": "1.0.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+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Align the authentication stack on Supabase-issued JWTs, remove the legacy header helper, and tighten shared token shapes and validation.
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": "1.0.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+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Align the authentication stack on Supabase-issued JWTs, remove the legacy header helper, and tighten shared token shapes and validation.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @listee/db@1.0.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": "1.0.0",
44
"type": "module",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)