fix tailwind v4 content detection v0.6.10
-(templates): add @source directives to styles.css for Tailwind v4 content detection -(templates): ensures app/, src/, components/ directories are scanned for classes -(fix): resolves issue where classes in app/page.tsx weren't being styled
upgrade all templates to tailwind v4 and vite 7 v0.6.9
fix tailwind v4 css syntax in template v0.6.8
-(template): update styles.css to use @import "tailwindcss" instead of v3 @tailwind directives
fetch latest vite-plugin-tana from npm v0.4.2
-(cli): new website command now dynamically fetches latest vite-plugin-tana version -(cli): eliminates hardcoded version that could drift
use wildcard versions for te deps v0.6.7
-(tana-engine): optionalDependencies now use "" for te- packages -(tana-engine): removes version sync from release workflow -(tana-engine): npm will always install latest te binaries on fresh install
use wildcard versions for tana-edge deps v0.5.7
-(vite-plugin-tana): optionalDependencies now use "*" for tana-edge packages -(vite-plugin-tana): removes need for pre-push hook version syncing -(vite-plugin-tana): npm will always install latest tana-edge on fresh install
fix pre-push hook: remove non-existent linux-arm64 package
fix tana-edge dependency version, use projectRoot v0.5.6
-(vite-plugin-tana): update tana-edge optionalDeps from ^0.3.6 to ^0.4.5 to get streaming SSR fixes -(vite-plugin-tana): fix scanRoutes to use projectRoot instead of root for correct manifest output -(vite-plugin-tana): remove non-existent linux-arm64 optional dependency
fix: bundle CLI and API docs for Cloudflare Workers deployment
-(landing): Fixed 404 errors on CLI and API doc pages in Cloudflare Workers deployment -(landing): Created bundle-cli.ts and bundle-api.ts scripts to pre-bundle documentation -(landing): Updated lib/cli.ts and lib/api.ts to read from bundled JSON instead of filesystem -(landing): Added bundle:cli and bundle:api to build pipeline -(landing): All CLI/API pages now return 200 status codes in production
remove Windows support from release workflow v0.6.7
-(release): remove build-windows-x64 and publish-windows-x64 jobs -(npm/te): remove @tananetwork/te-windows-x64 from optionalDependencies