Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed May 5, 2020
1 parent 8e5e2b3 commit 6e85653
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
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.9.0-canary.1",
"version": "0.9.0",
"private": true,
"scripts": {
"build": "blitz db migrate && blitz build",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@prisma/cli": "2.0.0-beta.3",
"@prisma/client": "2.0.0-beta.3",
"blitz": "0.9.0-canary.1",
"blitz": "0.9.0",
"final-form": "4.19.1",
"react": "0.0.0-experimental-e5d06e34b",
"react-dom": "0.0.0-experimental-e5d06e34b",
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.9.0-canary.1",
"version": "0.9.0",
"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-beta.3",
"@prisma/client": "2.0.0-beta.3",
"blitz": "0.9.0-canary.1",
"blitz": "0.9.0",
"react": "0.0.0-experimental-e5d06e34b",
"react-dom": "0.0.0-experimental-e5d06e34b",
"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.9.0-canary.1",
"version": "0.9.0",
"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.9.0-canary.1",
"version": "0.9.0",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
Expand Down Expand Up @@ -40,10 +40,10 @@
"url": "https://github.com/blitz-js/blitz"
},
"dependencies": {
"@blitzjs/cli": "0.9.0-canary.1",
"@blitzjs/core": "0.9.0-canary.1",
"@blitzjs/generator": "0.9.0-canary.1",
"@blitzjs/server": "0.9.0-canary.1",
"@blitzjs/cli": "0.9.0",
"@blitzjs/core": "0.9.0",
"@blitzjs/generator": "0.9.0",
"@blitzjs/server": "0.9.0",
"os-name": "^3.1.0",
"pkg-dir": "^4.2.0",
"resolve-from": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 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.9.0-canary.1",
"version": "0.9.0",
"license": "MIT",
"scripts": {
"b": "./bin/run",
Expand Down Expand Up @@ -48,8 +48,8 @@
"tsconfig-paths": "3.9.0"
},
"devDependencies": {
"@blitzjs/generator": "0.9.0-canary.1",
"@blitzjs/server": "0.9.0-canary.1",
"@blitzjs/generator": "0.9.0",
"@blitzjs/server": "0.9.0",
"@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/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.9.0-canary.1",
"version": "0.9.0",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
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.9.0-canary.1",
"version": "0.9.0",
"description": "File generation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -55,7 +55,7 @@
"vinyl": "^2.2.0"
},
"devDependencies": {
"@blitzjs/server": "0.9.0-canary.1"
"@blitzjs/server": "0.9.0"
},
"gitHead": "2461caa685c949d130272db8ed9ca4dd3cbe40a8"
}
4 changes: 2 additions & 2 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.9.0-canary.1",
"version": "0.9.0",
"license": "MIT",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"@blitzjs/core": "0.9.0-canary.1",
"@blitzjs/core": "0.9.0",
"@rollup/pluginutils": "^3.0.8",
"@types/detect-port": "^1.3.0"
},
Expand Down

0 comments on commit 6e85653

Please sign in to comment.