Skip to content

Commit

Permalink
v0.6.0-canary.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Apr 24, 2020
1 parent 1c7134c commit 797060c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/store/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "store",
"version": "0.6.0-canary.1",
"version": "0.6.0-canary.2",
"private": true,
"scripts": {
"build": "blitz db migrate && blitz build"
},
"dependencies": {
"@prisma/cli": "2.0.0-beta.2",
"@prisma/client": "2.0.0-beta.2",
"blitz": "0.6.0-canary.1",
"blitz": "0.6.0-canary.2",
"final-form": "4.19.1",
"react": "0.0.0-experimental-e5d06e34b",
"react-dom": "0.0.0-experimental-e5d06e34b",
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.6.0-canary.1",
"version": "0.6.0-canary.2",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/blitz/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blitz",
"description": "Rails-like framework for monolithic, full-stack React apps without an API",
"version": "0.6.0-canary.1",
"version": "0.6.0-canary.2",
"license": "MIT",
"scripts": {
"predev": "wait-on -d 500 ../core/dist/packages/core/src/index.d.ts && wait-on ../server/dist/packages/server/src/index.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
"url": "https://github.com/blitz-js/blitz"
},
"dependencies": {
"@blitzjs/cli": "0.6.0-canary.1",
"@blitzjs/cli": "0.6.0-canary.2",
"@blitzjs/core": "0.6.0-canary.1",
"@blitzjs/server": "0.6.0-canary.1",
"@blitzjs/server": "0.6.0-canary.2",
"os-name": "3.1.0",
"pkg-dir": "4.2.0",
"resolve-from": "5.0.0",
Expand Down
4 changes: 2 additions & 2 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.6.0-canary.1",
"version": "0.6.0-canary.2",
"license": "MIT",
"scripts": {
"b": "./bin/run",
Expand Down Expand Up @@ -54,7 +54,7 @@
"vinyl": "^2.2.0"
},
"devDependencies": {
"@blitzjs/server": "0.6.0-canary.1",
"@blitzjs/server": "0.6.0-canary.2",
"@oclif/dev-cli": "^1.22.2",
"@oclif/test": "^1.2.5",
"@prisma/cli": "2.0.0-beta.2",
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0-canary.1",
"version": "0.6.0-canary.2",
"license": "MIT",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit 797060c

Please sign in to comment.