Skip to content

Commit caa8a8f

Browse files
chore(@nestjs) publish v8.2.0 release
1 parent 63581c9 commit caa8a8f

File tree

19 files changed

+143
-17
lines changed

19 files changed

+143
-17
lines changed

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": "8.1.2"
6+
"version": "8.2.0"
77
}

packages/common/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="8.2.0"></a>
7+
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency axios to v0.24.0 ([fc77e4f](https://github.com/nestjs/nest/commit/fc77e4f))
13+
14+
15+
### Features
16+
17+
* **common:** add the ability to set some extra metadata about returned files ([5100573](https://github.com/nestjs/nest/commit/5100573))
18+
* **common:** allow to swap out class-validator and class-transformer ([2a1cc62](https://github.com/nestjs/nest/commit/2a1cc62))

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/common",
3-
"version": "8.1.2",
3+
"version": "8.2.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@common)",
55
"author": "Kamil Mysliwiec",
66
"homepage": "https://nestjs.com",

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="8.2.0"></a>
7+
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @nestjs/core

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/core",
3-
"version": "8.1.2",
3+
"version": "8.2.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@core)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",
@@ -36,7 +36,7 @@
3636
"uuid": "8.3.2"
3737
},
3838
"devDependencies": {
39-
"@nestjs/common": "8.1.2"
39+
"@nestjs/common": "8.2.0"
4040
},
4141
"peerDependencies": {
4242
"@nestjs/common": "^8.0.0",

packages/microservices/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="8.2.0"></a>
7+
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)
8+
9+
10+
### Bug Fixes
11+
12+
* **microservices:** npm run format ([fdf11a5](https://github.com/nestjs/nest/commit/fdf11a5))
13+
14+
15+
### Features
16+
17+
* **microservices:** adds packageDefinition option to ClientGrpc ([76f2918](https://github.com/nestjs/nest/commit/76f2918)), closes [#8457](https://github.com/nestjs/nest/issues/8457)
18+
* **microservices:** removes [@grpc](https://github.com/grpc)/grpc-js import ([3b74293](https://github.com/nestjs/nest/commit/3b74293))

packages/microservices/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/microservices",
3-
"version": "8.1.2",
3+
"version": "8.2.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@microservices)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",
@@ -22,8 +22,8 @@
2222
"tslib": "2.3.1"
2323
},
2424
"devDependencies": {
25-
"@nestjs/common": "8.1.2",
26-
"@nestjs/core": "8.1.2"
25+
"@nestjs/common": "8.2.0",
26+
"@nestjs/core": "8.2.0"
2727
},
2828
"peerDependencies": {
2929
"@grpc/grpc-js": "*",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="8.2.0"></a>
7+
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)
8+
9+
10+
### Features
11+
12+
* **common:** add the ability to set some extra metadata about returned files ([5100573](https://github.com/nestjs/nest/commit/5100573))

packages/platform-express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/platform-express",
3-
"version": "8.1.2",
3+
"version": "8.2.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@platform-express)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",
@@ -24,8 +24,8 @@
2424
"tslib": "2.3.1"
2525
},
2626
"devDependencies": {
27-
"@nestjs/common": "8.1.2",
28-
"@nestjs/core": "8.1.2"
27+
"@nestjs/common": "8.2.0",
28+
"@nestjs/core": "8.2.0"
2929
},
3030
"peerDependencies": {
3131
"@nestjs/common": "^8.0.0",
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="8.2.0"></a>
7+
# [8.2.0](https://github.com/nestjs/nest/compare/v8.1.2...v8.2.0) (2021-11-08)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency fastify to v3.23.1 ([63113d8](https://github.com/nestjs/nest/commit/63113d8))
13+
* **platform-fastify:** fix streamable file processing ([365c40b](https://github.com/nestjs/nest/commit/365c40b))
14+
15+
16+
### Features
17+
18+
* **common:** add the ability to set some extra metadata about returned files ([5100573](https://github.com/nestjs/nest/commit/5100573))

0 commit comments

Comments
 (0)