- Updated Next.js and @next/third-parties dependencies in package.json files across apps/docs and apps/website.
- Adjusted pnpm-lock.yaml to reflect the new versions and ensure compatibility.
- Enhanced the website's sitemap by adding new URLs for pricing and changelog.
- Introduced a new API route for fetching GitHub releases, improving the changelog page functionality.
- Updated the changelog page to dynamically display release information fetched from the new API.
- Enhanced the footer and header components to include links to the changelog and pricing pages.
- Introduced a new script to fix OpenAPI schema issues, including adding a missing Authorization security scheme and addressing empty response schemas.
- Updated the build process to run this script before generating documentation, ensuring a more robust and accurate OpenAPI specification.