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

Commit 87c9490

Browse files
committed
chore(release): create release [skip ci]
- @next-auth/dgraph-adapter@1.0.2 - @next-auth/dynamodb-adapter@1.0.1 - @next-auth/fauna-adapter@1.0.1 - @next-auth/mikro-orm-adapter@1.0.1 - @next-auth/mongodb-adapter@1.0.1 - @next-auth/neo4j-adapter@1.0.1 - @next-auth/prisma-adapter@1.0.1 - @next-auth/sequelize-adapter@1.0.1 - @next-auth/typeorm-legacy-adapter@1.0.1
1 parent e132bfc commit 87c9490

18 files changed

Lines changed: 65 additions & 13 deletions

File tree

packages/dgraph/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.2](https://github.com/nextauthjs/adapters/compare/@next-auth/dgraph-adapter@1.0.1...@next-auth/dgraph-adapter@1.0.2) (2021-12-06)
7+
8+
**Note:** Version bump only for package @next-auth/dgraph-adapter

packages/dgraph/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/dgraph-adapter",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Dgraph adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/adapters",
@@ -30,8 +30,8 @@
3030
"test": "./tests/test.sh"
3131
},
3232
"peerDependencies": {
33-
"next-auth": "^4.0.1",
34-
"jsonwebtoken": "^8.5.1"
33+
"jsonwebtoken": "^8.5.1",
34+
"next-auth": "^4.0.1"
3535
},
3636
"devDependencies": {
3737
"@types/jest": "^26.0.24",

packages/dynamodb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/dynamodb-adapter@1.0.0...@next-auth/dynamodb-adapter@1.0.1) (2021-12-06)
7+
8+
**Note:** Version bump only for package @next-auth/dynamodb-adapter
9+
610
## [0.4.2](https://github.com/nextauthjs/adapters/compare/@next-auth/dynamodb-adapter@0.4.1...@next-auth/dynamodb-adapter@0.4.2) (2021-07-02)
711

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

packages/dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next-auth/dynamodb-adapter",
33
"repository": "https://github.com/nextauthjs/adapters",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "AWS DynamoDB adapter for next-auth.",
66
"keywords": [
77
"next-auth",

packages/fauna/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/fauna-adapter@1.0.0...@next-auth/fauna-adapter@1.0.1) (2021-12-06)
7+
8+
**Note:** Version bump only for package @next-auth/fauna-adapter
9+
610
## [0.2.4](https://github.com/nextauthjs/adapters/compare/@next-auth/fauna-adapter@0.2.3...@next-auth/fauna-adapter@0.2.4) (2021-10-27)
711

812
### Reverts

packages/fauna/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/fauna-adapter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Fauna Adapter for NextAuth",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/adapters",

packages/mikro-orm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/mikro-orm-adapter@1.0.0...@next-auth/mikro-orm-adapter@1.0.1) (2021-12-06)
7+
8+
**Note:** Version bump only for package @next-auth/mikro-orm-adapter

packages/mikro-orm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/mikro-orm-adapter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "MikroORM adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/adapters",
@@ -32,8 +32,8 @@
3232
"dist"
3333
],
3434
"peerDependencies": {
35-
"next-auth": "^4.0.1",
36-
"@mikro-orm/core": ">5 || 5.0.0-dev.527 - 5.0.0-dev.x"
35+
"@mikro-orm/core": ">5 || 5.0.0-dev.527 - 5.0.0-dev.x",
36+
"next-auth": "^4.0.1"
3737
},
3838
"devDependencies": {
3939
"@mikro-orm/core": "^5.0.0-dev.527",

packages/mongodb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/mongodb-adapter@1.0.0...@next-auth/mongodb-adapter@1.0.1) (2021-12-06)
7+
8+
**Note:** Version bump only for package @next-auth/mongodb-adapter

packages/mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/mongodb-adapter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "mongoDB adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/adapters",

0 commit comments

Comments
 (0)