v1.1.0
September 8, 2026
v1.1.0
September 8, 2026
Dashboard charts, hardened uploads, docs on the main domain
Org and admin dashboards gain charts, kit docs move onto saasprokit.com, and uploads and seat limits are enforced on the write path. Existing clones have breaking package, import, and route changes.
- The web app's package name is now "web", not "app". pnpm --filter app <cmd> -> pnpm --filter web <cmd>
- POST /api/upload is removed. Use the server action instead.
- GET /api/user/activity is removed.
- @repo/logger imports must move to @repo/logger/log.
- @repo/storage no longer has a root export; use ./server, ./keys or ./constants.