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

Commit

Permalink
chore(release): create release [skip ci]
Browse files Browse the repository at this point in the history
 - @next-auth/[email protected]
 - @next-auth/[email protected]
 - @next-auth/[email protected]
 - @next-auth/[email protected]
 - @next-auth/[email protected]
 - @next-auth/[email protected]
 - @next-auth/[email protected]
 - @next-auth/[email protected]
 - @next-auth/[email protected]
  • Loading branch information
nextauth committed Dec 6, 2021
1 parent e132bfc commit 87c9490
Show file tree
Hide file tree
Showing 18 changed files with 65 additions and 13 deletions.
8 changes: 8 additions & 0 deletions packages/dgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-12-06)

**Note:** Version bump only for package @next-auth/dgraph-adapter
6 changes: 3 additions & 3 deletions packages/dgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/dgraph-adapter",
"version": "1.0.1",
"version": "1.0.2",
"description": "Dgraph adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/adapters",
Expand Down Expand Up @@ -30,8 +30,8 @@
"test": "./tests/test.sh"
},
"peerDependencies": {
"next-auth": "^4.0.1",
"jsonwebtoken": "^8.5.1"
"jsonwebtoken": "^8.5.1",
"next-auth": "^4.0.1"
},
"devDependencies": {
"@types/jest": "^26.0.24",
Expand Down
4 changes: 4 additions & 0 deletions packages/dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-12-06)

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

## [0.4.2](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-07-02)

**Note:** Version bump only for package @next-auth/dynamodb-adapter
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@next-auth/dynamodb-adapter",
"repository": "https://github.com/nextauthjs/adapters",
"version": "1.0.0",
"version": "1.0.1",
"description": "AWS DynamoDB adapter for next-auth.",
"keywords": [
"next-auth",
Expand Down
4 changes: 4 additions & 0 deletions packages/fauna/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-12-06)

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

## [0.2.4](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-10-27)

### Reverts
Expand Down
2 changes: 1 addition & 1 deletion packages/fauna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/fauna-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fauna Adapter for NextAuth",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/adapters",
Expand Down
8 changes: 8 additions & 0 deletions packages/mikro-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-12-06)

**Note:** Version bump only for package @next-auth/mikro-orm-adapter
6 changes: 3 additions & 3 deletions packages/mikro-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/mikro-orm-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "MikroORM adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/adapters",
Expand Down Expand Up @@ -32,8 +32,8 @@
"dist"
],
"peerDependencies": {
"next-auth": "^4.0.1",
"@mikro-orm/core": ">5 || 5.0.0-dev.527 - 5.0.0-dev.x"
"@mikro-orm/core": ">5 || 5.0.0-dev.527 - 5.0.0-dev.x",
"next-auth": "^4.0.1"
},
"devDependencies": {
"@mikro-orm/core": "^5.0.0-dev.527",
Expand Down
8 changes: 8 additions & 0 deletions packages/mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-12-06)

**Note:** Version bump only for package @next-auth/mongodb-adapter
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/mongodb-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "mongoDB adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/adapters",
Expand Down
8 changes: 8 additions & 0 deletions packages/neo4j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-12-06)

**Note:** Version bump only for package @next-auth/neo4j-adapter
2 changes: 1 addition & 1 deletion packages/neo4j/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/neo4j-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "neo4j adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/adapters",
Expand Down
4 changes: 4 additions & 0 deletions packages/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-12-06)

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

## [0.5.4](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-08-17)

**Note:** Version bump only for package @next-auth/prisma-adapter
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/prisma-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Prisma adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/adapters",
Expand Down
4 changes: 4 additions & 0 deletions packages/sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-12-06)

**Note:** Version bump only for package @next-auth/sequelize-adapter
2 changes: 1 addition & 1 deletion packages/sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/sequelize-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Sequelize adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/adapters",
Expand Down
4 changes: 4 additions & 0 deletions packages/typeorm-legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-12-06)

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

## [0.1.4](https://github.com/nextauthjs/adapters/compare/@next-auth/[email protected]...@next-auth/[email protected]) (2021-08-17)

**Note:** Version bump only for package @next-auth/typeorm-legacy-adapter
Expand Down
2 changes: 1 addition & 1 deletion packages/typeorm-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/typeorm-legacy-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeORM (legacy) adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/adapters",
Expand Down

0 comments on commit 87c9490

Please sign in to comment.