Skip to content

Commit

Permalink
v0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beerose committed Oct 6, 2021
1 parent ea566b2 commit b6adb74
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.40.0",
"version": "0.41.0",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
2 changes: 1 addition & 1 deletion nextjs/packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "0.40.0",
"version": "0.41.0",
"nextjsVersion": "11.1.0",
"description": "The React Framework",
"main": "./dist/server/next.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/babel-preset",
"version": "0.40.0",
"version": "0.41.0",
"license": "MIT",
"scripts": {
"test": "jest",
Expand Down
18 changes: 9 additions & 9 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.40.0",
"version": "0.41.0",
"license": "MIT",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -51,13 +51,13 @@
"url": "https://github.com/blitz-js/blitz"
},
"dependencies": {
"@blitzjs/babel-preset": "0.40.0",
"@blitzjs/cli": "0.40.0",
"@blitzjs/config": "0.40.0",
"@blitzjs/core": "0.40.0",
"@blitzjs/display": "0.40.0",
"@blitzjs/generator": "0.40.0",
"@blitzjs/server": "0.40.0",
"@blitzjs/babel-preset": "0.41.0",
"@blitzjs/cli": "0.41.0",
"@blitzjs/config": "0.41.0",
"@blitzjs/core": "0.41.0",
"@blitzjs/display": "0.41.0",
"@blitzjs/generator": "0.41.0",
"@blitzjs/server": "0.41.0",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
"@testing-library/react-hooks": "^4.0.1",
Expand All @@ -66,7 +66,7 @@
"cross-spawn": "7.0.3",
"debug": "4.3.1",
"envinfo": "^7.7.3",
"eslint-config-blitz": "0.40.0",
"eslint-config-blitz": "0.41.0",
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.6.1",
"minimist": "1.2.5",
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.40.0",
"version": "0.41.0",
"license": "MIT",
"scripts": {
"dev": "rimraf lib && tsc --watch --pretty --preserveWatchOutput",
Expand All @@ -22,11 +22,11 @@
"/lib"
],
"dependencies": {
"@blitzjs/display": "0.40.0",
"@blitzjs/generator": "0.40.0",
"@blitzjs/installer": "0.40.0",
"@blitzjs/repl": "0.40.0",
"@blitzjs/server": "0.40.0",
"@blitzjs/display": "0.41.0",
"@blitzjs/generator": "0.41.0",
"@blitzjs/installer": "0.41.0",
"@blitzjs/repl": "0.41.0",
"@blitzjs/server": "0.41.0",
"@oclif/command": "1.8.0",
"@oclif/config": "1.17.0",
"@oclif/plugin-autocomplete": "0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/config",
"version": "0.40.0",
"version": "0.41.0",
"description": "Loads the blitz app config",
"license": "MIT",
"scripts": {
Expand Down
8 changes: 4 additions & 4 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.40.0",
"version": "0.41.0",
"license": "MIT",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -29,13 +29,13 @@
"server"
],
"dependencies": {
"@blitzjs/config": "0.40.0",
"@blitzjs/display": "0.40.0",
"@blitzjs/config": "0.41.0",
"@blitzjs/display": "0.41.0",
"chalk": "^4.1.0",
"cross-spawn": "7.0.3",
"htmlescape": "^1.1.1",
"lodash.frompairs": "4.0.1",
"next": "0.40.0",
"next": "0.41.0",
"npm-which": "^3.0.1",
"superjson": "1.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/display",
"version": "0.40.0",
"version": "0.41.0",
"description": "Display package for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "git+https://github.com/blitz-js/blitz.git"
},
"dependencies": {
"@blitzjs/display": "0.40.0",
"@blitzjs/display": "0.41.0",
"chalk": "^4.1.0",
"console-table-printer": "^2.7.5",
"ora": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-blitz",
"version": "0.40.0",
"version": "0.41.0",
"description": "Blitz.js eslint config",
"license": "MIT",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/generator",
"version": "0.40.0",
"version": "0.41.0",
"description": "File generation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-transform-typescript": "7.12.1",
"@blitzjs/display": "0.40.0",
"@blitzjs/server": "0.40.0",
"@blitzjs/display": "0.41.0",
"@blitzjs/server": "0.41.0",
"@mrleebo/prisma-ast": "^0.2.4",
"@types/jscodeshift": "0.7.2",
"chalk": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/installer",
"version": "0.40.0",
"version": "0.41.0",
"description": "Package installation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-transform-typescript": "7.12.1",
"@blitzjs/config": "0.40.0",
"@blitzjs/display": "0.40.0",
"@blitzjs/generator": "0.40.0",
"@blitzjs/config": "0.41.0",
"@blitzjs/display": "0.41.0",
"@blitzjs/generator": "0.41.0",
"@mrleebo/prisma-ast": "^0.2.4",
"@prisma/sdk": "2.19.0",
"@types/jscodeshift": "0.7.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/repl",
"version": "0.40.0",
"version": "0.41.0",
"description": "Repl package for Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz/packages/repl/#readme",
"license": "MIT",
Expand Down Expand Up @@ -28,8 +28,8 @@
"url": "git+https://github.com/blitz-js/blitz.git"
},
"dependencies": {
"@blitzjs/config": "0.40.0",
"@blitzjs/display": "0.40.0",
"@blitzjs/config": "0.41.0",
"@blitzjs/display": "0.41.0",
"chokidar": "3.5.1",
"globby": "11.0.2",
"pkg-dir": "^5.0.0",
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.40.0",
"version": "0.41.0",
"license": "MIT",
"scripts": {
"test": "jest --passWithNoTests",
Expand All @@ -19,9 +19,9 @@
"dist"
],
"dependencies": {
"@blitzjs/config": "0.40.0",
"@blitzjs/core": "0.40.0",
"@blitzjs/display": "0.40.0",
"@blitzjs/config": "0.41.0",
"@blitzjs/core": "0.41.0",
"@blitzjs/display": "0.41.0",
"cross-spawn": "7.0.3",
"detect-port": "1.3.0",
"esbuild": "^0.11.12",
Expand Down

0 comments on commit b6adb74

Please sign in to comment.