forked from golevelup/nestjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - @golevelup/[email protected] - @golevelup/[email protected] - @golevelup/[email protected] - @golevelup/[email protected]
- Loading branch information
1 parent
7cd09a0
commit be88a40
Showing
10 changed files
with
36 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.1](https://github.com/golevelup/nestjs/compare/[email protected]@3.0.1) (2023-11-21) | ||
|
||
**Note:** Version bump only for package rabbitmq-integration | ||
|
||
# [3.0.0](https://github.com/golevelup/nestjs/compare/[email protected]@3.0.0) (2023-07-18) | ||
|
||
- feat(nestjs)!: add support for v10 (#617) ([817729e](https://github.com/golevelup/nestjs/commit/817729ef0fc4d63647430ddac0d011c038b0c36b)), closes [#617](https://github.com/golevelup/nestjs/issues/617) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.2.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2023-11-21) | ||
|
||
- deps(graphql-request)!: update graphql and graphql-request packages (#664) ([a1b1977](https://github.com/golevelup/nestjs/commit/a1b1977245e1433c83558117d37eada567cabc9b)), closes [#664](https://github.com/golevelup/nestjs/issues/664) | ||
|
||
### BREAKING CHANGES | ||
|
||
- Changes to underlying dependencies that this library depends on | ||
|
||
## [0.1.16](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2023-07-18) | ||
|
||
**Note:** Version bump only for package @golevelup/nestjs-graphql-request | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@golevelup/nestjs-graphql-request", | ||
"version": "0.1.16", | ||
"version": "0.2.0", | ||
"description": "Badass utilities for integrating graphql-request and NestJS", | ||
"author": "Jesse Carter <[email protected]>", | ||
"homepage": "https://github.com/golevelup/nestjs#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.1.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2023-11-21) | ||
|
||
### Bug Fixes | ||
|
||
- use the Logger passed in config instead of default ([#663](https://github.com/golevelup/nestjs/issues/663)) ([ec69e13](https://github.com/golevelup/nestjs/commit/ec69e1376a97844756a71a7453e2ced9238467d5)) | ||
- **rabbitmq:** using **routeArguments** to allow pipe injection ([#648](https://github.com/golevelup/nestjs/issues/648)) ([77b9039](https://github.com/golevelup/nestjs/commit/77b90399302f6f0c986983b3e8ecd5f32dddfa5a)) | ||
|
||
### Features | ||
|
||
- **rabbitmq:** replace defaultRpcErrorBehavior with defaultRpcErrorHandler ([#644](https://github.com/golevelup/nestjs/issues/644)) ([c927cb1](https://github.com/golevelup/nestjs/commit/c927cb12f5203fe4739027fc54d78c6ae2629cfb)) | ||
|
||
# [4.0.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2023-07-18) | ||
|
||
- feat(nestjs)!: add support for v10 (#617) ([817729e](https://github.com/golevelup/nestjs/commit/817729ef0fc4d63647430ddac0d011c038b0c36b)), closes [#617](https://github.com/golevelup/nestjs/issues/617) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@golevelup/nestjs-rabbitmq", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Badass RabbitMQ addons for NestJS", | ||
"author": "Jesse Carter <[email protected]>", | ||
"homepage": "https://github.com/golevelup/nestjs/blob/master/packages/rabbitmq/README.md", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.6.4](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2023-11-21) | ||
|
||
**Note:** Version bump only for package @golevelup/nestjs-stripe | ||
|
||
## [0.6.3](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2023-07-18) | ||
|
||
**Note:** Version bump only for package @golevelup/nestjs-stripe | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@golevelup/nestjs-stripe", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Badass utilities for integrating stripe and NestJS", | ||
"author": "Jesse Carter <[email protected]>", | ||
"homepage": "https://github.com/golevelup/nestjs#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.17](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2023-11-21) | ||
|
||
**Note:** Version bump only for package @golevelup/nestjs-webhooks | ||
|
||
## [0.2.16](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2023-07-18) | ||
|
||
**Note:** Version bump only for package @golevelup/nestjs-webhooks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@golevelup/nestjs-webhooks", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"description": "Badass utilities for integrating webhooks and NestJS", | ||
"author": "Jesse Carter <[email protected]>", | ||
"homepage": "https://github.com/golevelup/nestjs#readme", | ||
|