Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - [email protected]
 - @golevelup/[email protected]
 - @golevelup/[email protected]
 - @golevelup/[email protected]
 - @golevelup/[email protected]
 - @golevelup/[email protected]
 - @golevelup/[email protected]
 - @golevelup/[email protected]
 - @golevelup/[email protected]
 - @golevelup/[email protected]
 - @golevelup/[email protected]
  • Loading branch information
WonderPanda committed Nov 6, 2024
1 parent ae9f97a commit aa7ef03
Show file tree
Hide file tree
Showing 24 changed files with 5,838 additions and 2,062 deletions.
6 changes: 6 additions & 0 deletions integration/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/golevelup/nestjs/compare/[email protected]@3.5.0) (2024-11-06)

### Features

- **rabbitmq:** adds a message batching mechanism for RabbitMQ handlers ([#781](https://github.com/golevelup/nestjs/issues/781)) ([ce44d4d](https://github.com/golevelup/nestjs/commit/ce44d4dfaad05333cacd916c95dbf20089c91790))

# [3.4.0](https://github.com/golevelup/nestjs/compare/[email protected]@3.4.0) (2024-08-09)

### Features
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.4.0",
"version": "3.5.0",
"description": "RabbitMQ integration project",
"private": true,
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/common/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.

## [2.0.1](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

**Note:** Version bump only for package @golevelup/nestjs-common

# [2.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/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@golevelup/nestjs-common",
"version": "2.0.0",
"version": "2.0.1",
"description": "Common module and utility building blocks for badass NestJS applications",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/discovery/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.

## [4.0.2](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

**Note:** Version bump only for package @golevelup/nestjs-discovery

## [4.0.1](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-04-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@golevelup/nestjs-discovery",
"version": "4.0.1",
"version": "4.0.2",
"description": "A Badass NestJS module for querying your app's controllers, providers and handlers",
"keywords": [
"NestJS",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-request/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.3](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

### Bug Fixes

- **deps:** fix pnpm dependency issue ([#868](https://github.com/golevelup/nestjs/issues/868)) ([9a02e8b](https://github.com/golevelup/nestjs/commit/9a02e8b31f467d211e333e056a4c4374023a966a)), closes [#817](https://github.com/golevelup/nestjs/issues/817)

## [0.2.2](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-04-10)

**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.2.2",
"version": "0.2.3",
"description": "Badass utilities for integrating graphql-request and NestJS",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/hasura/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.8](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

### Bug Fixes

- **deps:** fix pnpm dependency issue ([#868](https://github.com/golevelup/nestjs/issues/868)) ([9a02e8b](https://github.com/golevelup/nestjs/commit/9a02e8b31f467d211e333e056a4c4374023a966a)), closes [#817](https://github.com/golevelup/nestjs/issues/817)

## [3.0.7](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-08-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/hasura/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@golevelup/nestjs-hasura",
"version": "3.0.7",
"version": "3.0.8",
"description": "Badass utilities for integrating Hasura and NestJS",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down
13 changes: 13 additions & 0 deletions packages/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.6.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

### Bug Fixes

- **deps:** fix pnpm dependency issue ([#868](https://github.com/golevelup/nestjs/issues/868)) ([9a02e8b](https://github.com/golevelup/nestjs/commit/9a02e8b31f467d211e333e056a4c4374023a966a)), closes [#817](https://github.com/golevelup/nestjs/issues/817)
- **rmq:** allow pattern to contain empty strings for exact/literal matching ([#794](https://github.com/golevelup/nestjs/issues/794)) ([506cd6d](https://github.com/golevelup/nestjs/commit/506cd6d16d5b678dd5031df567a6383f34206831))

### Features

- add validation for amq connection uri ([#844](https://github.com/golevelup/nestjs/issues/844)) ([af3ac52](https://github.com/golevelup/nestjs/commit/af3ac52045e6893aa4e82f2a16964d4826641c87))
- **rabbitmq:** adds a message batching mechanism for RabbitMQ handlers ([#781](https://github.com/golevelup/nestjs/issues/781)) ([ce44d4d](https://github.com/golevelup/nestjs/commit/ce44d4dfaad05333cacd916c95dbf20089c91790))
- small performance improvement using Map over array ([#795](https://github.com/golevelup/nestjs/issues/795)) ([1b46383](https://github.com/golevelup/nestjs/commit/1b46383766083ac33a0ace970c7d456ebeb2949c))

# [5.5.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-09-24)

### Features
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": "5.5.0",
"version": "5.6.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
11 changes: 11 additions & 0 deletions packages/stripe/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.

# [0.9.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

### Bug Fixes

- **deps:** fix pnpm dependency issue ([#868](https://github.com/golevelup/nestjs/issues/868)) ([9a02e8b](https://github.com/golevelup/nestjs/commit/9a02e8b31f467d211e333e056a4c4374023a966a)), closes [#817](https://github.com/golevelup/nestjs/issues/817)

### Features

- stripe upgrade to v16 ([#796](https://github.com/golevelup/nestjs/issues/796)) ([6d7063b](https://github.com/golevelup/nestjs/commit/6d7063bc4f6c8b7b01f3f84d3ecb9ea02a1b16ad))
- stripe v17 ([#834](https://github.com/golevelup/nestjs/issues/834)) ([226d32d](https://github.com/golevelup/nestjs/commit/226d32d4b34f3e52c49edf7bebd8691068228f25))

## [0.8.2](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-09-03)

**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.8.2",
"version": "0.9.0",
"description": "Badass utilities for integrating stripe and NestJS",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down
10 changes: 10 additions & 0 deletions packages/testing/ts-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

### Bug Fixes

- **ts-jest:** ensures auto mocked properties can be casted to primitive types ([#850](https://github.com/golevelup/nestjs/issues/850)) ([60cc5f8](https://github.com/golevelup/nestjs/commit/60cc5f8f96086ee4621d32a68b7fbaab49733c38)), closes [#843](https://github.com/golevelup/nestjs/issues/843)

### Features

- **rabbitmq:** adds a message batching mechanism for RabbitMQ handlers ([#781](https://github.com/golevelup/nestjs/issues/781)) ([ce44d4d](https://github.com/golevelup/nestjs/commit/ce44d4dfaad05333cacd916c95dbf20089c91790))

## [0.5.6](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-09-24)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/testing/ts-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@golevelup/ts-jest",
"version": "0.5.6",
"version": "0.6.0",
"description": "Reusable utilities to help level up NestJS Testing",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down Expand Up @@ -36,9 +36,9 @@
"access": "public"
},
"devDependencies": {
"@jest/globals": "^27.4.3",
"jest": "^27.4.3",
"jest-mock": "27.5.1",
"@jest/globals": "^27.4.3"
"jest-mock": "27.5.1"
},
"jest": {
"moduleFileExtensions": [
Expand Down
4 changes: 4 additions & 0 deletions packages/testing/ts-sinon/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.1.1](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

**Note:** Version bump only for package @golevelup/ts-sinon

# 0.1.0 (2023-07-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/ts-sinon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/testing/ts-sinon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@golevelup/ts-sinon",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"author": "Omer Morad <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/testing/ts-vitest/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.5.1](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

**Note:** Version bump only for package @golevelup/ts-vitest

# 0.5.0 (2024-04-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/ts-vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@golevelup/ts-vitest",
"version": "0.5.0",
"version": "0.5.1",
"description": "Reusable utilities to help level up NestJS Testing",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/webhooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.19](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

### Bug Fixes

- **deps:** fix pnpm dependency issue ([#868](https://github.com/golevelup/nestjs/issues/868)) ([9a02e8b](https://github.com/golevelup/nestjs/commit/9a02e8b31f467d211e333e056a4c4374023a966a)), closes [#817](https://github.com/golevelup/nestjs/issues/817)

## [0.2.18](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-02-09)

**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.18",
"version": "0.2.19",
"description": "Badass utilities for integrating webhooks and NestJS",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down
Loading

0 comments on commit aa7ef03

Please sign in to comment.