Skip to content

Commit 43bddfe

Browse files
authored
Merge pull request #557 from trycompai/lewis/comp-womp
[dev] [carhartlewis] lewis/comp-womp
2 parents f53d4b7 + 96435a5 commit 43bddfe

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.5.0](https://github.com/trycompai/comp/compare/v1.4.0...v1.5.0) (2025-05-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** add missing newline at end of file in package.json ([75c0e49](https://github.com/trycompai/comp/commit/75c0e4951c79d9a7a0cfe7c30c075082da1a915d))
7+
* **trust-portal:** optimize getTrustPortal function by caching session retrieval for improved performance ([4a7cbc5](https://github.com/trycompai/comp/commit/4a7cbc52fbbe593fa1d9d68c897242def373b2f3))
8+
9+
10+
### Features
11+
12+
* **trust-portal:** add Trust Portal settings page and components, including loading state and switch functionality; update layout to include Trust Portal link ([3fc5fba](https://github.com/trycompai/comp/commit/3fc5fba9fcf21f55591624858268102698d75b05))
13+
* **trust-portal:** enhance Next.js configuration and add new components for improved error handling and compliance reporting; update package dependencies ([1e899a4](https://github.com/trycompai/comp/commit/1e899a442174ec78015cef5929446ea6ebcc994e))
14+
* **trust-portal:** implement TrustPortalSettings component with dynamic trust portal state retrieval and rendering ([4facc5c](https://github.com/trycompai/comp/commit/4facc5c6c2e30ab4afe0333a76382d3136b9c321))
15+
* **turbo:** add build:trust configuration to manage environment variables and dependencies for improved build process ([c7475e2](https://github.com/trycompai/comp/commit/c7475e26c41f12fab9677e3dda2765feb7881010))
16+
* **turbo:** rename build:trust to trust:build and add it to the build pipeline for better organization ([95569ae](https://github.com/trycompai/comp/commit/95569ae853fddbfc5f776006fe093c4b672e5c24))
17+
118
# [1.4.0](https://github.com/trycompai/comp/compare/v1.3.0...v1.4.0) (2025-05-10)
219

320

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
"use-debounce": "^10.0.4",
7575
"zod": "^3.24.4"
7676
},
77-
"version": "1.4.0"
78-
}
77+
"version": "1.5.0"
78+
}

turbo.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@
6464
"data:build"
6565
]
6666
},
67+
"trust:build": {
68+
"env": [
69+
"DATABASE_URL"
70+
],
71+
"inputs": [
72+
"$TURBO_DEFAULT$"
73+
],
74+
"outputs": [
75+
"data:build"
76+
]
77+
},
6778
"db:generate": {
6879
"cache": false
6980
},

0 commit comments

Comments
 (0)