Skip to content

Commit 4494662

Browse files
Version Packages (#4353)
* Version Packages * make the version 2.1.0 * Update integration-tests/no-suspense/package.json * pnpm lock fix * use latest pnpm version * Revert "use latest pnpm version" This reverts commit 5fab234. * Revert "pnpm lock fix" This reverts commit 690a467. * Revert "make the version 2.1.0" This reverts commit 922e951. * make the version 2.1.0 * pnpm lock fix * fix --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <[email protected]>
1 parent 9a0ba87 commit 4494662

File tree

58 files changed

+783
-1419
lines changed

Some content is hidden

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

58 files changed

+783
-1419
lines changed

.changeset/little-boats-rest.md

-5
This file was deleted.

.changeset/tidy-gorillas-confess.md

-47
This file was deleted.

apps/next13/CHANGELOG.md

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

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d53da39cb]
8+
- Updated dependencies [3b10b13e6]
9+
10+
- @blitzjs/auth@2.1.0
11+
- @blitzjs/next@2.1.0
12+
- @blitzjs/rpc@2.1.0
13+
- @blitzjs/config@2.1.0
14+
315
## 0.1.11
416

517
### 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.11",
3+
"version": "0.1.12",
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.10",
16-
"@blitzjs/config": "2.0.10",
17-
"@blitzjs/next": "2.0.10",
18-
"@blitzjs/rpc": "2.0.10",
15+
"@blitzjs/auth": "2.1.0",
16+
"@blitzjs/config": "2.1.0",
17+
"@blitzjs/next": "2.1.0",
18+
"@blitzjs/rpc": "2.1.0",
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.10",
23+
"blitz": "2.1.0",
2424
"flatted": "3.2.7",
2525
"next": "14.3.0-canary.28",
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.10",
27-
"@blitzjs/config": "2.0.10",
28-
"@blitzjs/next": "2.0.10",
29-
"@blitzjs/rpc": "2.0.10",
26+
"@blitzjs/auth": "2.1.0",
27+
"@blitzjs/config": "2.1.0",
28+
"@blitzjs/next": "2.1.0",
29+
"@blitzjs/rpc": "2.1.0",
3030
"@hookform/error-message": "2.0.0",
3131
"@hookform/resolvers": "2.9.10",
3232
"@prisma/client": "4.6.1",
33-
"blitz": "2.0.10",
33+
"blitz": "2.1.0",
3434
"next": "14.3.0-canary.28",
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.10",
28-
"@blitzjs/config": "2.0.10",
29-
"@blitzjs/next": "2.0.10",
30-
"@blitzjs/rpc": "2.0.10",
27+
"@blitzjs/auth": "2.1.0",
28+
"@blitzjs/config": "2.1.0",
29+
"@blitzjs/next": "2.1.0",
30+
"@blitzjs/rpc": "2.1.0",
3131
"@hookform/error-message": "2.0.0",
3232
"@hookform/resolvers": "2.9.10",
3333
"@prisma/client": "4.6.1",
34-
"blitz": "2.0.10",
34+
"blitz": "2.1.0",
3535
"next": "14.3.0-canary.28",
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.10",
20-
"@blitzjs/config": "2.0.10",
21-
"@blitzjs/next": "2.0.10",
22-
"@blitzjs/rpc": "2.0.10",
19+
"@blitzjs/auth": "2.1.0",
20+
"@blitzjs/config": "2.1.0",
21+
"@blitzjs/next": "2.1.0",
22+
"@blitzjs/rpc": "2.1.0",
2323
"@prisma/client": "4.6.1",
2424
"@types/jest": "29.2.2",
2525
"@types/passport-twitter": "1.0.37",
26-
"blitz": "2.0.10",
26+
"blitz": "2.1.0",
2727
"jest": "29.3.0",
2828
"jest-environment-jsdom": "29.3.0",
2929
"next": "14.3.0-canary.28",

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.10",
21-
"@blitzjs/config": "2.0.10",
22-
"@blitzjs/next": "2.0.10",
23-
"@blitzjs/rpc": "2.0.10",
20+
"@blitzjs/auth": "2.1.0",
21+
"@blitzjs/config": "2.1.0",
22+
"@blitzjs/next": "2.1.0",
23+
"@blitzjs/rpc": "2.1.0",
2424
"@hookform/error-message": "2.0.0",
2525
"@hookform/resolvers": "2.9.10",
2626
"@prisma/client": "4.6.1",
27-
"blitz": "2.0.10",
27+
"blitz": "2.1.0",
2828
"delay": "5.0.0",
2929
"next": "14.3.0-canary.28",
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.10",
21-
"@blitzjs/config": "2.0.10",
22-
"@blitzjs/next": "2.0.10",
20+
"@blitzjs/auth": "2.1.0",
21+
"@blitzjs/config": "2.1.0",
22+
"@blitzjs/next": "2.1.0",
2323
"@prisma/client": "4.6.1",
24-
"blitz": "2.0.10",
24+
"blitz": "2.1.0",
2525
"lowdb": "3.0.0",
2626
"next": "14.3.0-canary.28",
2727
"prisma": "4.6.1",

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

+6-6
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.10",
20-
"@blitzjs/next": "2.0.10",
21-
"@blitzjs/rpc": "2.0.10",
19+
"@blitzjs/auth": "2.1.0",
20+
"@blitzjs/next": "2.1.0",
21+
"@blitzjs/rpc": "2.1.0",
2222
"@prisma/client": "4.6.1",
23-
"blitz": "2.0.10",
24-
"lowdb": "3.0.0",
23+
"blitz": "2.1.0",
24+
"lowdb": "2.1.0",
2525
"next": "14.3.0-canary.28",
2626
"prisma": "4.6.1",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0"
2929
},
3030
"devDependencies": {
31-
"@blitzjs/config": "2.0.10",
31+
"@blitzjs/config": "2.1.0",
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.10",
15-
"@blitzjs/next": "2.0.10",
16-
"@blitzjs/rpc": "2.0.10",
17-
"blitz": "2.0.10",
14+
"@blitzjs/config": "2.1.0",
15+
"@blitzjs/next": "2.1.0",
16+
"@blitzjs/rpc": "2.1.0",
17+
"blitz": "2.1.0",
1818
"next": "14.3.0-canary.28",
1919
"react": "18.2.0",
2020
"react-dom": "18.2.0"

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"prisma:studio": "prisma studio"
1818
},
1919
"dependencies": {
20-
"@blitzjs/auth": "2.0.10",
21-
"@blitzjs/config": "2.0.10",
22-
"@blitzjs/next": "2.0.10",
23-
"@blitzjs/rpc": "2.0.10",
20+
"@blitzjs/auth": "2.1.0",
21+
"@blitzjs/config": "2.1.0",
22+
"@blitzjs/next": "2.1.0",
23+
"@blitzjs/rpc": "2.1.0",
2424
"@prisma/client": "4.6.1",
25-
"blitz": "2.0.10",
26-
"lowdb": "3.0.0",
25+
"blitz": "2.1.0",
26+
"lowdb": "2.1.0",
2727
"next": "14.3.0-canary.28",
2828
"prisma": "4.6.1",
2929
"react": "18.2.0",

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.10",
20-
"@blitzjs/next": "2.0.10",
21-
"@blitzjs/rpc": "2.0.10",
19+
"@blitzjs/auth": "2.1.0",
20+
"@blitzjs/next": "2.1.0",
21+
"@blitzjs/rpc": "2.1.0",
2222
"@prisma/client": "4.6.1",
23-
"blitz": "2.0.10",
23+
"blitz": "2.1.0",
2424
"lowdb": "3.0.0",
2525
"next": "14.3.0-canary.28",
2626
"prisma": "4.6.1",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0"
2929
},
3030
"devDependencies": {
31-
"@blitzjs/config": "2.0.10",
31+
"@blitzjs/config": "2.1.0",
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.10",
12-
"@blitzjs/config": "2.0.10",
13-
"@blitzjs/next": "2.0.10",
14-
"@blitzjs/rpc": "2.0.10",
11+
"@blitzjs/auth": "2.1.0",
12+
"@blitzjs/config": "2.1.0",
13+
"@blitzjs/next": "2.1.0",
14+
"@blitzjs/rpc": "2.1.0",
1515
"@prisma/client": "4.6.1",
1616
"@tanstack/react-query": "4.0.10",
17-
"blitz": "2.0.10",
17+
"blitz": "2.1.0",
1818
"next": "14.3.0-canary.28",
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.10",
20-
"@blitzjs/rpc": "2.0.10",
19+
"@blitzjs/next": "2.1.0",
20+
"@blitzjs/rpc": "2.1.0",
2121
"@prisma/client": "4.6.1",
22-
"blitz": "2.0.10",
22+
"blitz": "2.1.0",
2323
"lowdb": "3.0.0",
2424
"next": "14.3.0-canary.28",
2525
"prisma": "4.6.1",
2626
"react": "18.2.0",
2727
"react-dom": "18.2.0"
2828
},
2929
"devDependencies": {
30-
"@blitzjs/config": "2.0.10",
30+
"@blitzjs/config": "2.1.0",
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.10",
11-
"@blitzjs/next": "2.0.10",
12-
"@blitzjs/rpc": "2.0.10",
13-
"blitz": "2.0.10",
10+
"@blitzjs/config": "2.1.0",
11+
"@blitzjs/next": "2.1.0",
12+
"@blitzjs/rpc": "2.1.0",
13+
"blitz": "2.1.0",
1414
"next": "14.3.0-canary.28",
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.10",
11-
"@blitzjs/next": "2.0.10",
12-
"@blitzjs/rpc": "2.0.10",
13-
"blitz": "2.0.10",
10+
"@blitzjs/config": "2.1.0",
11+
"@blitzjs/next": "2.1.0",
12+
"@blitzjs/rpc": "2.1.0",
13+
"blitz": "2.1.0",
1414
"next": "14.3.0-canary.28",
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.10",
20-
"@blitzjs/next": "2.0.10",
21-
"@blitzjs/rpc": "2.0.10",
19+
"@blitzjs/auth": "2.1.0",
20+
"@blitzjs/next": "2.1.0",
21+
"@blitzjs/rpc": "2.1.0",
2222
"@prisma/client": "4.6.1",
23-
"blitz": "2.0.10",
23+
"blitz": "2.1.0",
2424
"lowdb": "3.0.0",
2525
"next": "14.3.0-canary.28",
2626
"prisma": "4.6.1",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0"
2929
},
3030
"devDependencies": {
31-
"@blitzjs/config": "2.0.10",
31+
"@blitzjs/config": "2.1.0",
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.10",
7-
"@blitzjs/next": "workspace:2.0.10",
8-
"@blitzjs/rpc": "workspace:2.0.10",
6+
"@blitzjs/config": "workspace:2.1.0",
7+
"@blitzjs/next": "workspace:2.1.0",
8+
"@blitzjs/rpc": "workspace:2.1.0",
99
"@tanstack/react-query": "4.13.0",
1010
"@testing-library/react": "13.4.0",
1111
"@types/express": "4.17.13",

0 commit comments

Comments
 (0)