Skip to content

v20250824-revert-to-working-state

Choose a tag to compare

@MrCoder MrCoder released this 24 Aug 07:24
· 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 addition
  • 0129f1c - GitHub Actions pnpm migration
  • 175c0df - 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."