Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Jun 6, 2020
1 parent 3215b32 commit 462e22a
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 34 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.13.0-canary.3",
"version": "0.13.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.13.0-canary.3",
"blitz": "0.13.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.13.0-canary.3",
"version": "0.13.0",
"private": true,
"scripts": {
"build": "blitz db migrate && blitz build",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@prisma/cli": "2.0.0-beta.5",
"@prisma/client": "2.0.0-beta.5",
"blitz": "0.13.0-canary.3",
"blitz": "0.13.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.13.0-canary.3",
"version": "0.13.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.13.0-canary.3",
"blitz": "0.13.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.13.0-canary.3",
"version": "0.13.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.13.0-canary.3",
"version": "0.13.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.13.0-canary.3",
"@blitzjs/core": "0.13.0-canary.3",
"@blitzjs/generator": "0.13.0-canary.3",
"@blitzjs/server": "0.13.0-canary.3",
"@blitzjs/cli": "0.13.0",
"@blitzjs/core": "0.13.0",
"@blitzjs/generator": "0.13.0",
"@blitzjs/server": "0.13.0",
"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.13.0-canary.3",
"version": "0.13.0",
"license": "MIT",
"scripts": {
"b": "./bin/run",
Expand Down Expand Up @@ -31,8 +31,8 @@
"/lib"
],
"dependencies": {
"@blitzjs/display": "0.13.0-canary.3",
"@blitzjs/repl": "0.13.0-canary.3",
"@blitzjs/display": "0.13.0",
"@blitzjs/repl": "0.13.0",
"@oclif/command": "1.5.20",
"@oclif/config": "1.15.1",
"@oclif/plugin-help": "2.2.3",
Expand All @@ -54,9 +54,9 @@
"tsconfig-paths": "3.9.0"
},
"devDependencies": {
"@blitzjs/generator": "0.13.0-canary.3",
"@blitzjs/installer": "0.13.0-canary.3",
"@blitzjs/server": "0.13.0-canary.3",
"@blitzjs/generator": "0.13.0",
"@blitzjs/installer": "0.13.0",
"@blitzjs/server": "0.13.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.13.0-canary.3",
"version": "0.13.0",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
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.13.0-canary.3",
"version": "0.13.0",
"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.13.0-canary.3",
"version": "0.13.0",
"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.13.0-canary.3",
"version": "0.13.0",
"description": "File generation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-transform-typescript": "7.9.4",
"@blitzjs/display": "0.13.0-canary.3",
"@blitzjs/display": "0.13.0",
"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.13.0-canary.3",
"version": "0.13.0",
"scripts": {
"start": "blitz start"
},
"dependencies": {
"@blitzjs/generator": "0.13.0-canary.3",
"@blitzjs/generator": "0.13.0",
"@prisma/cli": "2.0.0-beta.7",
"@prisma/client": "2.0.0-beta.7",
"blitz": "0.13.0-canary.3",
"blitz": "0.13.0",
"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.13.0-canary.3",
"version": "0.13.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/display": "0.13.0-canary.3",
"@blitzjs/generator": "0.13.0-canary.3",
"@blitzjs/display": "0.13.0",
"@blitzjs/generator": "0.13.0",
"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.13.0-canary.3",
"version": "0.13.0",
"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.13.0-canary.3",
"version": "0.13.0",
"license": "MIT",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"module": "dist/webpack.esm.js",
"types": "dist/packages/server/src/index.d.ts",
"dependencies": {
"@blitzjs/display": "0.13.0-canary.3",
"@blitzjs/file-pipeline": "0.13.0-canary.3",
"@blitzjs/display": "0.13.0",
"@blitzjs/file-pipeline": "0.13.0",
"cross-spawn": "7.0.2",
"detect-port": "1.3.0",
"fast-glob": "3.2.2",
Expand Down Expand Up @@ -65,7 +65,7 @@
"vinyl-fs": "3.0.3"
},
"devDependencies": {
"@blitzjs/core": "0.13.0-canary.3",
"@blitzjs/core": "0.13.0",
"@rollup/pluginutils": "3.0.8",
"@types/detect-port": "1.3.0"
},
Expand Down

0 comments on commit 462e22a

Please sign in to comment.