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]
  • Loading branch information
nextauth committed Aug 17, 2021
1 parent 048de08 commit fae5c50
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/firebase/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.

## [0.1.3](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/firebase-adapter

## [0.1.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/firebase-adapter
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/firebase-adapter",
"version": "0.1.2",
"version": "0.1.3",
"description": "Firebase 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/pouchdb/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.

## [0.1.3](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/pouchdb-adapter

## [0.1.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/pouchdb-adapter
Expand Down
2 changes: 1 addition & 1 deletion packages/pouchdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/pouchdb-adapter",
"version": "0.1.2",
"version": "0.1.3",
"description": "PouchDB 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-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.

## [0.1.2](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-legacy-adapter

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

**Note:** Version bump only for package @next-auth/prisma-legacy-adapter
2 changes: 1 addition & 1 deletion packages/prisma-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@next-auth/prisma-legacy-adapter",
"repository": "https://github.com/nextauthjs/adapters",
"version": "0.1.1",
"version": "0.1.2",
"description": "Prisma (legacy) adapter for next-auth.",
"keywords": [
"next-auth",
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.

## [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

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

### Bug Fixes
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": "0.5.3",
"version": "0.5.4",
"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/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.

## [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

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

**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": "0.1.3",
"version": "0.1.4",
"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 fae5c50

Please sign in to comment.