Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.8.0...v2.0.0) (2024-12-29) ### Bug Fixes * **components:** update images, adjust layout, and improve text semantics across various components ([2830762](2830762)) * **config files:** after switching to bun, breaking changes were introduced ([5132cfb](5132cfb)) * **config files:** switch from commonjs configuration files to es modules files ([4642a14](4642a14)) * **dependencies:** update package versions for compatibility and stability ([81b4987](81b4987)) ### Features * **codebase:** major upgrade: code refactor, app router migration, seo and metadata, landing page ([f639838](f639838)) * **services:** add new service pages and update existing components for better structure and content ([27148b5](27148b5)) ### BREAKING CHANGES * **config files:** Switch to bun package manager and runtime needed to change tailwind and postcss config files to be renamed to .cjs (commonjs) * **codebase:** Lots of code from boilerplates has been reviewed, and proper code changes for complete migration from next.js pages router to app router has been completed. Complete refactor of the codebase. Project package manager has been switched from pnpm to bun after bun v.1.1.1 Windows support release. Seo and metadata have been updated to latest next.js 14 features and recommendations
- Loading branch information