Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Dec 29, 2024
1 parent 3b62f46 commit 8354eb4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,33 @@ recommendations
* **services:** add new service pages and update existing components for better structure and content ([27148b5](https://github.com/jordanlepera/liva/commit/27148b531cc885baa53648426a0b337b73a820b1))


### 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

# [2.0.0](https://github.com/jordanlepera/liva/compare/v1.8.0...v2.0.0) (2024-12-29)


### Bug Fixes

* **components:** update images, adjust layout, and improve text semantics across various components ([2830762](https://github.com/jordanlepera/liva/commit/28307629fa6afdfe71ae50aedd587d6d8720938d))
* **config files:** after switching to bun, breaking changes were introduced ([5132cfb](https://github.com/jordanlepera/liva/commit/5132cfb5ee2350ccabbc49ad72990ba742a0e50c))
* **config files:** switch from commonjs configuration files to es modules files ([4642a14](https://github.com/jordanlepera/liva/commit/4642a14dfee686acfab31253ecb344d13b90207c))
* **dependencies:** update package versions for compatibility and stability ([81b4987](https://github.com/jordanlepera/liva/commit/81b4987e1bac5cf4ed96cfaf8529b2f2e7dadae7))


### Features

* **codebase:** major upgrade: code refactor, app router migration, seo and metadata, landing page ([f639838](https://github.com/jordanlepera/liva/commit/f63983821cdfd7578e56292425285f35038b2347))
* **services:** add new service pages and update existing components for better structure and content ([27148b5](https://github.com/jordanlepera/liva/commit/27148b531cc885baa53648426a0b337b73a820b1))


### BREAKING CHANGES

* **config files:** Switch to bun package manager and runtime needed to change tailwind and postcss
Expand Down

0 comments on commit 8354eb4

Please sign in to comment.