Skip to content

Commit

Permalink
chore(release): bump package version(s) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 14, 2023
1 parent 06a7149 commit 8e771a2
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 14 deletions.
1 change: 1 addition & 0 deletions packages/adapter-fauna/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
4 changes: 2 additions & 2 deletions packages/adapter-fauna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth/fauna-adapter",
"version": "0.0.0",
"version": "1.0.0",
"description": "Fauna Adapter for Auth.js",
"homepage": "https://authjs.dev",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down Expand Up @@ -59,4 +59,4 @@
"jest": {
"preset": "@next-auth/adapter-test/jest"
}
}
}
1 change: 1 addition & 0 deletions packages/adapter-firebase/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
4 changes: 2 additions & 2 deletions packages/adapter-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth/firebase-adapter",
"version": "0.0.0",
"version": "1.0.0",
"description": "Firebase adapter for Auth.js",
"homepage": "https://authjs.dev",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down Expand Up @@ -54,4 +54,4 @@
"firebase-tools": "^11.16.1",
"jest": "^29.3.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/adapter-neo4j/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth/neo4j-adapter",
"version": "0.0.0",
"version": "1.0.0",
"description": "neo4j adapter for Auth.js",
"homepage": "https://authjs.dev",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down Expand Up @@ -56,4 +56,4 @@
"jest": {
"preset": "@next-auth/adapter-test/jest"
}
}
}
4 changes: 2 additions & 2 deletions packages/adapter-pouchdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth/pouchdb-adapter",
"version": "0.0.0",
"version": "1.0.0",
"description": "PouchDB adapter for next-auth.",
"homepage": "https://authjs.dev",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down Expand Up @@ -56,4 +56,4 @@
"jest": {
"preset": "@next-auth/adapter-test/jest"
}
}
}
4 changes: 2 additions & 2 deletions packages/adapter-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth/sequelize-adapter",
"version": "0.0.0",
"version": "1.0.0",
"description": "Sequelize adapter for Auth.js",
"homepage": "https://authjs.dev",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down Expand Up @@ -51,4 +51,4 @@
"jest": {
"preset": "@next-auth/adapter-test/jest"
}
}
}
1 change: 1 addition & 0 deletions packages/adapter-supabase/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
4 changes: 2 additions & 2 deletions packages/adapter-supabase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth/supabase-adapter",
"version": "0.0.0",
"version": "0.1.0",
"description": "Supabase adapter for Auth.js",
"homepage": "https://authjs.dev",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down Expand Up @@ -50,4 +50,4 @@
"jest": {
"preset": "@next-auth/adapter-test/jest"
}
}
}
1 change: 1 addition & 0 deletions packages/adapter-xata/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
4 changes: 2 additions & 2 deletions packages/adapter-xata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth/xata-adapter",
"version": "0.0.0",
"version": "0.1.0",
"description": "Xata adapter for Auth.js",
"homepage": "https://authjs.dev",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down Expand Up @@ -52,4 +52,4 @@
"jest": {
"preset": "@next-auth/adapter-test/jest"
}
}
}

1 comment on commit 8e771a2

@vercel
Copy link

@vercel vercel bot commented on 8e771a2 Jun 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.