Skip to content

Releases: notum-cz/strapi-next-monorepo-starter

v3.1.1

16 Feb 12:59

Choose a tag to compare

3.1.1 (2026-02-16)

Bug Fixes

  • strapi: bump version for security reasons (#241)

v3.1.0

13 Feb 14:40
913782b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

🎉 v3.0.0 - First Official Release

02 Feb 18:46

Choose a tag to compare

We're excited to announce v3.0.0, the first officially versioned release of the Strapi Next Monorepo Starter!

📢 A Note to Our Community

We apologize for not having proper versioning in place from the beginning. We recognize how important semantic versioning and clear release notes are for managing dependencies and planning upgrades. Starting today, we're committing to proper semantic versioning with every future release.

✨ What's New in v3

This is a major release that includes:

  • pnpm – Migration from yarn to pnpm workspaces (breaking change)
  • Next.js v16 – Updated the ui app to Next.js v16, upgraded next-intl to v4 and refreshed other dependencies
  • Improved TypeScript support – Introduced the @repo/strapi-types package with isolated Strapi API type definitions
  • QA workflow – Added qa.yml to run Playwright E2E and Axe accessibility tests in GitHub Actions
  • Static build improvements – Added debug logs for generateStaticParams and the build process
  • Dockerfiles – Updated Dockerfiles based on the latest Turborepo recommendations
  • Environment variables – Added helper read functions and support for a “build once, deploy many times” approach
  • Optimized Heroku buildpacks – Added support for Turbo Prune for Monorepo and Next.js Standalone Slim

What's Changed

Full Changelog: https://github.com/notum-cz/strapi-next-monorepo-starter/commits/v3.0.0