Skip to content

Commit

Permalink
Merge pull request #50 from Dannyisadog/release/0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
Dannyisadog authored Aug 30, 2024
2 parents e6ec073 + f8f6d4b commit e222613
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.3.0](https://github.com/Dannyisadog/nextjs-authjs-template/compare/v0.2.0...v0.3.0) (2024-08-30)


### Features

* **api:** add update user avatar api ([a2a1113](https://github.com/Dannyisadog/nextjs-authjs-template/commit/a2a1113c2aeb303b56f0ca5d98c2d62f62dd6e82))
* **auth:** add prisma adapter ([705adc9](https://github.com/Dannyisadog/nextjs-authjs-template/commit/705adc9e05bd569c92b9e0c67f194334f510f2ef))
* **component:** add upload avatar dialog ([872ab3e](https://github.com/Dannyisadog/nextjs-authjs-template/commit/872ab3ea9effb8c5d551635f64a582b6810d2864))
* **component:** add upload user avatar dialog in user avatar ([da79164](https://github.com/Dannyisadog/nextjs-authjs-template/commit/da79164237dfb95a6196b24514f58681ec51de47))
* **component:** get users from provider ([76e9361](https://github.com/Dannyisadog/nextjs-authjs-template/commit/76e93618e8644f571fb40811a39e04a62b6db8e2))
* **hook:** add useDisclosure hook ([3d373e9](https://github.com/Dannyisadog/nextjs-authjs-template/commit/3d373e9d4e155656f6f96a794c80715945298933))
* **middleware:** remove middleware for auth.js bug ([276c1f1](https://github.com/Dannyisadog/nextjs-authjs-template/commit/276c1f15c016dca7dd5badb871d49aca00b211bd))
* **package:** add prisma adapter package ([dcb91ab](https://github.com/Dannyisadog/nextjs-authjs-template/commit/dcb91abadd4fd6e41dd00c2a5de1ac3e41356e3a))
* **package:** update prisma & add vercel/blob package ([0f06435](https://github.com/Dannyisadog/nextjs-authjs-template/commit/0f064359acfa035d890586426c60a4f131a3b4e3))
* **prisma:** add & update schemas and migrations ([abeda08](https://github.com/Dannyisadog/nextjs-authjs-template/commit/abeda081232e6cd332d41f00e5c7ef918e09a1de))
* **provider:** add global provider ([68da421](https://github.com/Dannyisadog/nextjs-authjs-template/commit/68da4210c995e5976788a6f829bb52c74c6250fd))
* **repository:** add update function in user repository ([0f538f1](https://github.com/Dannyisadog/nextjs-authjs-template/commit/0f538f1ca1da12b8d694256e391d791dcc86d349))

## 0.1.0 (2024-08-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-google-authjs-example",
"version": "0.1.0",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit e222613

Please sign in to comment.