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.0.0...v2.0.0) (2024-04-12)

### Bug Fixes

* fix error with react types not being installed during production build ([e6447f6](e6447f6))
* **pnpm:** fix package.json and lockfile mismatch ([d18e722](d18e722))

### Features

* **repo:** converted the repo into a turborepo ([2b07e62](2b07e62))

### BREAKING CHANGES

* **repo:** CI scripts will not work. CI and Vercel need to be configured to run with the new
code.
  • Loading branch information
semantic-release-bot committed Apr 12, 2024
1 parent 728f0fd commit 13e0f38
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 13e0f38

Please sign in to comment.