Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
WonderPanda committed Nov 21, 2023
1 parent 7cd09a0 commit be88a40
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 5 deletions.
4 changes: 4 additions & 0 deletions integration/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion integration/rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rabbitmq-integration",
"version": "3.0.0",
"version": "3.0.1",
"description": "RabbitMQ integration project",
"private": true,
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-request/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-request/package.json
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",
Expand Down
11 changes: 11 additions & 0 deletions packages/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/rabbitmq/package.json
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",
Expand Down
4 changes: 4 additions & 0 deletions packages/stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe/package.json
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",
Expand Down
4 changes: 4 additions & 0 deletions packages/webhooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/webhooks/package.json
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",
Expand Down

0 comments on commit be88a40

Please sign in to comment.