diff --git a/lerna.json b/lerna.json index 77f91788bc..241ef461f2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.45.3", + "version": "0.45.4", "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, diff --git a/nextjs/packages/eslint-config-next/package.json b/nextjs/packages/eslint-config-next/package.json index 773a77afe5..10f17f5070 100644 --- a/nextjs/packages/eslint-config-next/package.json +++ b/nextjs/packages/eslint-config-next/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-blitz", - "version": "0.45.3", + "version": "0.45.4", "description": "Blitz.js eslint config", "main": "index.js", "license": "MIT", diff --git a/nextjs/packages/installer/package.json b/nextjs/packages/installer/package.json index 4215df7b14..cf24538a3e 100644 --- a/nextjs/packages/installer/package.json +++ b/nextjs/packages/installer/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/installer", - "version": "0.45.3", + "version": "0.45.4", "description": "Package installation for the Blitz CLI", "homepage": "https://github.com/blitz-js/blitz#readme", "license": "MIT", @@ -30,7 +30,7 @@ "dependencies": { "@babel/core": "7.12.10", "@babel/plugin-transform-typescript": "7.12.1", - "@blitzjs/generator": "0.45.3", + "@blitzjs/generator": "0.45.4", "@mrleebo/prisma-ast": "0.2.6", "@prisma/sdk": "3.9.1", "@types/jscodeshift": "0.11.2", diff --git a/nextjs/packages/next-env/package.json b/nextjs/packages/next-env/package.json index d0dbad1aae..eebee56133 100644 --- a/nextjs/packages/next-env/package.json +++ b/nextjs/packages/next-env/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/env", - "version": "0.45.3", + "version": "0.45.4", "keywords": [ "react", "next", diff --git a/nextjs/packages/next/package.json b/nextjs/packages/next/package.json index 3a733fa8d0..6b7b37c160 100644 --- a/nextjs/packages/next/package.json +++ b/nextjs/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "0.45.3", + "version": "0.45.4", "nextjsVersion": "11.1.0", "description": "The React Framework", "main": "./dist/server/next.js", @@ -73,7 +73,7 @@ "dependencies": { "@babel/helper-module-imports": "^7.0.0", "@babel/runtime": "7.12.5", - "@blitzjs/env": "0.45.3", + "@blitzjs/env": "0.45.4", "@hapi/accept": "5.0.2", "@next/polyfill-module": "11.1.0", "@next/react-dev-overlay": "11.1.0", diff --git a/packages/blitz/package.json b/packages/blitz/package.json index 57c8e47d4b..fe78e56268 100644 --- a/packages/blitz/package.json +++ b/packages/blitz/package.json @@ -1,7 +1,7 @@ { "name": "blitz", "description": "Blitz is a Rails-like framework for monolithic, full-stack React apps — built on Next.js", - "version": "0.45.3", + "version": "0.45.4", "license": "MIT", "scripts": { "test": "jest", @@ -51,9 +51,9 @@ "url": "https://github.com/blitz-js/blitz" }, "dependencies": { - "@blitzjs/cli": "0.45.3", - "@blitzjs/generator": "0.45.3", - "@blitzjs/server": "0.45.3", + "@blitzjs/cli": "0.45.4", + "@blitzjs/generator": "0.45.4", + "@blitzjs/server": "0.45.4", "@testing-library/jest-dom": "5.11.9", "@testing-library/react": "11.2.5", "@testing-library/react-hooks": "^4.0.1", @@ -62,11 +62,11 @@ "cross-spawn": "7.0.3", "debug": "4.3.1", "envinfo": "^7.7.3", - "eslint-config-blitz": "0.45.3", + "eslint-config-blitz": "0.45.4", "jest": "^26.6.3", "jest-watch-typeahead": "^0.6.1", "minimist": "1.2.5", - "next": "0.45.3", + "next": "0.45.4", "os-name": "^4.0.0", "pkg-dir": "^5.0.0", "react-test-renderer": "17.0.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index ca5466f609..530b1be10f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@blitzjs/cli", "description": "Blitz.js CLI", - "version": "0.45.3", + "version": "0.45.4", "license": "MIT", "scripts": { "dev": "rimraf lib && tsc --watch --pretty --preserveWatchOutput", @@ -22,9 +22,9 @@ "/lib" ], "dependencies": { - "@blitzjs/generator": "0.45.3", - "@blitzjs/installer": "0.45.3", - "@blitzjs/server": "0.45.3", + "@blitzjs/generator": "0.45.4", + "@blitzjs/installer": "0.45.4", + "@blitzjs/server": "0.45.4", "@oclif/command": "1.8.0", "@oclif/config": "1.17.0", "@oclif/plugin-autocomplete": "0.3.0", diff --git a/packages/generator/package.json b/packages/generator/package.json index 7f5d3d4016..39c1240ac9 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@blitzjs/generator", - "version": "0.45.3", + "version": "0.45.4", "description": "File generation for the Blitz CLI", "homepage": "https://github.com/blitz-js/blitz#readme", "license": "MIT", @@ -33,7 +33,7 @@ "dependencies": { "@babel/core": "7.12.10", "@babel/plugin-transform-typescript": "7.12.1", - "@blitzjs/server": "0.45.3", + "@blitzjs/server": "0.45.4", "@mrleebo/prisma-ast": "0.2.6", "@types/jscodeshift": "0.11.2", "chalk": "^4.1.0", diff --git a/packages/server/package.json b/packages/server/package.json index 3914064d43..56f479c452 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@blitzjs/server", "description": "Blitz.js server functionality", - "version": "0.45.3", + "version": "0.45.4", "license": "MIT", "scripts": { "test": "jest --passWithNoTests",