Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed May 14, 2020
1 parent ed27152 commit 1c0d7e1
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 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.10.0-canary.1",
"version": "0.10.0",
"scripts": {
"start": "blitz start",
"build": "blitz db migrate && blitz build",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@prisma/cli": "2.0.0-beta.3",
"@prisma/client": "2.0.0-beta.3",
"blitz": "0.10.0-canary.1",
"blitz": "0.10.0",
"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.10.0-canary.1",
"version": "0.10.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.10.0-canary.1",
"blitz": "0.10.0",
"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.10.0-canary.1",
"version": "0.10.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.10.0-canary.1",
"blitz": "0.10.0",
"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.10.0-canary.1",
"version": "0.10.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.10.0-canary.1",
"version": "0.10.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.10.0-canary.1",
"@blitzjs/core": "0.10.0-canary.1",
"@blitzjs/generator": "0.10.0-canary.1",
"@blitzjs/server": "0.10.0-canary.1",
"@blitzjs/cli": "0.10.0",
"@blitzjs/core": "0.10.0",
"@blitzjs/generator": "0.10.0",
"@blitzjs/server": "0.10.0",
"os-name": "3.1.0",
"pkg-dir": "4.2.0",
"resolve-from": "5.0.0",
Expand Down
8 changes: 4 additions & 4 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.10.0-canary.1",
"version": "0.10.0",
"license": "MIT",
"scripts": {
"b": "./bin/run",
Expand Down Expand Up @@ -50,9 +50,9 @@
"tsconfig-paths": "3.9.0"
},
"devDependencies": {
"@blitzjs/generator": "0.10.0-canary.1",
"@blitzjs/installer": "0.10.0-canary.1",
"@blitzjs/server": "0.10.0-canary.1",
"@blitzjs/generator": "0.10.0",
"@blitzjs/installer": "0.10.0",
"@blitzjs/server": "0.10.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.10.0-canary.1",
"version": "0.10.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.10.0-canary.1",
"version": "0.10.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.10.0-canary.1"
"@blitzjs/server": "0.10.0"
},
"gitHead": "2461caa685c949d130272db8ed9ca4dd3cbe40a8"
}
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.10.0-canary.1",
"version": "0.10.0",
"description": "Package installation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-transform-typescript": "7.9.4",
"@blitzjs/generator": "0.10.0-canary.1",
"@blitzjs/server": "0.10.0-canary.1",
"@blitzjs/generator": "0.10.0",
"@blitzjs/server": "0.10.0",
"ast-types": "0.13.3",
"chokidar": "3.3.1",
"cross-spawn": "7.0.2",
Expand Down
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.10.0-canary.1",
"version": "0.10.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.10.0-canary.1",
"@blitzjs/core": "0.10.0",
"@rollup/pluginutils": "3.0.8",
"@types/detect-port": "1.3.0"
},
Expand Down

0 comments on commit 1c0d7e1

Please sign in to comment.