Skip to content

Commit

Permalink
chore(release) publish v5.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Apr 29, 2018
1 parent 484a2eb commit 195ae27
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bundle/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/common",
"version": "5.0.0-beta.6",
"version": "5.0.0-beta.7",
"description": "Nest - modern, fast, powerful node.js web framework (@common)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion bundle/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/core",
"version": "5.0.0-beta.6",
"version": "5.0.0-beta.7",
"description": "Nest - modern, fast, powerful node.js web framework (@core)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion bundle/microservices/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/microservices",
"version": "5.0.0-beta.6",
"version": "5.0.0-beta.7",
"description": "Nest - modern, fast, powerful node.js web framework (@microservices)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion bundle/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/testing",
"version": "5.0.0-beta.6",
"version": "5.0.0-beta.7",
"description": "Nest - modern, fast, powerful node.js web framework (@testing)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion bundle/websockets/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/websockets",
"version": "5.0.0-beta.6",
"version": "5.0.0-beta.7",
"description": "Nest - modern, fast, powerful node.js web framework (@websockets)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"bundle/*"
],
"version": "5.0.0-beta.6"
"version": "5.0.0-beta.7"
}

0 comments on commit 195ae27

Please sign in to comment.