Skip to content

Commit 3193bde

Browse files
Version Packages (#4346)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 318e974 commit 3193bde

File tree

55 files changed

+174
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+174
-127
lines changed

.changeset/warm-scissors-juggle.md

-6
This file was deleted.

apps/next13/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# next-blitz-auth
22

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [318e9740d]
8+
- @blitzjs/auth@2.0.10
9+
10+
- @blitzjs/rpc@2.0.10
11+
- @blitzjs/next@2.0.10
12+
- @blitzjs/config@2.0.10
13+
314
## 0.1.10
415

516
### Patch Changes

apps/next13/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-blitz-auth",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": true,
55
"scripts": {
66
"blitz:dev": "next dev",
@@ -12,15 +12,15 @@
1212
"schema": "prisma/schema.prisma"
1313
},
1414
"dependencies": {
15-
"@blitzjs/auth": "2.0.9",
16-
"@blitzjs/config": "2.0.9",
17-
"@blitzjs/next": "2.0.9",
18-
"@blitzjs/rpc": "2.0.9",
15+
"@blitzjs/auth": "2.0.10",
16+
"@blitzjs/config": "2.0.10",
17+
"@blitzjs/next": "2.0.10",
18+
"@blitzjs/rpc": "2.0.10",
1919
"@hookform/error-message": "2.0.0",
2020
"@hookform/resolvers": "2.9.10",
2121
"@prisma/client": "^4.5.0",
2222
"@tanstack/react-query": "4.0.10",
23-
"blitz": "2.0.9",
23+
"blitz": "2.0.10",
2424
"flatted": "3.2.7",
2525
"next": "canary",
2626
"prisma": "^4.5.0",

apps/toolkit-app-passportjs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
]
2424
},
2525
"dependencies": {
26-
"@blitzjs/auth": "2.0.9",
27-
"@blitzjs/config": "2.0.9",
28-
"@blitzjs/next": "2.0.9",
29-
"@blitzjs/rpc": "2.0.9",
26+
"@blitzjs/auth": "2.0.10",
27+
"@blitzjs/config": "2.0.10",
28+
"@blitzjs/next": "2.0.10",
29+
"@blitzjs/rpc": "2.0.10",
3030
"@hookform/error-message": "2.0.0",
3131
"@hookform/resolvers": "2.9.10",
3232
"@prisma/client": "4.6.1",
33-
"blitz": "2.0.9",
33+
"blitz": "2.0.10",
3434
"next": "canary",
3535
"openid-client": "5.2.1",
3636
"prisma": "4.6.1",

apps/toolkit-app/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@blitzjs/auth": "2.0.9",
28-
"@blitzjs/config": "2.0.9",
29-
"@blitzjs/next": "2.0.9",
30-
"@blitzjs/rpc": "2.0.9",
27+
"@blitzjs/auth": "2.0.10",
28+
"@blitzjs/config": "2.0.10",
29+
"@blitzjs/next": "2.0.10",
30+
"@blitzjs/rpc": "2.0.10",
3131
"@hookform/error-message": "2.0.0",
3232
"@hookform/resolvers": "2.9.10",
3333
"@prisma/client": "4.6.1",
34-
"blitz": "2.0.9",
34+
"blitz": "2.0.10",
3535
"next": "canary",
3636
"next-auth": "4.24.7",
3737
"prisma": "4.6.1",

apps/web/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"schema": "./db/schema.prisma"
1717
},
1818
"dependencies": {
19-
"@blitzjs/auth": "2.0.9",
20-
"@blitzjs/config": "2.0.9",
21-
"@blitzjs/next": "2.0.9",
22-
"@blitzjs/rpc": "2.0.9",
19+
"@blitzjs/auth": "2.0.10",
20+
"@blitzjs/config": "2.0.10",
21+
"@blitzjs/next": "2.0.10",
22+
"@blitzjs/rpc": "2.0.10",
2323
"@prisma/client": "4.6.1",
2424
"@types/jest": "29.2.2",
2525
"@types/passport-twitter": "1.0.37",
26-
"blitz": "2.0.9",
26+
"blitz": "2.0.10",
2727
"jest": "29.3.0",
2828
"jest-environment-jsdom": "29.3.0",
2929
"next": "canary",

integration-tests/auth-with-rpc/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"prisma:studio": "prisma studio"
1818
},
1919
"dependencies": {
20-
"@blitzjs/auth": "2.0.9",
21-
"@blitzjs/config": "2.0.9",
22-
"@blitzjs/next": "2.0.9",
23-
"@blitzjs/rpc": "2.0.9",
20+
"@blitzjs/auth": "2.0.10",
21+
"@blitzjs/config": "2.0.10",
22+
"@blitzjs/next": "2.0.10",
23+
"@blitzjs/rpc": "2.0.10",
2424
"@hookform/error-message": "2.0.0",
2525
"@hookform/resolvers": "2.9.10",
2626
"@prisma/client": "4.6.1",
27-
"blitz": "2.0.9",
27+
"blitz": "2.0.10",
2828
"delay": "5.0.0",
2929
"next": "canary",
3030
"prisma": "4.6.1",

integration-tests/auth/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"prisma:studio": "prisma studio"
1818
},
1919
"dependencies": {
20-
"@blitzjs/auth": "2.0.9",
21-
"@blitzjs/config": "2.0.9",
22-
"@blitzjs/next": "2.0.9",
20+
"@blitzjs/auth": "2.0.10",
21+
"@blitzjs/config": "2.0.10",
22+
"@blitzjs/next": "2.0.10",
2323
"@prisma/client": "4.6.1",
24-
"blitz": "2.0.9",
24+
"blitz": "2.0.10",
2525
"lowdb": "3.0.0",
2626
"next": "canary",
2727
"prisma": "4.6.1",

integration-tests/get-initial-props/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"schema": "db/schema.prisma"
1717
},
1818
"dependencies": {
19-
"@blitzjs/auth": "2.0.9",
20-
"@blitzjs/next": "2.0.9",
21-
"@blitzjs/rpc": "2.0.9",
19+
"@blitzjs/auth": "2.0.10",
20+
"@blitzjs/next": "2.0.10",
21+
"@blitzjs/rpc": "2.0.10",
2222
"@prisma/client": "4.6.1",
23-
"blitz": "2.0.9",
23+
"blitz": "2.0.10",
2424
"lowdb": "3.0.0",
2525
"next": "canary",
2626
"prisma": "4.6.1",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0"
2929
},
3030
"devDependencies": {
31-
"@blitzjs/config": "2.0.9",
31+
"@blitzjs/config": "2.0.10",
3232
"@next/bundle-analyzer": "12.0.8",
3333
"@types/express": "4.17.13",
3434
"@types/fs-extra": "9.0.13",

integration-tests/middleware/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
1212
},
1313
"dependencies": {
14-
"@blitzjs/config": "2.0.9",
15-
"@blitzjs/next": "2.0.9",
16-
"@blitzjs/rpc": "2.0.9",
17-
"blitz": "2.0.9",
14+
"@blitzjs/config": "2.0.10",
15+
"@blitzjs/next": "2.0.10",
16+
"@blitzjs/rpc": "2.0.10",
17+
"blitz": "2.0.10",
1818
"next": "canary",
1919
"react": "18.2.0",
2020
"react-dom": "18.2.0"

integration-tests/next-13-app-dir/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"prisma:studio": "prisma studio"
1818
},
1919
"dependencies": {
20-
"@blitzjs/auth": "2.0.9",
21-
"@blitzjs/config": "2.0.9",
22-
"@blitzjs/next": "2.0.9",
23-
"@blitzjs/rpc": "2.0.9",
20+
"@blitzjs/auth": "2.0.10",
21+
"@blitzjs/config": "2.0.10",
22+
"@blitzjs/next": "2.0.10",
23+
"@blitzjs/rpc": "2.0.10",
2424
"@prisma/client": "4.6.1",
25-
"blitz": "2.0.9",
25+
"blitz": "2.0.10",
2626
"lowdb": "3.0.0",
2727
"next": "canary",
2828
"prisma": "4.6.1",

integration-tests/no-suspense/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"prisma:studio": "prisma studio"
1717
},
1818
"dependencies": {
19-
"@blitzjs/auth": "2.0.9",
20-
"@blitzjs/next": "2.0.9",
21-
"@blitzjs/rpc": "2.0.9",
19+
"@blitzjs/auth": "2.0.10",
20+
"@blitzjs/next": "2.0.10",
21+
"@blitzjs/rpc": "2.0.10",
2222
"@prisma/client": "4.6.1",
23-
"blitz": "2.0.9",
23+
"blitz": "2.0.10",
2424
"lowdb": "3.0.0",
2525
"next": "canary",
2626
"prisma": "4.6.1",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0"
2929
},
3030
"devDependencies": {
31-
"@blitzjs/config": "2.0.9",
31+
"@blitzjs/config": "2.0.10",
3232
"@next/bundle-analyzer": "12.0.8",
3333
"@types/express": "4.17.13",
3434
"@types/fs-extra": "9.0.13",

integration-tests/qm/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"clean": "rm -rf .turbo && rm -rf node_modules"
99
},
1010
"dependencies": {
11-
"@blitzjs/auth": "2.0.9",
12-
"@blitzjs/config": "2.0.9",
13-
"@blitzjs/next": "2.0.9",
14-
"@blitzjs/rpc": "2.0.9",
11+
"@blitzjs/auth": "2.0.10",
12+
"@blitzjs/config": "2.0.10",
13+
"@blitzjs/next": "2.0.10",
14+
"@blitzjs/rpc": "2.0.10",
1515
"@prisma/client": "4.6.1",
1616
"@tanstack/react-query": "4.0.10",
17-
"blitz": "2.0.9",
17+
"blitz": "2.0.10",
1818
"next": "canary",
1919
"prisma": "4.6.1",
2020
"react": "18.2.0",

integration-tests/react-query-utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"schema": "db/schema.prisma"
1717
},
1818
"dependencies": {
19-
"@blitzjs/next": "2.0.9",
20-
"@blitzjs/rpc": "2.0.9",
19+
"@blitzjs/next": "2.0.10",
20+
"@blitzjs/rpc": "2.0.10",
2121
"@prisma/client": "4.6.1",
22-
"blitz": "2.0.9",
22+
"blitz": "2.0.10",
2323
"lowdb": "3.0.0",
2424
"next": "canary",
2525
"prisma": "4.6.1",
2626
"react": "18.2.0",
2727
"react-dom": "18.2.0"
2828
},
2929
"devDependencies": {
30-
"@blitzjs/config": "2.0.9",
30+
"@blitzjs/config": "2.0.10",
3131
"@next/bundle-analyzer": "12.0.8",
3232
"@types/express": "4.17.13",
3333
"@types/fs-extra": "9.0.13",

integration-tests/rpc-path-root/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
88
},
99
"dependencies": {
10-
"@blitzjs/config": "2.0.9",
11-
"@blitzjs/next": "2.0.9",
12-
"@blitzjs/rpc": "2.0.9",
13-
"blitz": "2.0.9",
10+
"@blitzjs/config": "2.0.10",
11+
"@blitzjs/next": "2.0.10",
12+
"@blitzjs/rpc": "2.0.10",
13+
"blitz": "2.0.10",
1414
"next": "canary",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0"

integration-tests/rpc/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
88
},
99
"dependencies": {
10-
"@blitzjs/config": "2.0.9",
11-
"@blitzjs/next": "2.0.9",
12-
"@blitzjs/rpc": "2.0.9",
13-
"blitz": "2.0.9",
10+
"@blitzjs/config": "2.0.10",
11+
"@blitzjs/next": "2.0.10",
12+
"@blitzjs/rpc": "2.0.10",
13+
"blitz": "2.0.10",
1414
"next": "canary",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0"

integration-tests/trailing-slash/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"schema": "db/schema.prisma"
1717
},
1818
"dependencies": {
19-
"@blitzjs/auth": "2.0.9",
20-
"@blitzjs/next": "2.0.9",
21-
"@blitzjs/rpc": "2.0.9",
19+
"@blitzjs/auth": "2.0.10",
20+
"@blitzjs/next": "2.0.10",
21+
"@blitzjs/rpc": "2.0.10",
2222
"@prisma/client": "4.6.1",
23-
"blitz": "2.0.9",
23+
"blitz": "2.0.10",
2424
"lowdb": "3.0.0",
2525
"next": "canary",
2626
"prisma": "4.6.1",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0"
2929
},
3030
"devDependencies": {
31-
"@blitzjs/config": "2.0.9",
31+
"@blitzjs/config": "2.0.10",
3232
"@next/bundle-analyzer": "12.0.8",
3333
"@types/express": "4.17.13",
3434
"@types/fs-extra": "9.0.13",

integration-tests/utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.0",
44
"private": true,
55
"devDependencies": {
6-
"@blitzjs/config": "workspace:2.0.9",
7-
"@blitzjs/next": "workspace:2.0.9",
8-
"@blitzjs/rpc": "workspace:2.0.9",
6+
"@blitzjs/config": "workspace:2.0.10",
7+
"@blitzjs/next": "workspace:2.0.10",
8+
"@blitzjs/rpc": "workspace:2.0.10",
99
"@tanstack/react-query": "4.13.0",
1010
"@testing-library/react": "13.4.0",
1111
"@types/express": "4.17.13",

packages/blitz-auth/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @blitzjs/auth
22

3+
## 2.0.10
4+
5+
### Patch Changes
6+
7+
- 318e9740d: feat: support next-auth version 4.24.7
8+
- Updated dependencies [318e9740d]
9+
10+
311
## 2.0.9
412

513
### Patch Changes

packages/blitz-auth/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blitzjs/auth",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"homepage": "https://blitzjs.com/",
55
"repository": {
66
"type": "git",
@@ -50,7 +50,7 @@
5050
"url": "0.11.0"
5151
},
5252
"peerDependencies": {
53-
"blitz": "2.0.9",
53+
"blitz": "2.0.10",
5454
"next": "*",
5555
"next-auth": "*",
5656
"secure-password": "4.0.0"
@@ -67,15 +67,15 @@
6767
}
6868
},
6969
"devDependencies": {
70-
"@blitzjs/config": "2.0.9",
70+
"@blitzjs/config": "2.0.10",
7171
"@testing-library/react": "13.4.0",
7272
"@testing-library/react-hooks": "8.0.1",
7373
"@types/cookie": "0.4.1",
7474
"@types/debug": "4.1.7",
7575
"@types/jsonwebtoken": "8.5.8",
7676
"@types/react": "18.0.25",
7777
"@types/react-dom": "17.0.14",
78-
"blitz": "2.0.9",
78+
"blitz": "2.0.10",
7979
"next": "canary",
8080
"next-auth": "4.24.7",
8181
"react": "18.2.0",

0 commit comments

Comments
 (0)