diff --git a/.changeset/chatty-ants-bake.md b/.changeset/chatty-ants-bake.md deleted file mode 100644 index 285befb7b1..0000000000 --- a/.changeset/chatty-ants-bake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@blitzjs/auth": patch -"blitz": patch ---- - -perf: add filter to select only non expired sessions diff --git a/.changeset/four-dots-retire.md b/.changeset/four-dots-retire.md deleted file mode 100644 index 0d8122d40a..0000000000 --- a/.changeset/four-dots-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blitzjs/generator": patch ---- - -fix: ajv dependency was not installed with blitz new diff --git a/.changeset/serious-impalas-guess.md b/.changeset/serious-impalas-guess.md deleted file mode 100644 index ea69ea9192..0000000000 --- a/.changeset/serious-impalas-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blitzjs/codemod": patch ---- - -Added support to codemod upgrade-legacy for projects that have their pages folder nested in a src/ folder diff --git a/.changeset/sixty-pants-hunt.md b/.changeset/sixty-pants-hunt.md deleted file mode 100644 index c3ce491930..0000000000 --- a/.changeset/sixty-pants-hunt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@blitzjs/next": patch -"blitz": patch ---- - -feat: export `BlitzServerMiddleware` from blitz-next with stronger types diff --git a/apps/next13/CHANGELOG.md b/apps/next13/CHANGELOG.md index dda6f8252f..938ffb627f 100644 --- a/apps/next13/CHANGELOG.md +++ b/apps/next13/CHANGELOG.md @@ -1,5 +1,17 @@ # next-blitz-auth +## 0.1.5 + +### Patch Changes + +- Updated dependencies [dd604c767] +- Updated dependencies [28a79040e] + - @blitzjs/auth@2.0.4 + - blitz@2.0.4 + - @blitzjs/next@2.0.4 + - @blitzjs/rpc@2.0.4 + - @blitzjs/config@2.0.4 + ## 0.1.4 ### Patch Changes diff --git a/apps/next13/package.json b/apps/next13/package.json index 2deb3b04aa..0cb403b8bc 100644 --- a/apps/next13/package.json +++ b/apps/next13/package.json @@ -1,6 +1,6 @@ { "name": "next-blitz-auth", - "version": "0.1.4", + "version": "0.1.5", "private": true, "scripts": { "blitz:dev": "next dev", @@ -12,15 +12,15 @@ "schema": "prisma/schema.prisma" }, "dependencies": { - "@blitzjs/auth": "2.0.3", - "@blitzjs/config": "2.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/config": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", "@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.3", + "blitz": "2.0.4", "flatted": "3.2.7", "next": "14.0.4", "prisma": "^4.5.0", diff --git a/apps/toolkit-app-passportjs/package.json b/apps/toolkit-app-passportjs/package.json index 80148e5a0b..12a0c44e70 100644 --- a/apps/toolkit-app-passportjs/package.json +++ b/apps/toolkit-app-passportjs/package.json @@ -23,14 +23,14 @@ ] }, "dependencies": { - "@blitzjs/auth": "2.0.3", - "@blitzjs/config": "2.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/config": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", "@hookform/error-message": "2.0.0", "@hookform/resolvers": "2.9.10", "@prisma/client": "4.6.1", - "blitz": "2.0.3", + "blitz": "2.0.4", "next": "14.0.4", "openid-client": "5.2.1", "prisma": "4.6.1", diff --git a/apps/toolkit-app/package.json b/apps/toolkit-app/package.json index ead90b39b0..9af2bb94e1 100644 --- a/apps/toolkit-app/package.json +++ b/apps/toolkit-app/package.json @@ -24,14 +24,14 @@ ] }, "dependencies": { - "@blitzjs/auth": "2.0.3", - "@blitzjs/config": "2.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/config": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", "@hookform/error-message": "2.0.0", "@hookform/resolvers": "2.9.10", "@prisma/client": "4.6.1", - "blitz": "2.0.3", + "blitz": "2.0.4", "next": "14.0.4", "next-auth": "4.18.7", "prisma": "4.6.1", diff --git a/apps/web/package.json b/apps/web/package.json index 69acf29320..40443755f5 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -16,14 +16,14 @@ "schema": "./db/schema.prisma" }, "dependencies": { - "@blitzjs/auth": "2.0.3", - "@blitzjs/config": "2.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/config": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", "@prisma/client": "4.6.1", "@types/jest": "29.2.2", "@types/passport-twitter": "1.0.37", - "blitz": "2.0.3", + "blitz": "2.0.4", "jest": "29.3.0", "jest-environment-jsdom": "29.3.0", "next": "14.0.4", diff --git a/integration-tests/auth-with-rpc/package.json b/integration-tests/auth-with-rpc/package.json index 433c7dc36a..4925c9ec9d 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.0.3", - "@blitzjs/config": "2.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/config": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", "@hookform/error-message": "2.0.0", "@hookform/resolvers": "2.9.10", "@prisma/client": "4.6.1", - "blitz": "2.0.3", + "blitz": "2.0.4", "delay": "5.0.0", "next": "14.0.4", "prisma": "4.6.1", diff --git a/integration-tests/auth/package.json b/integration-tests/auth/package.json index a9833aaab2..6dd599247e 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.0.3", - "@blitzjs/config": "2.0.3", - "@blitzjs/next": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/config": "2.0.4", + "@blitzjs/next": "2.0.4", "@prisma/client": "4.6.1", - "blitz": "2.0.3", + "blitz": "2.0.4", "lowdb": "3.0.0", "next": "14.0.4", "prisma": "4.6.1", diff --git a/integration-tests/get-initial-props/package.json b/integration-tests/get-initial-props/package.json index c784574638..c9c28f68bc 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.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", "@prisma/client": "4.6.1", - "blitz": "2.0.3", + "blitz": "2.0.4", "lowdb": "3.0.0", "next": "14.0.4", "prisma": "4.6.1", @@ -28,7 +28,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@blitzjs/config": "2.0.3", + "@blitzjs/config": "2.0.4", "@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 5271a5cd7f..23f145f430 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.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", - "blitz": "2.0.3", + "@blitzjs/config": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", + "blitz": "2.0.4", "next": "14.0.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/integration-tests/next-13-app-dir/package.json b/integration-tests/next-13-app-dir/package.json index 265ab9c6bf..d498027f68 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.0.3", - "@blitzjs/config": "2.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/config": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", "@prisma/client": "4.6.1", - "blitz": "2.0.3", + "blitz": "2.0.4", "lowdb": "3.0.0", "next": "14.0.4", "prisma": "4.6.1", diff --git a/integration-tests/no-suspense/package.json b/integration-tests/no-suspense/package.json index 6f7e5f0b4e..be161a966b 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.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", "@prisma/client": "4.6.1", - "blitz": "2.0.3", + "blitz": "2.0.4", "lowdb": "3.0.0", "next": "14.0.4", "prisma": "4.6.1", @@ -28,7 +28,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@blitzjs/config": "2.0.3", + "@blitzjs/config": "2.0.4", "@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 7addb568a0..0edc67f9f3 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.0.3", - "@blitzjs/config": "2.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/config": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", "@prisma/client": "4.6.1", "@tanstack/react-query": "4.0.10", - "blitz": "2.0.3", + "blitz": "2.0.4", "next": "14.0.4", "prisma": "4.6.1", "react": "18.2.0", diff --git a/integration-tests/react-query-utils/package.json b/integration-tests/react-query-utils/package.json index a4575032a7..2b2b2a44e6 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.0.3", - "@blitzjs/rpc": "2.0.3", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", "@prisma/client": "4.6.1", - "blitz": "2.0.3", + "blitz": "2.0.4", "lowdb": "3.0.0", "next": "14.0.4", "prisma": "4.6.1", @@ -27,7 +27,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@blitzjs/config": "2.0.3", + "@blitzjs/config": "2.0.4", "@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 c20f7eeef6..2274cf4bbc 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.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", - "blitz": "2.0.3", + "@blitzjs/config": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", + "blitz": "2.0.4", "next": "14.0.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/integration-tests/rpc/package.json b/integration-tests/rpc/package.json index ebf1003a50..0f6a7c099f 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.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", - "blitz": "2.0.3", + "@blitzjs/config": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", + "blitz": "2.0.4", "next": "14.0.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/integration-tests/trailing-slash/package.json b/integration-tests/trailing-slash/package.json index cd2ab3654b..e840c5ac11 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.0.3", - "@blitzjs/next": "2.0.3", - "@blitzjs/rpc": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/next": "2.0.4", + "@blitzjs/rpc": "2.0.4", "@prisma/client": "4.6.1", - "blitz": "2.0.3", + "blitz": "2.0.4", "lowdb": "3.0.0", "next": "14.0.4", "prisma": "4.6.1", @@ -28,7 +28,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@blitzjs/config": "2.0.3", + "@blitzjs/config": "2.0.4", "@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 eaf3663b89..a9a45d97aa 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.0.3", - "@blitzjs/next": "workspace:2.0.3", - "@blitzjs/rpc": "workspace:2.0.3", + "@blitzjs/config": "workspace:2.0.4", + "@blitzjs/next": "workspace:2.0.4", + "@blitzjs/rpc": "workspace:2.0.4", "@tanstack/react-query": "4.13.0", "@testing-library/react": "13.4.0", "@types/express": "4.17.13", diff --git a/packages/blitz-auth/CHANGELOG.md b/packages/blitz-auth/CHANGELOG.md index 5d40e09f29..028fddadd0 100644 --- a/packages/blitz-auth/CHANGELOG.md +++ b/packages/blitz-auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @blitzjs/auth +## 2.0.4 + +### Patch Changes + +- dd604c767: perf: add filter to select only non expired sessions +- Updated dependencies [dd604c767] +- Updated dependencies [28a79040e] + - blitz@2.0.4 + ## 2.0.3 ### Patch Changes diff --git a/packages/blitz-auth/package.json b/packages/blitz-auth/package.json index 2959314167..46a4bc0a2b 100644 --- a/packages/blitz-auth/package.json +++ b/packages/blitz-auth/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/auth", - "version": "2.0.3", + "version": "2.0.4", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -50,7 +50,7 @@ "url": "0.11.0" }, "peerDependencies": { - "blitz": "2.0.3", + "blitz": "2.0.4", "next": "*", "next-auth": "*", "secure-password": "4.0.0" @@ -67,7 +67,7 @@ } }, "devDependencies": { - "@blitzjs/config": "2.0.3", + "@blitzjs/config": "2.0.4", "@testing-library/react": "13.4.0", "@testing-library/react-hooks": "8.0.1", "@types/cookie": "0.4.1", @@ -75,7 +75,7 @@ "@types/jsonwebtoken": "8.5.8", "@types/react": "18.0.25", "@types/react-dom": "17.0.14", - "blitz": "2.0.3", + "blitz": "2.0.4", "next": "14.0.4", "next-auth": "4.18.7", "react": "18.2.0", diff --git a/packages/blitz-next/CHANGELOG.md b/packages/blitz-next/CHANGELOG.md index 7a91e85e97..e576039a1f 100644 --- a/packages/blitz-next/CHANGELOG.md +++ b/packages/blitz-next/CHANGELOG.md @@ -1,5 +1,15 @@ # @blitzjs/next +## 2.0.4 + +### Patch Changes + +- 28a79040e: feat: export `BlitzServerMiddleware` from blitz-next with stronger types +- Updated dependencies [dd604c767] +- Updated dependencies [28a79040e] + - blitz@2.0.4 + - @blitzjs/rpc@2.0.4 + ## 2.0.3 ### Patch Changes diff --git a/packages/blitz-next/package.json b/packages/blitz-next/package.json index 8b2fd4aba5..e3ec1d05d8 100644 --- a/packages/blitz-next/package.json +++ b/packages/blitz-next/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/next", - "version": "2.0.3", + "version": "2.0.4", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -29,7 +29,7 @@ "eslint.js" ], "dependencies": { - "@blitzjs/rpc": "2.0.3", + "@blitzjs/rpc": "2.0.4", "@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.0.3", + "blitz": "2.0.4", "next": "*", "react": "*", "tslog": "4.9.0" }, "devDependencies": { - "@blitzjs/config": "2.0.3", + "@blitzjs/config": "2.0.4", "@testing-library/dom": "8.13.0", "@testing-library/jest-dom": "5.16.3", "@testing-library/react": "13.4.0", @@ -56,7 +56,7 @@ "@types/react": "18.0.25", "@types/react-dom": "17.0.14", "@types/testing-library__react-hooks": "4.0.0", - "blitz": "2.0.3", + "blitz": "2.0.4", "cross-spawn": "7.0.3", "find-up": "4.1.0", "next": "14.0.4", diff --git a/packages/blitz-rpc/CHANGELOG.md b/packages/blitz-rpc/CHANGELOG.md index 2f5262682e..d615c14047 100644 --- a/packages/blitz-rpc/CHANGELOG.md +++ b/packages/blitz-rpc/CHANGELOG.md @@ -1,5 +1,13 @@ # @blitzjs/rpc +## 2.0.4 + +### Patch Changes + +- Updated dependencies [dd604c767] +- Updated dependencies [28a79040e] + - blitz@2.0.4 + ## 2.0.3 ### Patch Changes diff --git a/packages/blitz-rpc/package.json b/packages/blitz-rpc/package.json index 1297bfd7d5..abdb21b5e5 100644 --- a/packages/blitz-rpc/package.json +++ b/packages/blitz-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/rpc", - "version": "2.0.3", + "version": "2.0.4", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -37,18 +37,18 @@ }, "peerDependencies": { "@tanstack/query-core": "4.24.4", - "blitz": "2.0.3", + "blitz": "2.0.4", "next": "*", "react": "*" }, "devDependencies": { - "@blitzjs/auth": "2.0.3", - "@blitzjs/config": "2.0.3", + "@blitzjs/auth": "2.0.4", + "@blitzjs/config": "2.0.4", "@tanstack/query-core": "4.24.4", "@types/debug": "4.1.7", "@types/react": "18.0.25", "@types/react-dom": "17.0.14", - "blitz": "2.0.3", + "blitz": "2.0.4", "next": "14.0.4", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/packages/blitz/CHANGELOG.md b/packages/blitz/CHANGELOG.md index a03f24a289..1047ad46e2 100644 --- a/packages/blitz/CHANGELOG.md +++ b/packages/blitz/CHANGELOG.md @@ -1,5 +1,14 @@ # blitz +## 2.0.4 + +### Patch Changes + +- dd604c767: perf: add filter to select only non expired sessions +- 28a79040e: feat: export `BlitzServerMiddleware` from blitz-next with stronger types +- Updated dependencies [71b995003] + - @blitzjs/generator@2.0.4 + ## 2.0.3 ### Patch Changes diff --git a/packages/blitz/package.json b/packages/blitz/package.json index 92f2059cdc..1f6ad4e373 100644 --- a/packages/blitz/package.json +++ b/packages/blitz/package.json @@ -1,6 +1,6 @@ { "name": "blitz", - "version": "2.0.3", + "version": "2.0.4", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -30,7 +30,7 @@ "blitz": "bin/blitz" }, "dependencies": { - "@blitzjs/generator": "2.0.3", + "@blitzjs/generator": "2.0.4", "@mrleebo/prisma-ast": "0.2.6", "@types/global-agent": "2.1.1", "arg": "5.0.1", @@ -80,7 +80,7 @@ "watchpack": "2.1.1" }, "devDependencies": { - "@blitzjs/config": "2.0.3", + "@blitzjs/config": "2.0.4", "@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 65e16f4772..6f60abcd88 100644 --- a/packages/codemod/CHANGELOG.md +++ b/packages/codemod/CHANGELOG.md @@ -1,5 +1,16 @@ # @blitzjs/codemod +## 2.0.4 + +### Patch Changes + +- f25aac08c: Added support to codemod upgrade-legacy for projects that have their pages folder nested in a src/ folder +- Updated dependencies [dd604c767] +- Updated dependencies [71b995003] +- Updated dependencies [28a79040e] + - blitz@2.0.4 + - @blitzjs/generator@2.0.4 + ## 2.0.3 ### Patch Changes diff --git a/packages/codemod/package.json b/packages/codemod/package.json index 223538d07e..cfc06f68e2 100644 --- a/packages/codemod/package.json +++ b/packages/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/codemod", - "version": "2.0.3", + "version": "2.0.4", "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.0.3", + "@blitzjs/generator": "2.0.4", "arg": "5.0.1", - "blitz": "2.0.3", + "blitz": "2.0.4", "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.0.3", + "@blitzjs/config": "2.0.4", "@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 60ed30231c..035bb8d5db 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,7 @@ # @blitzjs/config +## 2.0.4 + ## 2.0.3 ## 2.0.2 diff --git a/packages/config/package.json b/packages/config/package.json index 701c6998fd..e4ce1bb437 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,7 +1,7 @@ { "name": "@blitzjs/config", "private": true, - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "5.42.1", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index 3081c16283..e01372d062 100644 --- a/packages/generator/CHANGELOG.md +++ b/packages/generator/CHANGELOG.md @@ -1,5 +1,11 @@ # @blitzjs/generator +## 2.0.4 + +### Patch Changes + +- 71b995003: fix: ajv dependency was not installed with blitz new + ## 2.0.3 ### Patch Changes diff --git a/packages/generator/package.json b/packages/generator/package.json index f2bac58684..abf625ec84 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/generator", - "version": "2.0.3", + "version": "2.0.4", "homepage": "https://blitzjs.com/", "repository": { "type": "git", @@ -54,7 +54,7 @@ "zod": "3.20.2" }, "devDependencies": { - "@blitzjs/config": "2.0.3", + "@blitzjs/config": "2.0.4", "@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 6bc5c2bb9d..046781682c 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.0.3", + "@blitzjs/config": "2.0.4", "@types/react": "18.0.25", "@types/react-dom": "17.0.14", "react": "18.2.0", diff --git a/recipes/base-web/package.json b/recipes/base-web/package.json index 0d447ad754..f3f8d21787 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/bulma/package.json b/recipes/bulma/package.json index 8e8e3e219e..e718ab1c24 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/bumbag-ui/package.json b/recipes/bumbag-ui/package.json index 103560177d..f1a66d35e8 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/chakra-ui/package.json b/recipes/chakra-ui/package.json index 2ae13571ef..5bd03262c3 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/emotion/package.json b/recipes/emotion/package.json index 0becf92acd..e85a2a7b03 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/gh-action-yarn-mariadb/package.json b/recipes/gh-action-yarn-mariadb/package.json index 99e875ac23..c833d78bc5 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.0.3" + "blitz": "2.0.4" } } diff --git a/recipes/gh-action-yarn-postgres/package.json b/recipes/gh-action-yarn-postgres/package.json index d6a34ea275..d4a1372103 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.0.3" + "blitz": "2.0.4" } } diff --git a/recipes/ghost/package.json b/recipes/ghost/package.json index ebe1a38b5c..fa6c066cd8 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/graphql-apollo-server/package.json b/recipes/graphql-apollo-server/package.json index 784b1178aa..e735defa58 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0", "uuid": "^8.3.1" }, diff --git a/recipes/logrocket/package.json b/recipes/logrocket/package.json index b1a5a93c93..1e23050f04 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/material-ui/package.json b/recipes/material-ui/package.json index 933dd65a14..dc57f94df1 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/next-ui/package.json b/recipes/next-ui/package.json index ee1f06d349..774bffde17 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/passenger/package.json b/recipes/passenger/package.json index 9134ba2d40..c2dd42aa77 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.0.3" + "blitz": "2.0.4" } } diff --git a/recipes/quirrel/package.json b/recipes/quirrel/package.json index 8275b08a64..60a37214c7 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.0.3" + "blitz": "2.0.4" } } diff --git a/recipes/reflexjs/package.json b/recipes/reflexjs/package.json index ae8529f727..b9c134a0d4 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/render/package.json b/recipes/render/package.json index 08cf259575..f7f18e3f5b 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.0.3" + "blitz": "2.0.4" } } diff --git a/recipes/secureheaders/package.json b/recipes/secureheaders/package.json index 3e61593ce5..ecc4aefff7 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0", "uuid": "^8.3.1" }, diff --git a/recipes/stitches/package.json b/recipes/stitches/package.json index 47bd1743cb..1f94350118 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/styled-components/package.json b/recipes/styled-components/package.json index e7c7b966d0..c819c9ccc0 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/tailwind/package.json b/recipes/tailwind/package.json index 2844c4690a..95938dfd94 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/theme-ui/package.json b/recipes/theme-ui/package.json index 84d49b1291..3a384d34fd 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": { diff --git a/recipes/vanilla-extract/package.json b/recipes/vanilla-extract/package.json index 636269a632..2750132a91 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.0.3", + "blitz": "2.0.4", "jscodeshift": "0.13.0" }, "devDependencies": {