Skip to content

Commit

Permalink
Version Packages (#4327)
Browse files Browse the repository at this point in the history
* Version Packages

* update pnpm lock

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
  • Loading branch information
3 people committed Apr 17, 2024
1 parent 5e61a16 commit 6e8eeb1
Show file tree
Hide file tree
Showing 57 changed files with 291 additions and 243 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-deers-sin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-masks-drop.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/next13/CHANGELOG.md
@@ -1,5 +1,17 @@
# next-blitz-auth

## 0.1.9

### Patch Changes

- Updated dependencies [5e61a1681]
- Updated dependencies [77555468f]
- @blitzjs/next@2.0.8
- blitz@2.0.8
- @blitzjs/auth@2.0.8
- @blitzjs/rpc@2.0.8
- @blitzjs/config@2.0.8

## 0.1.8

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions apps/next13/package.json
@@ -1,6 +1,6 @@
{
"name": "next-blitz-auth",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"scripts": {
"blitz:dev": "next dev",
Expand All @@ -12,15 +12,15 @@
"schema": "prisma/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "2.0.7",
"@blitzjs/config": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"@blitzjs/auth": "2.0.8",
"@blitzjs/config": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"@hookform/error-message": "2.0.0",
"@hookform/resolvers": "2.9.10",
"@prisma/client": "^4.5.0",
"@tanstack/react-query": "4.0.10",
"blitz": "2.0.7",
"blitz": "2.0.8",
"flatted": "3.2.7",
"next": "canary",
"prisma": "^4.5.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/toolkit-app-passportjs/package.json
Expand Up @@ -23,14 +23,14 @@
]
},
"dependencies": {
"@blitzjs/auth": "2.0.7",
"@blitzjs/config": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"@blitzjs/auth": "2.0.8",
"@blitzjs/config": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"@hookform/error-message": "2.0.0",
"@hookform/resolvers": "2.9.10",
"@prisma/client": "4.6.1",
"blitz": "2.0.7",
"blitz": "2.0.8",
"next": "canary",
"openid-client": "5.2.1",
"prisma": "4.6.1",
Expand Down
10 changes: 5 additions & 5 deletions apps/toolkit-app/package.json
Expand Up @@ -24,14 +24,14 @@
]
},
"dependencies": {
"@blitzjs/auth": "2.0.7",
"@blitzjs/config": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"@blitzjs/auth": "2.0.8",
"@blitzjs/config": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"@hookform/error-message": "2.0.0",
"@hookform/resolvers": "2.9.10",
"@prisma/client": "4.6.1",
"blitz": "2.0.7",
"blitz": "2.0.8",
"next": "canary",
"next-auth": "4.18.7",
"prisma": "4.6.1",
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Expand Up @@ -16,14 +16,14 @@
"schema": "./db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "2.0.7",
"@blitzjs/config": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"@blitzjs/auth": "2.0.8",
"@blitzjs/config": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"@prisma/client": "4.6.1",
"@types/jest": "29.2.2",
"@types/passport-twitter": "1.0.37",
"blitz": "2.0.7",
"blitz": "2.0.8",
"jest": "29.3.0",
"jest-environment-jsdom": "29.3.0",
"next": "canary",
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/auth-with-rpc/package.json
Expand Up @@ -17,14 +17,14 @@
"prisma:studio": "prisma studio"
},
"dependencies": {
"@blitzjs/auth": "2.0.7",
"@blitzjs/config": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"@blitzjs/auth": "2.0.8",
"@blitzjs/config": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"@hookform/error-message": "2.0.0",
"@hookform/resolvers": "2.9.10",
"@prisma/client": "4.6.1",
"blitz": "2.0.7",
"blitz": "2.0.8",
"delay": "5.0.0",
"next": "canary",
"prisma": "4.6.1",
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/auth/package.json
Expand Up @@ -17,11 +17,11 @@
"prisma:studio": "prisma studio"
},
"dependencies": {
"@blitzjs/auth": "2.0.7",
"@blitzjs/config": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/auth": "2.0.8",
"@blitzjs/config": "2.0.8",
"@blitzjs/next": "2.0.8",
"@prisma/client": "4.6.1",
"blitz": "2.0.7",
"blitz": "2.0.8",
"lowdb": "3.0.0",
"next": "canary",
"prisma": "4.6.1",
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/get-initial-props/package.json
Expand Up @@ -16,19 +16,19 @@
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"@blitzjs/auth": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"@prisma/client": "4.6.1",
"blitz": "2.0.7",
"blitz": "2.0.8",
"lowdb": "3.0.0",
"next": "canary",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@blitzjs/config": "2.0.7",
"@blitzjs/config": "2.0.8",
"@next/bundle-analyzer": "12.0.8",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/middleware/package.json
Expand Up @@ -11,10 +11,10 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"dependencies": {
"@blitzjs/config": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"blitz": "2.0.7",
"@blitzjs/config": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"blitz": "2.0.8",
"next": "canary",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/next-13-app-dir/package.json
Expand Up @@ -17,12 +17,12 @@
"prisma:studio": "prisma studio"
},
"dependencies": {
"@blitzjs/auth": "2.0.7",
"@blitzjs/config": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"@blitzjs/auth": "2.0.8",
"@blitzjs/config": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"@prisma/client": "4.6.1",
"blitz": "2.0.7",
"blitz": "2.0.8",
"lowdb": "3.0.0",
"next": "canary",
"prisma": "4.6.1",
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/no-suspense/package.json
Expand Up @@ -16,19 +16,19 @@
"prisma:studio": "prisma studio"
},
"dependencies": {
"@blitzjs/auth": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"@blitzjs/auth": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"@prisma/client": "4.6.1",
"blitz": "2.0.7",
"blitz": "2.0.8",
"lowdb": "3.0.0",
"next": "canary",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@blitzjs/config": "2.0.7",
"@blitzjs/config": "2.0.8",
"@next/bundle-analyzer": "12.0.8",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/qm/package.json
Expand Up @@ -8,13 +8,13 @@
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"dependencies": {
"@blitzjs/auth": "2.0.7",
"@blitzjs/config": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"@blitzjs/auth": "2.0.8",
"@blitzjs/config": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"@prisma/client": "4.6.1",
"@tanstack/react-query": "4.0.10",
"blitz": "2.0.7",
"blitz": "2.0.8",
"next": "canary",
"prisma": "4.6.1",
"react": "18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/react-query-utils/package.json
Expand Up @@ -16,18 +16,18 @@
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"@prisma/client": "4.6.1",
"blitz": "2.0.7",
"blitz": "2.0.8",
"lowdb": "3.0.0",
"next": "canary",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@blitzjs/config": "2.0.7",
"@blitzjs/config": "2.0.8",
"@next/bundle-analyzer": "12.0.8",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/rpc-path-root/package.json
Expand Up @@ -7,10 +7,10 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"dependencies": {
"@blitzjs/config": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"blitz": "2.0.7",
"@blitzjs/config": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"blitz": "2.0.8",
"next": "canary",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/rpc/package.json
Expand Up @@ -7,10 +7,10 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"dependencies": {
"@blitzjs/config": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"blitz": "2.0.7",
"@blitzjs/config": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"blitz": "2.0.8",
"next": "canary",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/trailing-slash/package.json
Expand Up @@ -16,19 +16,19 @@
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "2.0.7",
"@blitzjs/next": "2.0.7",
"@blitzjs/rpc": "2.0.7",
"@blitzjs/auth": "2.0.8",
"@blitzjs/next": "2.0.8",
"@blitzjs/rpc": "2.0.8",
"@prisma/client": "4.6.1",
"blitz": "2.0.7",
"blitz": "2.0.8",
"lowdb": "3.0.0",
"next": "canary",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@blitzjs/config": "2.0.7",
"@blitzjs/config": "2.0.8",
"@next/bundle-analyzer": "12.0.8",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/utils/package.json
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@blitzjs/config": "workspace:2.0.7",
"@blitzjs/next": "workspace:2.0.7",
"@blitzjs/rpc": "workspace:2.0.7",
"@blitzjs/config": "workspace:2.0.8",
"@blitzjs/next": "workspace:2.0.8",
"@blitzjs/rpc": "workspace:2.0.8",
"@tanstack/react-query": "4.13.0",
"@testing-library/react": "13.4.0",
"@types/express": "4.17.13",
Expand Down
9 changes: 9 additions & 0 deletions packages/blitz-auth/CHANGELOG.md
@@ -1,5 +1,14 @@
# @blitzjs/auth

## 2.0.8

### Patch Changes

- 77555468f: fix: add missing host while initialising the next-auth adapter
- Updated dependencies [5e61a1681]
- Updated dependencies [77555468f]
- blitz@2.0.8

## 2.0.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/blitz-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/auth",
"version": "2.0.7",
"version": "2.0.8",
"homepage": "https://blitzjs.com/",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"url": "0.11.0"
},
"peerDependencies": {
"blitz": "2.0.7",
"blitz": "2.0.8",
"next": "*",
"next-auth": "*",
"secure-password": "4.0.0"
Expand All @@ -67,15 +67,15 @@
}
},
"devDependencies": {
"@blitzjs/config": "2.0.7",
"@blitzjs/config": "2.0.8",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "8.0.1",
"@types/cookie": "0.4.1",
"@types/debug": "4.1.7",
"@types/jsonwebtoken": "8.5.8",
"@types/react": "18.0.25",
"@types/react-dom": "17.0.14",
"blitz": "2.0.7",
"blitz": "2.0.8",
"next": "canary",
"next-auth": "4.18.7",
"react": "18.2.0",
Expand Down

0 comments on commit 6e8eeb1

Please sign in to comment.