Skip to content

Commit

Permalink
v0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Mar 10, 2021
1 parent 2d4f707 commit 3812b90
Show file tree
Hide file tree
Showing 32 changed files with 79 additions and 79 deletions.
4 changes: 2 additions & 2 deletions examples/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/auth",
"version": "0.32.0",
"version": "0.32.1",
"scripts": {
"dev": "blitz dev",
"build": "blitz build",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@prisma/client": "2.17.0",
"blitz": "0.32.0",
"blitz": "0.32.1",
"final-form": "4.20.1",
"passport-auth0": "1.4.0",
"passport-github2": "0.1.12",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/custom-server",
"version": "0.32.0",
"version": "0.32.1",
"scripts": {
"dev": "nodemon --watch server.js --exec 'blitz dev'",
"build": "blitz build",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@prisma/client": "2.17.0",
"blitz": "0.32.0",
"blitz": "0.32.1",
"final-form": "4.20.1",
"prisma": "2.17.0",
"react": "0.0.0-experimental-3310209d0",
Expand Down
4 changes: 2 additions & 2 deletions examples/fauna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/fauna",
"version": "0.32.0",
"version": "0.32.1",
"scripts": {
"dev": "blitz dev",
"build": "blitz build",
Expand Down Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"blitz": "0.32.0",
"blitz": "0.32.1",
"final-form": "4.20.1",
"graphql": "15.5.0",
"graphql-request": "3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/no-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "no-prisma",
"version": "0.32.0",
"version": "0.32.1",
"scripts": {
"dev": "blitz dev",
"build": "blitz build",
Expand All @@ -26,7 +26,7 @@
]
},
"dependencies": {
"blitz": "0.32.0",
"blitz": "0.32.1",
"knex": "0.21.16",
"react": "0.0.0-experimental-3310209d0",
"react-dom": "0.0.0-experimental-3310209d0",
Expand Down
4 changes: 2 additions & 2 deletions examples/plain-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/plain-js",
"version": "0.32.0",
"version": "0.32.1",
"scripts": {
"dev": "blitz dev",
"build": "blitz prisma migrate deploy --preview-feature && blitz build",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@prisma/client": "2.17.0",
"blitz": "0.32.0",
"blitz": "0.32.1",
"prisma": "2.17.0",
"react": "0.0.0-experimental-3310209d0",
"react-dom": "0.0.0-experimental-3310209d0"
Expand Down
4 changes: 2 additions & 2 deletions examples/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/store",
"version": "0.32.0",
"version": "0.32.1",
"private": true,
"scripts": {
"build": "blitz prisma migrate deploy --preview-feature && blitz build",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@prisma/client": "2.17.0",
"blitz": "0.32.0",
"blitz": "0.32.1",
"final-form": "4.20.1",
"prisma": "2.17.0",
"react": "0.0.0-experimental-3310209d0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.32.0",
"version": "0.32.1",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/babel-preset",
"version": "0.32.0",
"version": "0.32.1",
"license": "MIT",
"scripts": {
"test": "jest",
Expand Down
20 changes: 10 additions & 10 deletions packages/blitz/package.json
Original file line number Diff line number Diff line change
@@ -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.32.0",
"version": "0.32.1",
"license": "MIT",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -49,21 +49,21 @@
"url": "https://github.com/blitz-js/blitz"
},
"dependencies": {
"@blitzjs/babel-preset": "0.32.0",
"@blitzjs/cli": "0.32.0",
"@blitzjs/config": "0.32.0",
"@blitzjs/core": "0.32.0",
"@blitzjs/display": "0.32.0",
"@blitzjs/generator": "0.32.0",
"@blitzjs/installer": "0.32.0",
"@blitzjs/server": "0.32.0",
"@blitzjs/babel-preset": "0.32.1",
"@blitzjs/cli": "0.32.1",
"@blitzjs/config": "0.32.1",
"@blitzjs/core": "0.32.1",
"@blitzjs/display": "0.32.1",
"@blitzjs/generator": "0.32.1",
"@blitzjs/installer": "0.32.1",
"@blitzjs/server": "0.32.1",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/react-hooks": "^4.0.1",
"@types/jest": "^26.0.20",
"chalk": "^4.1.0",
"envinfo": "^7.7.3",
"eslint-config-blitz": "0.32.0",
"eslint-config-blitz": "0.32.1",
"jest": "^26.6.3",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-watch-typeahead": "^0.6.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blitzjs/cli",
"description": "Blitz.js CLI",
"version": "0.32.0",
"version": "0.32.1",
"license": "MIT",
"scripts": {
"dev": "rimraf lib && tsc --watch --pretty --preserveWatchOutput",
Expand All @@ -22,8 +22,8 @@
"/lib"
],
"dependencies": {
"@blitzjs/display": "0.32.0",
"@blitzjs/repl": "0.32.0",
"@blitzjs/display": "0.32.1",
"@blitzjs/repl": "0.32.1",
"@oclif/command": "1.8.0",
"@oclif/config": "1.17.0",
"@oclif/plugin-autocomplete": "0.3.0",
Expand Down Expand Up @@ -53,9 +53,9 @@
"v8-compile-cache": "2.2.0"
},
"devDependencies": {
"@blitzjs/generator": "0.32.0",
"@blitzjs/installer": "0.32.0",
"@blitzjs/server": "0.32.0",
"@blitzjs/generator": "0.32.1",
"@blitzjs/installer": "0.32.1",
"@blitzjs/server": "0.32.1",
"@oclif/dev-cli": "1.26.0",
"@oclif/test": "1.2.8",
"nock": "13.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/config",
"version": "0.32.0",
"version": "0.32.1",
"description": "Loads the blitz app config",
"license": "MIT",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blitzjs/core",
"description": "Blitz.js core functionality",
"version": "0.32.0",
"version": "0.32.1",
"license": "MIT",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -33,8 +33,8 @@
"with-blitz"
],
"dependencies": {
"@blitzjs/config": "0.32.0",
"@blitzjs/display": "0.32.0",
"@blitzjs/config": "0.32.1",
"@blitzjs/display": "0.32.1",
"@types/secure-password": "3.1.0",
"b64-lite": "^1.4.0",
"bad-behavior": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/display",
"version": "0.32.0",
"version": "0.32.1",
"description": "Display package for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -28,8 +28,8 @@
"url": "git+https://github.com/blitz-js/blitz.git"
},
"dependencies": {
"@blitzjs/config": "0.32.0",
"@blitzjs/display": "0.32.0",
"@blitzjs/config": "0.32.1",
"@blitzjs/display": "0.32.1",
"chalk": "^4.1.0",
"console-table-printer": "^2.7.5",
"ora": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-blitz",
"version": "0.32.0",
"version": "0.32.1",
"description": "Blitz.js eslint config",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/file-pipeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/file-pipeline",
"version": "0.32.0",
"version": "0.32.1",
"description": "Display package for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "git+https://github.com/blitz-js/blitz.git"
},
"dependencies": {
"@blitzjs/display": "0.32.0",
"@blitzjs/display": "0.32.1",
"chalk": "^4.1.0",
"chokidar": "3.5.1",
"flush-write-stream": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/generator",
"version": "0.32.0",
"version": "0.32.1",
"description": "File generation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@babel/core": "7.13.1",
"@babel/plugin-transform-typescript": "7.12.1",
"@blitzjs/display": "0.32.0",
"@blitzjs/display": "0.32.1",
"@types/jscodeshift": "0.7.2",
"chalk": "^4.1.0",
"cross-spawn": "7.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/installer",
"version": "0.32.0",
"version": "0.32.1",
"description": "Package installation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@babel/core": "7.13.1",
"@babel/plugin-transform-typescript": "7.12.1",
"@blitzjs/config": "0.32.0",
"@blitzjs/display": "0.32.0",
"@blitzjs/generator": "0.32.0",
"@blitzjs/config": "0.32.1",
"@blitzjs/display": "0.32.1",
"@blitzjs/generator": "0.32.1",
"@types/jscodeshift": "0.7.2",
"cross-spawn": "7.0.3",
"diff": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/repl",
"version": "0.32.0",
"version": "0.32.1",
"description": "Repl package for Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz/packages/repl/#readme",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "git+https://github.com/blitz-js/blitz.git"
},
"dependencies": {
"@blitzjs/config": "0.32.0",
"@blitzjs/config": "0.32.1",
"chokidar": "3.5.1",
"globby": "11.0.2",
"pkg-dir": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blitzjs/server",
"description": "Blitz.js server functionality",
"version": "0.32.0",
"version": "0.32.1",
"license": "MIT",
"bin": {
"next-patched": "./bin/next-patched"
Expand All @@ -23,10 +23,10 @@
"register"
],
"dependencies": {
"@blitzjs/config": "0.32.0",
"@blitzjs/core": "0.32.0",
"@blitzjs/display": "0.32.0",
"@blitzjs/file-pipeline": "0.32.0",
"@blitzjs/config": "0.32.1",
"@blitzjs/core": "0.32.1",
"@blitzjs/display": "0.32.1",
"@blitzjs/file-pipeline": "0.32.1",
"cross-spawn": "7.0.3",
"detect-port": "1.3.0",
"expand-tilde": "2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions recipes/base-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blitzjs/recipe-base-web",
"private": true,
"version": "0.32.0",
"version": "0.32.1",
"description": "The Blitz Recipe for installing Base Web",
"main": "index.ts",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.32.0",
"@blitzjs/installer": "0.32.1",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions recipes/chakra-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blitzjs/recipe-chakra-ui",
"private": true,
"version": "0.32.0",
"version": "0.32.1",
"description": "The Blitz Recipe for installing Chakra UI",
"main": "index.ts",
"scripts": {
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.32.0",
"@blitzjs/installer": "0.32.1",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions recipes/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blitzjs/recipe-emotion",
"private": true,
"version": "0.32.0",
"version": "0.32.1",
"description": "The Blitz Recipe for installing Emotion",
"main": "index.ts",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.32.0",
"@blitzjs/installer": "0.32.1",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 3812b90

Please sign in to comment.