🔥 Bug fix
- v4.10.0 contained a bug that prevented applications from running
yarn build
Tag Name: v4.10.1
Release Date: 4/26/2023
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
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.
yarn build from working in v4.10.0No 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]
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.
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.
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.
No security fixes were included in this patch release. The focus was solely on fixing the critical build command issue.
No specific performance improvements were included in this patch release. The focus was solely on fixing the critical build command issue.
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.
yarn build