Skip to content

Commit

Permalink
chore(@nestjs) publish v8.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 8, 2021
1 parent 63581c9 commit caa8a8f
Show file tree
Hide file tree
Showing 19 changed files with 143 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "8.1.2"
"version": "8.2.0"
}
18 changes: 18 additions & 0 deletions packages/common/CHANGELOG.md
@@ -0,0 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.2.0"></a>
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)


### Bug Fixes

* **deps:** update dependency axios to v0.24.0 ([fc77e4f](https://github.com/nestjs/nest/commit/fc77e4f))


### Features

* **common:** add the ability to set some extra metadata about returned files ([5100573](https://github.com/nestjs/nest/commit/5100573))
* **common:** allow to swap out class-validator and class-transformer ([2a1cc62](https://github.com/nestjs/nest/commit/2a1cc62))
2 changes: 1 addition & 1 deletion packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/common",
"version": "8.1.2",
"version": "8.2.0",
"description": "Nest - modern, fast, powerful node.js web framework (@common)",
"author": "Kamil Mysliwiec",
"homepage": "https://nestjs.com",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.2.0"></a>
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)




**Note:** Version bump only for package @nestjs/core
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/core",
"version": "8.1.2",
"version": "8.2.0",
"description": "Nest - modern, fast, powerful node.js web framework (@core)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@nestjs/common": "8.1.2"
"@nestjs/common": "8.2.0"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/microservices/CHANGELOG.md
@@ -0,0 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.2.0"></a>
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)


### Bug Fixes

* **microservices:** npm run format ([fdf11a5](https://github.com/nestjs/nest/commit/fdf11a5))


### Features

* **microservices:** adds packageDefinition option to ClientGrpc ([76f2918](https://github.com/nestjs/nest/commit/76f2918)), closes [#8457](https://github.com/nestjs/nest/issues/8457)
* **microservices:** removes [@grpc](https://github.com/grpc)/grpc-js import ([3b74293](https://github.com/nestjs/nest/commit/3b74293))
6 changes: 3 additions & 3 deletions packages/microservices/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/microservices",
"version": "8.1.2",
"version": "8.2.0",
"description": "Nest - modern, fast, powerful node.js web framework (@microservices)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand All @@ -22,8 +22,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@nestjs/common": "8.1.2",
"@nestjs/core": "8.1.2"
"@nestjs/common": "8.2.0",
"@nestjs/core": "8.2.0"
},
"peerDependencies": {
"@grpc/grpc-js": "*",
Expand Down
12 changes: 12 additions & 0 deletions packages/platform-express/CHANGELOG.md
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.2.0"></a>
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)


### Features

* **common:** add the ability to set some extra metadata about returned files ([5100573](https://github.com/nestjs/nest/commit/5100573))
6 changes: 3 additions & 3 deletions packages/platform-express/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/platform-express",
"version": "8.1.2",
"version": "8.2.0",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-express)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand All @@ -24,8 +24,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@nestjs/common": "8.1.2",
"@nestjs/core": "8.1.2"
"@nestjs/common": "8.2.0",
"@nestjs/core": "8.2.0"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/platform-fastify/CHANGELOG.md
@@ -0,0 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.2.0"></a>
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)


### Bug Fixes

* **deps:** update dependency fastify to v3.23.1 ([63113d8](https://github.com/nestjs/nest/commit/63113d8))
* **platform-fastify:** fix streamable file processing ([365c40b](https://github.com/nestjs/nest/commit/365c40b))


### Features

* **common:** add the ability to set some extra metadata about returned files ([5100573](https://github.com/nestjs/nest/commit/5100573))
2 changes: 1 addition & 1 deletion packages/platform-fastify/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/platform-fastify",
"version": "8.1.2",
"version": "8.2.0",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-fastify)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/platform-socket.io/CHANGELOG.md
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.2.0"></a>
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)




**Note:** Version bump only for package @nestjs/platform-socket.io
2 changes: 1 addition & 1 deletion packages/platform-socket.io/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/platform-socket.io",
"version": "8.1.2",
"version": "8.2.0",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-socket.io)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/platform-ws/CHANGELOG.md
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.2.0"></a>
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)




**Note:** Version bump only for package @nestjs/platform-ws
2 changes: 1 addition & 1 deletion packages/platform-ws/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/platform-ws",
"version": "8.1.2",
"version": "8.2.0",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-ws)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/testing/CHANGELOG.md
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.2.0"></a>
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)




**Note:** Version bump only for package @nestjs/testing
2 changes: 1 addition & 1 deletion packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/testing",
"version": "8.1.2",
"version": "8.2.0",
"description": "Nest - modern, fast, powerful node.js web framework (@testing)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/websockets/CHANGELOG.md
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.2.0"></a>
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)




**Note:** Version bump only for package @nestjs/websockets
6 changes: 3 additions & 3 deletions packages/websockets/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/websockets",
"version": "8.1.2",
"version": "8.2.0",
"description": "Nest - modern, fast, powerful node.js web framework (@websockets)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand All @@ -17,8 +17,8 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@nestjs/common": "8.1.2",
"@nestjs/core": "8.1.2"
"@nestjs/common": "8.2.0",
"@nestjs/core": "8.2.0"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
Expand Down

0 comments on commit caa8a8f

Please sign in to comment.