Skip to content

Commit

Permalink
Merge pull request #78 from spuxx1701/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
spuxx-dev authored Nov 16, 2024
2 parents 5070c1c + cd12574 commit eb696ca
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/js-utils": "1.2.0",
"packages/browser-utils": "1.2.0",
"packages/nest-utils": "2.4.1",
"packages/nest-testing": "0.0.0"
"packages/nest-utils": "3.0.0",
"packages/nest-testing": "1.0.0"
}
14 changes: 14 additions & 0 deletions packages/nest-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Changelog

## 1.0.0 (2024-11-16)


### ⚠ BREAKING CHANGES

* **container:** `TestContainer` no longer implicitly includes `AuthModule`, but instead detects when it has been provided

### Features

* **container:** `TestContainer` no longer implicitly includes `AuthModule`, but instead detects when it has been provided ([784da85](https://github.com/spuxx1701/jslibs/commit/784da8539e57c9cfef7e1ad8055a2ba032e83388))
* **testing:** Implemented new package `@spuxx/nest-testing` ([a9719e2](https://github.com/spuxx1701/jslibs/commit/a9719e29dfe345e9e231f609522709643fb8a063))

## Changelog
2 changes: 1 addition & 1 deletion packages/nest-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spuxx/nest-testing",
"version": "0.0.0",
"version": "1.0.0",
"description": "A package containing testing-related utilities for NestJS applications.",
"license": "MIT",
"author": {
Expand Down
18 changes: 18 additions & 0 deletions packages/nest-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [3.0.0](https://github.com/spuxx1701/jslibs/compare/nest-utils-v2.4.1...nest-utils-v3.0.0) (2024-11-16)


### ⚠ BREAKING CHANGES

* **testing:** Migrate testing to separate package
* **auth:** Decouple `AuthModule` from express-openid-connect by forcing consumers to import the `auth` middleware themselves and hand it over to this package

### Features

* **auth:** Decouple `AuthModule` from express-openid-connect by forcing consumers to import the `auth` middleware themselves and hand it over to this package ([90ea1de](https://github.com/spuxx1701/jslibs/commit/90ea1deeba4dda3714249865dbeaa92ce70831e7))
* **testing:** Migrate testing to separate package ([f0f3c13](https://github.com/spuxx1701/jslibs/commit/f0f3c1366f2b1811b5209c6e9e9ea79e28a4df9b))


### Bug Fixes

* **auth:** Mark AuthModule as global module properly ([e01d870](https://github.com/spuxx1701/jslibs/commit/e01d87088175633d653b4823e79eb564ac7c464a))

## [2.4.1](https://github.com/spuxx1701/jslibs/compare/nest-utils-v2.4.0...nest-utils-v2.4.1) (2024-11-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/nest-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spuxx/nest-utils",
"version": "2.4.1",
"version": "3.0.0",
"description": "A package containing various utilities for NestJS applications.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit eb696ca

Please sign in to comment.