Skip to content

Commit a284896

Browse files
authored
Merge branch 'main' into staging
2 parents d3f7e3c + a655cf4 commit a284896

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,33 @@ All notable changes to the TEA Platform will be documented in this file.
1111
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313

14+
## [0.3.2](https://github.com/alan-turing-institute/AssurancePlatform/compare/v0.3.1...v0.3.2) (2026-01-19)
15+
16+
### 🐛 Bug Fixes
17+
18+
* exclude api/cron from auth middleware ([b5f64f7](https://github.com/alan-turing-institute/AssurancePlatform/commit/b5f64f79b6e9841bf1ff21a7c103d146133d1cff))
19+
20+
## [0.3.1](https://github.com/alan-turing-institute/AssurancePlatform/compare/v0.3.0...v0.3.1) (2026-01-19)
21+
22+
### 🐛 Bug Fixes
23+
24+
* also install dotenv for prisma.config.ts ([0a8dd0d](https://github.com/alan-turing-institute/AssurancePlatform/commit/0a8dd0dd84feeca8e3af446b5071ce7961af6999))
25+
* copy all Prisma v7 packages from pnpm store ([e0491f2](https://github.com/alan-turing-institute/AssurancePlatform/commit/e0491f2633482d0c495dc59be3e4a71107f443ff))
26+
* copy Prisma from builder stage for correct user permissions ([b4a728d](https://github.com/alan-turing-institute/AssurancePlatform/commit/b4a728df9c1be264a9662665f68fe8efe85b555f))
27+
* dereference pnpm symlinks for Prisma CLI in Docker ([cc0389c](https://github.com/alan-turing-institute/AssurancePlatform/commit/cc0389cd9b38d528fb06a90150514e72598f5575))
28+
* grant tea_app permissions after database reset ([e1b4893](https://github.com/alan-turing-institute/AssurancePlatform/commit/e1b4893b2b2d270baabb55ae576a9f1ecfb2d4b2))
29+
* include @prisma/engines in runtime Prisma CLI ([926cac8](https://github.com/alan-turing-institute/AssurancePlatform/commit/926cac88672c7db0b36f3d672af8cf79961b288f))
30+
* increase Node.js memory limit for Docker build ([6a429b5](https://github.com/alan-turing-institute/AssurancePlatform/commit/6a429b5ac88fd65e4362f16331b300a67ccb04e4))
31+
* install Prisma in isolated directory to avoid npm conflicts ([0ecca5a](https://github.com/alan-turing-institute/AssurancePlatform/commit/0ecca5a560aff80d524c811b79af97a373126b56))
32+
* install Prisma to /opt/prisma to avoid node_modules conflicts ([330f684](https://github.com/alan-turing-institute/AssurancePlatform/commit/330f684311f149a959472d53e2fab5245dfe77ed))
33+
* install Prisma with npm in runner stage ([b056e8c](https://github.com/alan-turing-institute/AssurancePlatform/commit/b056e8cccbaf5fb8711a995eb46739ea817a5ace))
34+
* set NODE_PATH for prisma to find dotenv ([ddb3b92](https://github.com/alan-turing-institute/AssurancePlatform/commit/ddb3b92baacbcbf7440f89a991738022ba6239ec))
35+
36+
### 🔧 CI/CD
37+
38+
* ignore beads/docs changes in seed workflow ([da087bd](https://github.com/alan-turing-institute/AssurancePlatform/commit/da087bd2d34a9478630b5d01e3e3c10cde830661))
39+
* use GitHub secret for seed user password ([b666b33](https://github.com/alan-turing-institute/AssurancePlatform/commit/b666b3345bbe00b497892e915c51c58225259f60))
40+
1441
## [0.3.0](https://github.com/alan-turing-institute/AssurancePlatform/compare/v0.2.0...v0.3.0) (2026-01-18)
1542

1643
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tea-platform-frontend",
3-
"version": "0.3.0",
3+
"version": "0.3.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

0 commit comments

Comments
 (0)