From 13e0f38b48ffd1c3d15b38ba40883cf1f09ed560 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Apr 2024 21:24:32 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/rikhall1515/nextjs-project-template/compare/v1.0.0...v2.0.0) (2024-04-12) ### Bug Fixes * fix error with react types not being installed during production build ([e6447f6](https://github.com/rikhall1515/nextjs-project-template/commit/e6447f6e8c09ffcaca8f61a2bdbbcd195002c806)) * **pnpm:** fix package.json and lockfile mismatch ([d18e722](https://github.com/rikhall1515/nextjs-project-template/commit/d18e7225b964d6fc6ea36f8200286e7b07afe453)) ### Features * **repo:** converted the repo into a turborepo ([2b07e62](https://github.com/rikhall1515/nextjs-project-template/commit/2b07e6244a0e95d4d8494231fa3914d90d340974)) ### BREAKING CHANGES * **repo:** CI scripts will not work. CI and Vercel need to be configured to run with the new code. --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1194b..a782036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [2.0.0](https://github.com/rikhall1515/nextjs-project-template/compare/v1.0.0...v2.0.0) (2024-04-12) + + +### Bug Fixes + +* fix error with react types not being installed during production build ([e6447f6](https://github.com/rikhall1515/nextjs-project-template/commit/e6447f6e8c09ffcaca8f61a2bdbbcd195002c806)) +* **pnpm:** fix package.json and lockfile mismatch ([d18e722](https://github.com/rikhall1515/nextjs-project-template/commit/d18e7225b964d6fc6ea36f8200286e7b07afe453)) + + +### Features + +* **repo:** converted the repo into a turborepo ([2b07e62](https://github.com/rikhall1515/nextjs-project-template/commit/2b07e6244a0e95d4d8494231fa3914d90d340974)) + + +### BREAKING CHANGES + +* **repo:** CI scripts will not work. CI and Vercel need to be configured to run with the new +code. + # 1.0.0 (2024-04-09) ### Bug Fixes diff --git a/package.json b/package.json index d3cc6f0..f08e8b0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "engines": { "node": "v20" }, - "version": "1.0.0", + "version": "2.0.0", "private": true, "scripts": { "dev": "cross-env NODE_NO_WARNINGS=1 next dev",