Skip to content

Commit 76aceca

Browse files
chore(): publish 6.11.0-next.1
1 parent 81086d8 commit 76aceca

20 files changed

Lines changed: 25 additions & 25 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "6.10.14"
6+
"version": "6.11.0-next.1"
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/core",
3-
"version": "6.11.0",
3+
"version": "6.11.0-next.1",
44
"description": "Modern, fast, powerful node.js web framework",
55
"scripts": {
66
"coverage": "nyc report --reporter=text-lcov | coveralls",

packages/common/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
7979

8080
## Stay in touch
8181

82-
* Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
82+
* Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
8383
* Website - [https://nestjs.com](https://nestjs.com/)
8484
* Twitter - [@nestframework](https://twitter.com/nestframework)
8585

packages/common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/common",
3-
"version": "6.10.14",
3+
"version": "6.11.0-next.1",
44
"description": "Nest - modern, fast, powerful node.js web framework (@common)",
55
"author": "Kamil Mysliwiec",
66
"homepage": "https://nestjs.com",
@@ -19,8 +19,8 @@
1919
"dependencies": {
2020
"axios": "0.19.2",
2121
"cli-color": "2.0.0",
22-
"uuid": "3.4.0",
23-
"tslib": "1.10.0"
22+
"tslib": "1.10.0",
23+
"uuid": "3.4.0"
2424
},
2525
"peerDependencies": {
2626
"reflect-metadata": "^0.1.12",

packages/core/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
7979

8080
## Stay in touch
8181

82-
* Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
82+
* Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
8383
* Website - [https://nestjs.com](https://nestjs.com/)
8484
* Twitter - [@nestframework](https://twitter.com/nestframework)
8585

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/core",
3-
"version": "6.10.14",
3+
"version": "6.11.0-next.1",
44
"description": "Nest - modern, fast, powerful node.js web framework (@core)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",
@@ -30,10 +30,10 @@
3030
"@nuxtjs/opencollective": "0.2.2",
3131
"fast-safe-stringify": "2.0.7",
3232
"iterare": "1.2.0",
33-
"path-to-regexp": "3.2.0",
3433
"object-hash": "2.0.1",
35-
"uuid": "3.4.0",
36-
"tslib": "1.10.0"
34+
"path-to-regexp": "3.2.0",
35+
"tslib": "1.10.0",
36+
"uuid": "3.4.0"
3737
},
3838
"peerDependencies": {
3939
"@nestjs/common": "^6.0.0",

packages/microservices/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
7979

8080
## Stay in touch
8181

82-
* Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
82+
* Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
8383
* Website - [https://nestjs.com](https://nestjs.com/)
8484
* Twitter - [@nestframework](https://twitter.com/nestframework)
8585

packages/microservices/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/microservices",
3-
"version": "6.10.14",
3+
"version": "6.11.0-next.1",
44
"description": "Nest - modern, fast, powerful node.js web framework (@microservices)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",

packages/platform-express/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
7979

8080
## Stay in touch
8181

82-
* Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
82+
* Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
8383
* Website - [https://nestjs.com](https://nestjs.com/)
8484
* Twitter - [@nestframework](https://twitter.com/nestframework)
8585

packages/platform-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/platform-express",
3-
"version": "6.10.14",
3+
"version": "6.11.0-next.1",
44
"description": "Nest - modern, fast, powerful node.js web framework (@platform-express)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",

0 commit comments

Comments
 (0)