Home

>

Tools

>

Strapi

>

Releases

>

4.10.1

Strapi Release: 4.10.1

Tag Name: v4.10.1

Release Date: 4/26/2023

Strapi LogoStrapi

Open-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.

TL;DR

Strapi v4.10.1 is a bug fix release that addresses a critical issue in v4.10.0 which prevented applications from running yarn build. This patch ensures that build commands work properly again, allowing developers to successfully build their Strapi applications.

Highlight of the Release

    • Fixed critical build command issue that prevented yarn build from working in v4.10.0
    • Restored compatibility with standard build workflows

Migration Guide

No migration steps are required for this patch release. Simply update your Strapi version to v4.10.1 to resolve the build command issue.

# Using yarn
yarn upgrade [email protected]

# Using npm
npm install [email protected]

Upgrade Recommendations

If you are currently using Strapi v4.10.0, it is strongly recommended to upgrade to v4.10.1 immediately to resolve the build command issue. This is a critical fix for anyone who needs to build their Strapi application.

For users on versions prior to v4.10.0, you can safely upgrade directly to v4.10.1 to avoid encountering the build command issue present in v4.10.0.

Bug Fixes

Build Command Fix

Fixed a critical issue in v4.10.0 that prevented applications from running yarn build. The bug was related to how build commands were being handled during the npm publish process. This patch ensures that build commands are properly recognized and executed, allowing developers to successfully build their Strapi applications again.

New Features

No new features were introduced in this patch release. This is strictly a bug fix update to address the build command issue in v4.10.0.

Security Updates

No security fixes were included in this patch release. The focus was solely on fixing the critical build command issue.

Performance Improvements

No specific performance improvements were included in this patch release. The focus was solely on fixing the critical build command issue.

Impact Summary

This patch release fixes a critical bug in Strapi v4.10.0 that prevented applications from running yarn build. The issue was related to how build commands were being handled during the npm publish process.

The impact of this bug was significant for developers and deployment processes that rely on building Strapi applications. Without this fix, users on v4.10.0 would be unable to build their applications using standard commands, potentially blocking deployments and development workflows.

This patch release restores the expected functionality without introducing any breaking changes or requiring migration steps. After upgrading to v4.10.1, users should be able to run build commands normally again.

Full Release Notes

🔥 Bug fix

  • v4.10.0 contained a bug that prevented applications from running yarn build

Statistics:

File Changed45
Line Additions267
Line Deletions265
Line Changes532
Total Commits3

User Affected:

  • Can now successfully run build commands (`yarn build`) that were broken in v4.10.0
  • No longer need to use workarounds to build their Strapi applications

Contributors:

alexandrebodin