Skip to content

Commit

Permalink
chore(release): 1.3.0-rec.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0-rec.1](v1.2.0...v1.3.0-rec.1) (2023-09-26)

### Bug Fixes

* ba ([d34b4b6](d34b4b6))
* build ([b7a67e8](b7a67e8))
* build ([d3b88ba](d3b88ba))
* build ([a0421f6](a0421f6))
* **deps:** update dependency @radix-ui/react-dropdown-menu to v2.0.6 ([0ff11bd](0ff11bd))
* **deps:** update dependency @radix-ui/react-tooltip to v1.0.7 ([e4f42a5](e4f42a5))
* **deps:** update dependency @semantic-release/npm to v11 ([a1ce1d8](a1ce1d8))
* **deps:** update dependency @testing-library/user-event to v14.5.1 ([721d620](721d620))
* **deps:** update dependency cron to v2.4.4 ([7505e71](7505e71))
* **deps:** update dependency lucide-react to ^0.279.0 ([3d4bf36](3d4bf36))
* **deps:** update dependency react-hook-form to v7.46.2 ([1338400](1338400))
* **deps:** update dependency sharp to v0.32.6 ([1d440e7](1d440e7))
* **deps:** update nextjs monorepo to v13.5.3 ([b238783](b238783))
* **deps:** update prisma monorepo to v5.3.1 ([d2164ae](d2164ae))
* **deps:** update semantic-release monorepo ([4eeb7d4](4eeb7d4))
* **deps:** update trpc monorepo to v10.38.4 ([20b40f0](20b40f0))
* mail sending ([7b5898b](7b5898b))
* merge ([71459a7](71459a7))
* runtime ([e5d1b8d](e5d1b8d))
* siwtch env ([1dea734](1dea734))
* switch locale ([4a1040c](4a1040c))

### Features

* bun ([a4da8af](a4da8af))
* db init on project init ([bc56568](bc56568))
* dynamic email verified ([cd1e8e9](cd1e8e9))
* ensure project initialized ([5824a8b](5824a8b))
* help arrow login demo ([ce456bd](ce456bd))
* logins redirect ([6724b02](6724b02))
* max per page ([e86ff38](e86ff38))
* prisma init ([00c0e29](00c0e29))
* react editor ([8023900](8023900))
* remove session on logout ([1b63df1](1b63df1))
* rest client in dev container ([29e8e55](29e8e55))
* save locale to cookies ([edc8e7e](edc8e7e))
* sharp ([ac04603](ac04603))
  • Loading branch information
semantic-release-bot committed Sep 26, 2023
1 parent 6dae286 commit 9ad6309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-boilerplate",
"version": "1.1.0-rec.1",
"version": "1.3.0-rec.1",
"private": true,
"scripts": {
"init": "cd scripts && bun i && bun run init && cd .. && bunx prisma migrate dev && bun run seed",
Expand Down

0 comments on commit 9ad6309

Please sign in to comment.