v0.6.2
puckeditor/puckv0.6.2Sep 7, 2023by chrisvxd
AI Summary
This release focuses on fixing critical bugs within the generated application, specifically addressing issues related to homepage access, caching, and build-time API calls.
Key Highlights
- Fixes 404 errors on the homepage in generated apps
- Prevents unnecessary API calls when building the generated app
- Resolves cache busting issues upon publish
- Corrects TypeScript type issues in generated app code
Full Release Notes
### Bug Fixes * bust cache in generated app on publish ([6e1c8ed](https://github.com/measuredco/puck/commit/6e1c8ed9df1be9634e49d18edc8c42c7ebf6e864)) * don't 404 on homepage in generated app ([8fd7b3b](https://github.com/measuredco/puck/commit/8fd7b3b38a046776f69105e25f86a622b5e41c40)) * don't call API when building generated app ([8041fc1](https://github.com/measuredco/puck/commit/8041fc1da598f61b4c30c711d8233466c8643099)) * fix type issues in generated app ([b16e98e](https://github.com/measuredco/puck/commit/b16e98e15407678524d904211ecc74230b205018))