diff --git a/bundle/common/package.json b/bundle/common/package.json index 08cfc22a53e..8a3268db23a 100644 --- a/bundle/common/package.json +++ b/bundle/common/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/common", - "version": "5.0.0-rc.4", + "version": "5.0.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 a3e619d2625..cb93901c698 100644 --- a/bundle/core/package.json +++ b/bundle/core/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/core", - "version": "5.0.0-rc.4", + "version": "5.0.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 2f497b5c60a..2c173bfffe0 100644 --- a/bundle/microservices/package.json +++ b/bundle/microservices/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/microservices", - "version": "5.0.0-rc.4", + "version": "5.0.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 8851ac0e875..e8f28b4993d 100644 --- a/bundle/testing/package.json +++ b/bundle/testing/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/testing", - "version": "5.0.0-rc.4", + "version": "5.0.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 7c9be4e319e..95df707c303 100644 --- a/bundle/websockets/package.json +++ b/bundle/websockets/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/websockets", - "version": "5.0.0-rc.4", + "version": "5.0.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 65e8857daef..c106153f911 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "bundle/*" ], - "version": "5.0.0-rc.4" + "version": "5.0.0" }