Skip to content

Commit

Permalink
chore(@nestjs) publish v5.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Oct 19, 2018
1 parent 9be35b4 commit 47f0fa0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "5.3.15"
"version": "5.4.0"
}
5 changes: 2 additions & 3 deletions packages/common/package.json
@@ -1,8 +1,7 @@
{
"name": "@nestjs/common",
"version": "5.3.15",
"description":
"Nest - modern, fast, powerful node.js web framework (@common)",
"version": "5.4.0",
"description": "Nest - modern, fast, powerful node.js web framework (@common)",
"author": "Kamil Mysliwiec",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/core",
"version": "5.3.15",
"version": "5.4.0",
"description": "Nest - modern, fast, powerful node.js web framework (@core)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/microservices/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/microservices",
"version": "5.3.15",
"version": "5.4.0",
"description": "Nest - modern, fast, powerful node.js web framework (@microservices)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/testing",
"version": "5.3.15",
"version": "5.4.0",
"description": "Nest - modern, fast, powerful node.js web framework (@testing)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/websockets/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/websockets",
"version": "5.3.15",
"version": "5.4.0",
"description": "Nest - modern, fast, powerful node.js web framework (@websockets)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down

0 comments on commit 47f0fa0

Please sign in to comment.