diff --git a/bundle/common/package.json b/bundle/common/package.json index f7dc4f87474..c41b716298d 100644 --- a/bundle/common/package.json +++ b/bundle/common/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/common", - "version": "5.0.1", + "version": "5.1.0", "description": "Nest - modern, fast, powerful node.js web framework (@common)", "author": "Kamil Mysliwiec", "license": "MIT", diff --git a/bundle/core/package.json b/bundle/core/package.json index 2d64ec981f5..244f6e592a2 100644 --- a/bundle/core/package.json +++ b/bundle/core/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/core", - "version": "5.0.1", + "version": "5.1.0", "description": "Nest - modern, fast, powerful node.js web framework (@core)", "author": "Kamil Mysliwiec", "license": "MIT", diff --git a/bundle/microservices/package.json b/bundle/microservices/package.json index 7c772deb281..ce4aa7da4be 100644 --- a/bundle/microservices/package.json +++ b/bundle/microservices/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/microservices", - "version": "5.0.1", + "version": "5.1.0", "description": "Nest - modern, fast, powerful node.js web framework (@microservices)", "author": "Kamil Mysliwiec", "license": "MIT", diff --git a/bundle/testing/package.json b/bundle/testing/package.json index f008997155c..2c9b84ae7ea 100644 --- a/bundle/testing/package.json +++ b/bundle/testing/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/testing", - "version": "5.0.1", + "version": "5.1.0", "description": "Nest - modern, fast, powerful node.js web framework (@testing)", "author": "Kamil Mysliwiec", "license": "MIT", diff --git a/bundle/websockets/package.json b/bundle/websockets/package.json index 91a3f015c7a..a19c4df0f11 100644 --- a/bundle/websockets/package.json +++ b/bundle/websockets/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/websockets", - "version": "5.0.1", + "version": "5.1.0", "description": "Nest - modern, fast, powerful node.js web framework (@websockets)", "author": "Kamil Mysliwiec", "license": "MIT", diff --git a/lerna.json b/lerna.json index 2ce919ef5e8..163f7aa3e14 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "bundle/*" ], - "version": "5.0.1" + "version": "5.1.0" }