v20250824-revert-to-working-state
·
28 commits
to master
since this release
π Revert to Last Working State
This release restores the codebase to the last known working CI/CD state by reverting problematic changes.
β What This Release Does
- Reverts to commit 8d8d48d equivalent: Last successful CI/CD run (v20250824-fontname-fix)
- Restores yarn workflows: GitHub Actions back to working yarn-based configuration
- Removes problematic changes: Eliminates pnpm migration that caused build failures
- Ensures stable deployments: Returns to proven, working build process
π Reverted Changes
- β Removed pnpm migration from GitHub Actions workflows
- β Removed pnpm-lock.yaml files that caused lockfile conflicts
- β Reverted chunk optimization that wasn't essential for core functionality
- β Restored original yarn-based build pipeline
π Commits Reverted
972e818- pnpm-lock.yaml addition0129f1c- GitHub Actions pnpm migration175c0df- chunk optimization changes
π― Expected Outcome
- β CI/CD should pass successfully
- β Firebase Functions deployment should work
- β All build warnings from original fixes (icon paths, fontname templates) remain resolved
- β Stable production deployments restored
This release prioritizes system stability and working deployments over optimization features."