Skip to content

Commit

Permalink
chore(@nestjs) publish v6.10.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 18, 2019
1 parent 8387e3c commit 1a5bc8f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "6.10.11"
"version": "6.10.12"
}
2 changes: 1 addition & 1 deletion packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/common",
"version": "6.10.11",
"version": "6.10.12",
"description": "Nest - modern, fast, powerful node.js web framework (@common)",
"author": "Kamil Mysliwiec",
"homepage": "https://nestjs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/core",
"version": "6.10.11",
"version": "6.10.12",
"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": "6.10.11",
"version": "6.10.12",
"description": "Nest - modern, fast, powerful node.js web framework (@microservices)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-express/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/platform-express",
"version": "6.10.11",
"version": "6.10.12",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-express)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-fastify/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/platform-fastify",
"version": "6.10.11",
"version": "6.10.12",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-fastify)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-socket.io/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/platform-socket.io",
"version": "6.10.11",
"version": "6.10.12",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-socket.io)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-ws/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/platform-ws",
"version": "6.10.11",
"version": "6.10.12",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-ws)",
"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": "6.10.11",
"version": "6.10.12",
"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": "6.10.11",
"version": "6.10.12",
"description": "Nest - modern, fast, powerful node.js web framework (@websockets)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down

0 comments on commit 1a5bc8f

Please sign in to comment.