etouch
Connexion
Retour aux nouveautés
par Théo Daguier

Changelog — June 2, 2026

Added the Colorama product category for studio workflows and pinned pnpm to 10.4.1 across all Dockerfiles to fix Node 20 build failures.

#feature#bugfix

Release

v1.38.1

✨ New Features

  • Colorama Product Category — Introduced COLORAMA as a new StudioProductCategory enum value, enabling studios to create colorama products through the existing product flow. Includes Prisma migration, GraphQL schema update, web/mobile form support, and en/fr/es translations. #659

🐛 Bug Fixes

  • Docker Build — pnpm Compatibility — Pinned pnpm to 10.4.1 across web, API, and docs Dockerfiles. The builder stage was inadvertently pulling pnpm 11.5.1 (via corepack), which crashes on the node:20-slim base image with ERR_UNKNOWN_BUILTIN. The pinned version ensures reliable turbo installs and successful deployments. #660