diff --git a/.changeset/few-kiwis-breathe.md b/.changeset/few-kiwis-breathe.md deleted file mode 100644 index 9c977a4211..0000000000 --- a/.changeset/few-kiwis-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"blitz": patch ---- - -Fixed incorrect terminal message after creating a new Blitz project to use the correct command (`npm run dev` or `yarn dev`). diff --git a/.changeset/wild-news-shop.md b/.changeset/wild-news-shop.md deleted file mode 100644 index a25ca8d9f4..0000000000 --- a/.changeset/wild-news-shop.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@blitzjs/auth": minor -"@blitzjs/next": minor -"@blitzjs/rpc": minor -"blitz": minor ---- - -chore: support next.js 15 diff --git a/apps/next13/CHANGELOG.md b/apps/next13/CHANGELOG.md index 85d9b45a44..17a47f129e 100644 --- a/apps/next13/CHANGELOG.md +++ b/apps/next13/CHANGELOG.md @@ -1,5 +1,17 @@ # next-blitz-auth +## 0.1.17 + +### Patch Changes + +- Updated dependencies [565db3c5a] +- Updated dependencies [3fa3a4ef3] + - blitz@2.2.0 + - @blitzjs/auth@3.0.0 + - @blitzjs/next@3.0.0 + - @blitzjs/rpc@3.0.0 + - @blitzjs/config@3.0.0 + ## 0.1.16 ### Patch Changes diff --git a/apps/next13/package.json b/apps/next13/package.json index 091214a7e2..f2c4acd8df 100644 --- a/apps/next13/package.json +++ b/apps/next13/package.json @@ -1,6 +1,6 @@ { "name": "next-blitz-auth", - "version": "0.1.16", + "version": "0.1.17", "private": true, "scripts": { "blitz:dev": "next dev", @@ -12,15 +12,15 @@ "schema": "prisma/schema.prisma" }, "dependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/config": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/config": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", "@hookform/error-message": "2.0.0", "@hookform/resolvers": "2.9.10", "@prisma/client": "^4.5.0", "@tanstack/react-query": "4.0.10", - "blitz": "2.1.4", + "blitz": "2.2.0", "flatted": "3.2.7", "next": "15.0.1", "prisma": "^4.5.0", diff --git a/apps/toolkit-app-passportjs/package.json b/apps/toolkit-app-passportjs/package.json index 6391831907..ecc3413da6 100644 --- a/apps/toolkit-app-passportjs/package.json +++ b/apps/toolkit-app-passportjs/package.json @@ -23,14 +23,14 @@ ] }, "dependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/config": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/config": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", "@hookform/error-message": "2.0.0", "@hookform/resolvers": "2.9.10", "@prisma/client": "6.1.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "next": "15.0.1", "openid-client": "5.2.1", "prisma": "6.1.0", diff --git a/apps/toolkit-app/package.json b/apps/toolkit-app/package.json index e2a4d8b6a9..4ecde7fded 100644 --- a/apps/toolkit-app/package.json +++ b/apps/toolkit-app/package.json @@ -24,14 +24,14 @@ ] }, "dependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/config": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/config": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", "@hookform/error-message": "2.0.0", "@hookform/resolvers": "2.9.10", "@prisma/client": "6.1.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "next": "15.0.1", "next-auth": "4.24.7", "prisma": "6.1.0", diff --git a/apps/web/package.json b/apps/web/package.json index 10dd7523cd..97a6471afb 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -16,14 +16,14 @@ "schema": "./db/schema.prisma" }, "dependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/config": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/config": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", "@prisma/client": "6.1.0", "@types/jest": "29.2.2", "@types/passport-twitter": "1.0.37", - "blitz": "2.1.4", + "blitz": "2.2.0", "jest": "29.3.0", "jest-environment-jsdom": "29.3.0", "next": "15.0.1", diff --git a/integration-tests/auth-with-rpc/package.json b/integration-tests/auth-with-rpc/package.json index 83a3580bf6..a82b0fdb6f 100644 --- a/integration-tests/auth-with-rpc/package.json +++ b/integration-tests/auth-with-rpc/package.json @@ -17,14 +17,14 @@ "prisma:studio": "prisma studio" }, "dependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/config": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/config": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", "@hookform/error-message": "2.0.0", "@hookform/resolvers": "2.9.10", "@prisma/client": "6.1.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "delay": "5.0.0", "next": "15.0.1", "prisma": "6.1.0", diff --git a/integration-tests/auth/package.json b/integration-tests/auth/package.json index 52894580a4..f251cfb828 100644 --- a/integration-tests/auth/package.json +++ b/integration-tests/auth/package.json @@ -17,11 +17,11 @@ "prisma:studio": "prisma studio" }, "dependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/config": "2.1.4", - "@blitzjs/next": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/config": "3.0.0", + "@blitzjs/next": "3.0.0", "@prisma/client": "6.1.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "lowdb": "3.0.0", "next": "15.0.1", "prisma": "6.1.0", diff --git a/integration-tests/get-initial-props/package.json b/integration-tests/get-initial-props/package.json index 3cca741a9c..9d7da48350 100644 --- a/integration-tests/get-initial-props/package.json +++ b/integration-tests/get-initial-props/package.json @@ -16,11 +16,11 @@ "schema": "db/schema.prisma" }, "dependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", "@prisma/client": "6.1.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "lowdb": "2.1.0", "next": "15.0.1", "prisma": "6.1.0", @@ -28,7 +28,7 @@ "react-dom": "19.0.0" }, "devDependencies": { - "@blitzjs/config": "2.1.4", + "@blitzjs/config": "3.0.0", "@next/bundle-analyzer": "12.0.8", "@types/express": "4.17.13", "@types/fs-extra": "9.0.13", diff --git a/integration-tests/middleware/package.json b/integration-tests/middleware/package.json index 18d1b14781..e0cb6162fa 100644 --- a/integration-tests/middleware/package.json +++ b/integration-tests/middleware/package.json @@ -11,10 +11,10 @@ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next" }, "dependencies": { - "@blitzjs/config": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", - "blitz": "2.1.4", + "@blitzjs/config": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", + "blitz": "2.2.0", "next": "15.0.1", "react": "19.0.0", "react-dom": "19.0.0" diff --git a/integration-tests/next-13-app-dir/package.json b/integration-tests/next-13-app-dir/package.json index 72fef09867..b0eb845376 100644 --- a/integration-tests/next-13-app-dir/package.json +++ b/integration-tests/next-13-app-dir/package.json @@ -17,12 +17,12 @@ "prisma:studio": "prisma studio" }, "dependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/config": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/config": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", "@prisma/client": "6.1.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "lowdb": "2.1.0", "next": "15.0.1", "prisma": "6.1.0", diff --git a/integration-tests/no-suspense/package.json b/integration-tests/no-suspense/package.json index ae6e282fe5..5f15d901b3 100644 --- a/integration-tests/no-suspense/package.json +++ b/integration-tests/no-suspense/package.json @@ -16,11 +16,11 @@ "prisma:studio": "prisma studio" }, "dependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", "@prisma/client": "6.1.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "lowdb": "3.0.0", "next": "15.0.1", "prisma": "6.1.0", @@ -28,7 +28,7 @@ "react-dom": "19.0.0" }, "devDependencies": { - "@blitzjs/config": "2.1.4", + "@blitzjs/config": "3.0.0", "@next/bundle-analyzer": "12.0.8", "@types/express": "4.17.13", "@types/fs-extra": "9.0.13", diff --git a/integration-tests/qm/package.json b/integration-tests/qm/package.json index 2e86d46cb1..3bc5b7e422 100644 --- a/integration-tests/qm/package.json +++ b/integration-tests/qm/package.json @@ -8,13 +8,13 @@ "clean": "rm -rf .turbo && rm -rf node_modules" }, "dependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/config": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/config": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", "@prisma/client": "6.1.0", "@tanstack/react-query": "4.0.10", - "blitz": "2.1.4", + "blitz": "2.2.0", "next": "15.0.1", "prisma": "6.1.0", "react": "19.0.0", diff --git a/integration-tests/react-query-utils/package.json b/integration-tests/react-query-utils/package.json index 04b3dca729..3e25eac5d9 100644 --- a/integration-tests/react-query-utils/package.json +++ b/integration-tests/react-query-utils/package.json @@ -16,10 +16,10 @@ "schema": "db/schema.prisma" }, "dependencies": { - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", "@prisma/client": "6.1.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "lowdb": "3.0.0", "next": "15.0.1", "prisma": "6.1.0", @@ -27,7 +27,7 @@ "react-dom": "19.0.0" }, "devDependencies": { - "@blitzjs/config": "2.1.4", + "@blitzjs/config": "3.0.0", "@next/bundle-analyzer": "12.0.8", "@types/express": "4.17.13", "@types/fs-extra": "9.0.13", diff --git a/integration-tests/rpc-path-root/package.json b/integration-tests/rpc-path-root/package.json index fdb33bc5ed..0b1a0e2e55 100644 --- a/integration-tests/rpc-path-root/package.json +++ b/integration-tests/rpc-path-root/package.json @@ -7,10 +7,10 @@ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next" }, "dependencies": { - "@blitzjs/config": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", - "blitz": "2.1.4", + "@blitzjs/config": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", + "blitz": "2.2.0", "next": "15.0.1", "react": "19.0.0", "react-dom": "19.0.0" diff --git a/integration-tests/rpc/package.json b/integration-tests/rpc/package.json index feec5b17ad..00c2851277 100644 --- a/integration-tests/rpc/package.json +++ b/integration-tests/rpc/package.json @@ -7,10 +7,10 @@ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next" }, "dependencies": { - "@blitzjs/config": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", - "blitz": "2.1.4", + "@blitzjs/config": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", + "blitz": "2.2.0", "next": "15.0.1", "react": "19.0.0", "react-dom": "19.0.0" diff --git a/integration-tests/trailing-slash/package.json b/integration-tests/trailing-slash/package.json index 233e466937..0c10c567cd 100644 --- a/integration-tests/trailing-slash/package.json +++ b/integration-tests/trailing-slash/package.json @@ -16,11 +16,11 @@ "schema": "db/schema.prisma" }, "dependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/next": "2.1.4", - "@blitzjs/rpc": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/next": "3.0.0", + "@blitzjs/rpc": "3.0.0", "@prisma/client": "6.1.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "lowdb": "3.0.0", "next": "15.0.1", "prisma": "6.1.0", @@ -28,7 +28,7 @@ "react-dom": "19.0.0" }, "devDependencies": { - "@blitzjs/config": "2.1.4", + "@blitzjs/config": "3.0.0", "@next/bundle-analyzer": "12.0.8", "@types/express": "4.17.13", "@types/fs-extra": "9.0.13", diff --git a/integration-tests/utils/package.json b/integration-tests/utils/package.json index 9f10c1f403..1654a5f966 100644 --- a/integration-tests/utils/package.json +++ b/integration-tests/utils/package.json @@ -3,9 +3,9 @@ "version": "0.0.0", "private": true, "devDependencies": { - "@blitzjs/config": "workspace:2.1.4", - "@blitzjs/next": "workspace:2.1.4", - "@blitzjs/rpc": "workspace:2.1.4", + "@blitzjs/config": "workspace:3.0.0", + "@blitzjs/next": "workspace:3.0.0", + "@blitzjs/rpc": "workspace:3.0.0", "@tanstack/react-query": "4.13.0", "@testing-library/react": "16.0.1", "@types/express": "4.17.13", diff --git a/packages/blitz-auth/CHANGELOG.md b/packages/blitz-auth/CHANGELOG.md index 4170cfedfb..584b109eed 100644 --- a/packages/blitz-auth/CHANGELOG.md +++ b/packages/blitz-auth/CHANGELOG.md @@ -1,5 +1,17 @@ # @blitzjs/auth +## 3.0.0 + +### Minor Changes + +- 3fa3a4ef3: chore: support next.js 15 + +### Patch Changes + +- Updated dependencies [565db3c5a] +- Updated dependencies [3fa3a4ef3] + - blitz@2.2.0 + ## 2.1.4 ### Patch Changes diff --git a/packages/blitz-auth/package.json b/packages/blitz-auth/package.json index b3a5dde3b2..a9ef1d7026 100644 --- a/packages/blitz-auth/package.json +++ b/packages/blitz-auth/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/auth", - "version": "2.1.4", + "version": "3.0.0", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -50,7 +50,7 @@ "url": "0.11.0" }, "peerDependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "next": "*", "next-auth": "*", "secure-password": "4.0.0" @@ -67,14 +67,14 @@ } }, "devDependencies": { - "@blitzjs/config": "2.1.4", + "@blitzjs/config": "3.0.0", "@testing-library/react": "16.0.1", "@types/cookie": "0.4.1", "@types/debug": "4.1.7", "@types/jsonwebtoken": "8.5.8", "@types/react": "npm:types-react@19.0.0", "@types/react-dom": "npm:types-react-dom@19.0.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "next": "15.0.1", "next-auth": "4.24.7", "react": "19.0.0", diff --git a/packages/blitz-next/CHANGELOG.md b/packages/blitz-next/CHANGELOG.md index 98d06a4fcb..7643f5cc25 100644 --- a/packages/blitz-next/CHANGELOG.md +++ b/packages/blitz-next/CHANGELOG.md @@ -1,5 +1,18 @@ # @blitzjs/next +## 3.0.0 + +### Minor Changes + +- 3fa3a4ef3: chore: support next.js 15 + +### Patch Changes + +- Updated dependencies [565db3c5a] +- Updated dependencies [3fa3a4ef3] + - blitz@2.2.0 + - @blitzjs/rpc@3.0.0 + ## 2.1.4 ### Patch Changes diff --git a/packages/blitz-next/package.json b/packages/blitz-next/package.json index 0167c2c77c..95151912ce 100644 --- a/packages/blitz-next/package.json +++ b/packages/blitz-next/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/next", - "version": "2.1.4", + "version": "3.0.0", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -29,7 +29,7 @@ "eslint.js" ], "dependencies": { - "@blitzjs/rpc": "2.1.4", + "@blitzjs/rpc": "3.0.0", "@types/hoist-non-react-statics": "3.3.1", "copy-webpack-plugin": "11.0.0", "debug": "4.3.3", @@ -39,13 +39,13 @@ "supports-color": "8.1.1" }, "peerDependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "next": "*", "react": "*", "tslog": "4.9.0" }, "devDependencies": { - "@blitzjs/config": "2.1.4", + "@blitzjs/config": "3.0.0", "@testing-library/dom": "8.13.0", "@testing-library/jest-dom": "5.16.3", "@testing-library/react": "16.0.1", @@ -55,7 +55,7 @@ "@types/react": "npm:types-react@19.0.0", "@types/react-dom": "npm:types-react-dom@19.0.0", "@types/testing-library__react-hooks": "4.0.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "cross-spawn": "7.0.3", "find-up": "4.1.0", "next": "15.0.1", diff --git a/packages/blitz-rpc/CHANGELOG.md b/packages/blitz-rpc/CHANGELOG.md index 5f529822f0..fcf9b473f2 100644 --- a/packages/blitz-rpc/CHANGELOG.md +++ b/packages/blitz-rpc/CHANGELOG.md @@ -1,5 +1,17 @@ # @blitzjs/rpc +## 3.0.0 + +### Minor Changes + +- 3fa3a4ef3: chore: support next.js 15 + +### Patch Changes + +- Updated dependencies [565db3c5a] +- Updated dependencies [3fa3a4ef3] + - blitz@2.2.0 + ## 2.1.4 ### Patch Changes diff --git a/packages/blitz-rpc/package.json b/packages/blitz-rpc/package.json index 5243290603..f43527b402 100644 --- a/packages/blitz-rpc/package.json +++ b/packages/blitz-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/rpc", - "version": "2.1.4", + "version": "3.0.0", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -37,18 +37,18 @@ }, "peerDependencies": { "@tanstack/query-core": "4.24.4", - "blitz": "2.1.4", + "blitz": "2.2.0", "next": "*", "react": "*" }, "devDependencies": { - "@blitzjs/auth": "2.1.4", - "@blitzjs/config": "2.1.4", + "@blitzjs/auth": "3.0.0", + "@blitzjs/config": "3.0.0", "@tanstack/query-core": "4.24.4", "@types/debug": "4.1.7", "@types/react": "npm:types-react@19.0.0", "@types/react-dom": "npm:types-react-dom@19.0.0", - "blitz": "2.1.4", + "blitz": "2.2.0", "next": "15.0.1", "react": "19.0.0", "react-dom": "19.0.0", diff --git a/packages/blitz/CHANGELOG.md b/packages/blitz/CHANGELOG.md index 7b19f527f7..1a6b311a29 100644 --- a/packages/blitz/CHANGELOG.md +++ b/packages/blitz/CHANGELOG.md @@ -1,5 +1,16 @@ # blitz +## 2.2.0 + +### Minor Changes + +- 3fa3a4ef3: chore: support next.js 15 + +### Patch Changes + +- 565db3c5a: Fixed incorrect terminal message after creating a new Blitz project to use the correct command (`npm run dev` or `yarn dev`). + - @blitzjs/generator@3.0.0 + ## 2.1.4 ### Patch Changes diff --git a/packages/blitz/package.json b/packages/blitz/package.json index c80f5083fc..f8205e5379 100644 --- a/packages/blitz/package.json +++ b/packages/blitz/package.json @@ -1,6 +1,6 @@ { "name": "blitz", - "version": "2.1.4", + "version": "2.2.0", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -30,7 +30,7 @@ "blitz": "bin/blitz" }, "dependencies": { - "@blitzjs/generator": "2.1.4", + "@blitzjs/generator": "3.0.0", "@mrleebo/prisma-ast": "0.4.1", "@types/global-agent": "2.1.1", "arg": "5.0.1", @@ -80,7 +80,7 @@ "watchpack": "2.1.1" }, "devDependencies": { - "@blitzjs/config": "2.1.4", + "@blitzjs/config": "3.0.0", "@types/cookie": "0.4.1", "@types/cross-spawn": "6.0.2", "@types/debug": "4.1.7", diff --git a/packages/codemod/CHANGELOG.md b/packages/codemod/CHANGELOG.md index af6a507596..d53ebd48f8 100644 --- a/packages/codemod/CHANGELOG.md +++ b/packages/codemod/CHANGELOG.md @@ -1,5 +1,14 @@ # @blitzjs/codemod +## 3.0.0 + +### Patch Changes + +- Updated dependencies [565db3c5a] +- Updated dependencies [3fa3a4ef3] + - blitz@2.2.0 + - @blitzjs/generator@3.0.0 + ## 2.1.4 ### Patch Changes diff --git a/packages/codemod/package.json b/packages/codemod/package.json index 982bd89570..c9da2e2788 100644 --- a/packages/codemod/package.json +++ b/packages/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/codemod", - "version": "2.1.4", + "version": "3.0.0", "scripts": { "build": "unbuild", "dev": "watch unbuild src --wait=0.2", @@ -25,9 +25,9 @@ "@babel/plugin-proposal-class-properties": "7.17.12", "@babel/plugin-syntax-jsx": "7.17.12", "@babel/plugin-syntax-typescript": "7.17.12", - "@blitzjs/generator": "2.1.4", + "@blitzjs/generator": "3.0.0", "arg": "5.0.1", - "blitz": "2.1.4", + "blitz": "2.2.0", "chalk": "^4.1.0", "cross-spawn": "7.0.3", "debug": "4.3.3", @@ -38,7 +38,7 @@ }, "devDependencies": { "@babel/preset-env": "7.12.10", - "@blitzjs/config": "2.1.4", + "@blitzjs/config": "3.0.0", "@types/jscodeshift": "0.11.2", "@types/node": "18.11.9", "ast-types": "0.14.2", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index bee0d7c85d..161f00708f 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,7 @@ # @blitzjs/config +## 3.0.0 + ## 2.1.4 ## 2.1.3 diff --git a/packages/config/package.json b/packages/config/package.json index 5e67448f7f..d16cddc13d 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,7 +1,7 @@ { "name": "@blitzjs/config", "private": true, - "version": "2.1.4", + "version": "3.0.0", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "5.42.1", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index 5c4256081e..c4df702f0f 100644 --- a/packages/generator/CHANGELOG.md +++ b/packages/generator/CHANGELOG.md @@ -1,5 +1,7 @@ # @blitzjs/generator +## 3.0.0 + ## 2.1.4 ### Patch Changes diff --git a/packages/generator/package.json b/packages/generator/package.json index 3e79f61026..3068abc74c 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/generator", - "version": "2.1.4", + "version": "3.0.0", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -54,7 +54,7 @@ "zod": "3.23.8" }, "devDependencies": { - "@blitzjs/config": "2.1.4", + "@blitzjs/config": "3.0.0", "@juanm04/cpx": "2.0.1", "@types/babel__core": "7.1.19", "@types/diff": "5.0.2", diff --git a/packages/pkg-template/package.json b/packages/pkg-template/package.json index 27afc24b97..dcedc04e28 100644 --- a/packages/pkg-template/package.json +++ b/packages/pkg-template/package.json @@ -25,7 +25,7 @@ "@typescript-eslint/parser": "5.9.1" }, "devDependencies": { - "@blitzjs/config": "2.1.4", + "@blitzjs/config": "3.0.0", "@types/react": "npm:types-react@19.0.0", "@types/react-dom": "npm:types-react-dom@19.0.0", "react": "19.0.0", diff --git a/recipes/base-web/package.json b/recipes/base-web/package.json index df8fdd8a83..7780a6341f 100644 --- a/recipes/base-web/package.json +++ b/recipes/base-web/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/bulma/package.json b/recipes/bulma/package.json index 373de864c9..33d0a6faf1 100644 --- a/recipes/bulma/package.json +++ b/recipes/bulma/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/bumbag-ui/package.json b/recipes/bumbag-ui/package.json index 15d623d016..fd52dd4ea6 100644 --- a/recipes/bumbag-ui/package.json +++ b/recipes/bumbag-ui/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/chakra-ui/package.json b/recipes/chakra-ui/package.json index 74f02162a5..de9d114d36 100644 --- a/recipes/chakra-ui/package.json +++ b/recipes/chakra-ui/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/emotion/package.json b/recipes/emotion/package.json index 5a43802085..f35eb6e850 100644 --- a/recipes/emotion/package.json +++ b/recipes/emotion/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/gh-action-yarn-mariadb/package.json b/recipes/gh-action-yarn-mariadb/package.json index 2813a1a3f6..3cd68e8cb4 100644 --- a/recipes/gh-action-yarn-mariadb/package.json +++ b/recipes/gh-action-yarn-mariadb/package.json @@ -24,6 +24,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4" + "blitz": "2.2.0" } } diff --git a/recipes/gh-action-yarn-postgres/package.json b/recipes/gh-action-yarn-postgres/package.json index 9326565865..c5fe230278 100644 --- a/recipes/gh-action-yarn-postgres/package.json +++ b/recipes/gh-action-yarn-postgres/package.json @@ -24,6 +24,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4" + "blitz": "2.2.0" } } diff --git a/recipes/ghost/package.json b/recipes/ghost/package.json index 4d5160bfb7..c6b9ba76ed 100644 --- a/recipes/ghost/package.json +++ b/recipes/ghost/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/graphql-apollo-server/package.json b/recipes/graphql-apollo-server/package.json index f52903db27..b9de14fd3b 100644 --- a/recipes/graphql-apollo-server/package.json +++ b/recipes/graphql-apollo-server/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0", "uuid": "^8.3.1" }, diff --git a/recipes/logrocket/package.json b/recipes/logrocket/package.json index ae2333c1e8..5cd7d0c3a3 100644 --- a/recipes/logrocket/package.json +++ b/recipes/logrocket/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/material-ui/package.json b/recipes/material-ui/package.json index 64aa0b1800..e5af27020f 100644 --- a/recipes/material-ui/package.json +++ b/recipes/material-ui/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/next-ui/package.json b/recipes/next-ui/package.json index ee5e41ebd1..a4bd2a61bc 100644 --- a/recipes/next-ui/package.json +++ b/recipes/next-ui/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/passenger/package.json b/recipes/passenger/package.json index f354daf321..07480b83ff 100644 --- a/recipes/passenger/package.json +++ b/recipes/passenger/package.json @@ -23,6 +23,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4" + "blitz": "2.2.0" } } diff --git a/recipes/quirrel/package.json b/recipes/quirrel/package.json index 10994175c0..3d3c547879 100644 --- a/recipes/quirrel/package.json +++ b/recipes/quirrel/package.json @@ -22,6 +22,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4" + "blitz": "2.2.0" } } diff --git a/recipes/reflexjs/package.json b/recipes/reflexjs/package.json index 6994b674ac..53579a31b1 100644 --- a/recipes/reflexjs/package.json +++ b/recipes/reflexjs/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/render/package.json b/recipes/render/package.json index d26afe40ac..8cfd60766b 100644 --- a/recipes/render/package.json +++ b/recipes/render/package.json @@ -22,6 +22,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4" + "blitz": "2.2.0" } } diff --git a/recipes/secureheaders/package.json b/recipes/secureheaders/package.json index e6208231eb..614f8ab7bd 100644 --- a/recipes/secureheaders/package.json +++ b/recipes/secureheaders/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0", "uuid": "^8.3.1" }, diff --git a/recipes/stitches/package.json b/recipes/stitches/package.json index 54715d2c7d..a590ddb4d4 100644 --- a/recipes/stitches/package.json +++ b/recipes/stitches/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/styled-components/package.json b/recipes/styled-components/package.json index 37368050c8..bebebae0ce 100644 --- a/recipes/styled-components/package.json +++ b/recipes/styled-components/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/tailwind/package.json b/recipes/tailwind/package.json index 7649a626b8..720a0d0be5 100644 --- a/recipes/tailwind/package.json +++ b/recipes/tailwind/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/theme-ui/package.json b/recipes/theme-ui/package.json index df40382daa..d239fa5be4 100644 --- a/recipes/theme-ui/package.json +++ b/recipes/theme-ui/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/vanilla-extract/package.json b/recipes/vanilla-extract/package.json index 30d23d015b..16ac5a2745 100644 --- a/recipes/vanilla-extract/package.json +++ b/recipes/vanilla-extract/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "blitz": "2.1.4", + "blitz": "2.2.0", "jscodeshift": "0.13.0" }, "devDependencies": {