Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Jun 17, 2020
1 parent 5ec2f8c commit 832820c
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 37 deletions.
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": "plain-js",
"version": "0.15.1-canary.0",
"version": "0.15.1",
"scripts": {
"start": "blitz start",
"build": "blitz db migrate && blitz build",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@prisma/cli": "2.0.0",
"@prisma/client": "2.0.0",
"blitz": "0.15.1-canary.0",
"blitz": "0.15.1",
"react": "0.0.0-experimental-33c3af284",
"react-dom": "0.0.0-experimental-33c3af284"
},
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": "store",
"version": "0.15.1-canary.0",
"version": "0.15.1",
"private": true,
"scripts": {
"build": "blitz db migrate && blitz build",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@prisma/cli": "2.0.0",
"@prisma/client": "2.0.0",
"blitz": "0.15.1-canary.0",
"blitz": "0.15.1",
"final-form": "4.19.1",
"react": "0.0.0-experimental-33c3af284",
"react-dom": "0.0.0-experimental-33c3af284",
Expand Down
4 changes: 2 additions & 2 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwind",
"version": "0.15.1-canary.0",
"version": "0.15.1",
"scripts": {
"build": "blitz db migrate && blitz build",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@prisma/cli": "2.0.0",
"@prisma/client": "2.0.0",
"blitz": "0.15.1-canary.0",
"blitz": "0.15.1",
"react": "0.0.0-experimental-33c3af284",
"react-dom": "0.0.0-experimental-33c3af284",
"typescript": "3.8.3"
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.15.1-canary.0",
"version": "0.15.1",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
10 changes: 5 additions & 5 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.15.1-canary.0",
"version": "0.15.1",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
Expand Down Expand Up @@ -39,10 +39,10 @@
"url": "https://github.com/blitz-js/blitz"
},
"dependencies": {
"@blitzjs/cli": "0.15.1-canary.0",
"@blitzjs/core": "0.15.1-canary.0",
"@blitzjs/generator": "0.15.1-canary.0",
"@blitzjs/server": "0.15.1-canary.0",
"@blitzjs/cli": "0.15.1",
"@blitzjs/core": "0.15.1",
"@blitzjs/generator": "0.15.1",
"@blitzjs/server": "0.15.1",
"os-name": "3.1.0",
"pkg-dir": "4.2.0",
"resolve-from": "5.0.0",
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.15.1-canary.0",
"version": "0.15.1",
"license": "MIT",
"scripts": {
"b": "./bin/run",
Expand Down Expand Up @@ -30,8 +30,8 @@
"/lib"
],
"dependencies": {
"@blitzjs/display": "0.15.1-canary.0",
"@blitzjs/repl": "0.15.1-canary.0",
"@blitzjs/display": "0.15.1",
"@blitzjs/repl": "0.15.1",
"@oclif/command": "1.5.20",
"@oclif/config": "1.15.1",
"@oclif/plugin-help": "2.2.3",
Expand All @@ -53,9 +53,9 @@
"tsconfig-paths": "3.9.0"
},
"devDependencies": {
"@blitzjs/generator": "0.15.1-canary.0",
"@blitzjs/installer": "0.15.1-canary.0",
"@blitzjs/server": "0.15.1-canary.0",
"@blitzjs/generator": "0.15.1",
"@blitzjs/installer": "0.15.1",
"@blitzjs/server": "0.15.1",
"@oclif/dev-cli": "1.22.2",
"@oclif/test": "1.2.5",
"@prisma/cli": "2.0.0-beta.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"config"
],
"author": "Fran Zekan <zekan.fran369@gmail.com>",
"version": "0.15.1-canary.0",
"version": "0.15.1",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
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.15.1-canary.0",
"version": "0.15.1",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
Expand Down Expand Up @@ -40,8 +40,8 @@
"url": "https://github.com/blitz-js/blitz"
},
"dependencies": {
"@blitzjs/config": "0.15.1-canary.0",
"@blitzjs/display": "0.15.1-canary.0",
"@blitzjs/config": "0.15.1",
"@blitzjs/display": "0.15.1",
"pretty-ms": "6.0.1",
"react-query": "1.5.8",
"serialize-error": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/display",
"version": "0.15.1-canary.0",
"version": "0.15.1",
"description": "Display package for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.15.1-canary.0",
"version": "0.15.1",
"description": "Display package for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
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.15.1-canary.0",
"version": "0.15.1",
"description": "File generation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-transform-typescript": "7.9.4",
"@blitzjs/display": "0.15.1-canary.0",
"@blitzjs/display": "0.15.1",
"ast-types": "0.13.3",
"chalk": "4.0.0",
"cross-spawn": "7.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@blitzjs/gui",
"version": "0.15.1-canary.0",
"version": "0.15.1",
"scripts": {
"start": "blitz start"
},
"dependencies": {
"@blitzjs/generator": "0.15.1-canary.0",
"@blitzjs/generator": "0.15.1",
"@prisma/cli": "2.0.0-beta.7",
"@prisma/client": "2.0.0-beta.7",
"blitz": "0.15.1-canary.0",
"blitz": "0.15.1",
"fast-glob": "3.2.2",
"hasbin": "1.2.3",
"heroicons-react": "^1.0.15",
Expand Down
6 changes: 3 additions & 3 deletions packages/installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/installer",
"version": "0.15.1-canary.0",
"version": "0.15.1",
"description": "Package installation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-transform-typescript": "7.9.4",
"@blitzjs/display": "0.15.1-canary.0",
"@blitzjs/generator": "0.15.1-canary.0",
"@blitzjs/display": "0.15.1",
"@blitzjs/generator": "0.15.1",
"ast-types": "0.13.3",
"chokidar": "3.3.1",
"cross-spawn": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/repl",
"version": "0.15.1-canary.0",
"version": "0.15.1",
"description": "Repl package for Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz/packages/repl/#readme",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 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.15.1-canary.0",
"version": "0.15.1",
"license": "MIT",
"bin": {
"next-patched": "./bin/next-patched"
Expand All @@ -28,8 +28,8 @@
"module": "dist/server.esm.js",
"types": "dist/packages/server/src/index.d.ts",
"dependencies": {
"@blitzjs/display": "0.15.1-canary.0",
"@blitzjs/file-pipeline": "0.15.1-canary.0",
"@blitzjs/display": "0.15.1",
"@blitzjs/file-pipeline": "0.15.1",
"cross-spawn": "7.0.2",
"detect-port": "1.3.0",
"fast-glob": "3.2.2",
Expand Down Expand Up @@ -59,7 +59,7 @@
"vinyl-fs": "3.0.3"
},
"devDependencies": {
"@blitzjs/core": "0.15.1-canary.0"
"@blitzjs/core": "0.15.1"
},
"gitHead": "d3b9fce0bdd251c2b1890793b0aa1cd77c1c0922"
}

0 comments on commit 832820c

Please sign in to comment.