Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit 31181b1

Browse files
committed
chore(release): create release [skip ci]
- @next-auth/[email protected] - @next-auth/[email protected]
1 parent d33dfb0 commit 31181b1

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

packages/prisma/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.3](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-07-11)
7+
8+
### Bug Fixes
9+
10+
- **prisma:** remove spread profile object ([#166](https://github.com/nextauthjs/adapters/issues/166)) ([d33dfb0](https://github.com/nextauthjs/adapters/commit/d33dfb0ea20667004831e5ac41e718008f233025))
11+
612
## [0.5.2](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-07-02)
713

814
**Note:** Version bump only for package @next-auth/prisma-adapter

packages/prisma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/prisma-adapter",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Prisma adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/adapters",

packages/typeorm-legacy/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-07-11)
7+
8+
**Note:** Version bump only for package @next-auth/typeorm-legacy-adapter
9+
610
## [0.1.2](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-07-02)
711

812
**Note:** Version bump only for package @next-auth/typeorm-legacy-adapter

packages/typeorm-legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/typeorm-legacy-adapter",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "TypeORM (legacy) adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/adapters",

0 commit comments

Comments
 (0)