Skip to content

Commit 38df712

Browse files
committed
chore: release main
1 parent a9719e2 commit 38df712

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed

.release-please/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/js-utils": "1.2.0",
33
"packages/browser-utils": "1.2.0",
4-
"packages/nest-utils": "2.4.1",
5-
"packages/nest-testing": "0.0.0"
4+
"packages/nest-utils": "3.0.0",
5+
"packages/nest-testing": "1.0.0"
66
}

packages/nest-testing/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## 1.0.0 (2024-11-15)
4+
5+
6+
### Features
7+
8+
* **testing:** Implemented new package `@spuxx/nest-testing` ([a9719e2](https://github.com/spuxx1701/jslibs/commit/a9719e29dfe345e9e231f609522709643fb8a063))
9+
10+
## Changelog

packages/nest-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/nest-testing",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A package containing testing-related utilities for NestJS applications.",
55
"license": "MIT",
66
"author": {

packages/nest-utils/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/spuxx1701/jslibs/compare/nest-utils-v2.4.1...nest-utils-v3.0.0) (2024-11-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **auth:** Decouple `AuthModule` from express-openid-connect by forcing consumers to import the `auth` middleware themselves and hand it over to this package
9+
10+
### Features
11+
12+
* **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))
13+
14+
15+
### Bug Fixes
16+
17+
* **auth:** Mark AuthModule as global module properly ([e01d870](https://github.com/spuxx1701/jslibs/commit/e01d87088175633d653b4823e79eb564ac7c464a))
18+
319
## [2.4.1](https://github.com/spuxx1701/jslibs/compare/nest-utils-v2.4.0...nest-utils-v2.4.1) (2024-11-07)
420

521

packages/nest-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/nest-utils",
3-
"version": "2.4.1",
3+
"version": "3.0.0",
44
"description": "A package containing various utilities for NestJS applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)