Skip to content

Commit 390c463

Browse files
committed
chore: release main
1 parent ed831d8 commit 390c463

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

.release-please/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/js-utils": "1.1.2",
2+
"packages/js-utils": "1.2.0",
33
"packages/browser-utils": "1.2.0",
4-
"packages/nest-utils": "2.3.3"
4+
"packages/nest-utils": "2.4.0"
55
}

packages/js-utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/spuxx1701/jslibs/compare/js-utils-v1.1.2...js-utils-v1.2.0) (2024-11-06)
4+
5+
6+
### Features
7+
8+
* **utils:** Add isEmptyArray function ([5ae1597](https://github.com/spuxx1701/jslibs/commit/5ae1597542d50dfd2a27312f69a5cbe4052a30aa))
9+
310
## [1.1.2](https://github.com/spuxx1701/jslibs/compare/js-utils-v1.1.1...js-utils-v1.1.2) (2024-11-03)
411

512

packages/js-utils/package.json

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

packages/nest-utils/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/spuxx1701/jslibs/compare/nest-utils-v2.3.3...nest-utils-v2.4.0) (2024-11-06)
4+
5+
6+
### Features
7+
8+
* **http:** Implemented '@IncludeQueryParam` decorator ([b7ebc57](https://github.com/spuxx1701/jslibs/commit/b7ebc57841b6cb27f5902497ce121fe846d23288))
9+
* **transformers:** Implemented `@TransformArrayString()` decorator and `transformArrayString()` function ([8e77f0c](https://github.com/spuxx1701/jslibs/commit/8e77f0cd00d2f85cd13f0cdc2de35981455fdd22))
10+
* **transformers:** Refactored `@TransformBooleanString` decorator and exposed `transformBooleanString()` function ([a11da65](https://github.com/spuxx1701/jslibs/commit/a11da65b63ea13078f55c2c169d46f26bb62bf40))
11+
12+
13+
### Bug Fixes
14+
15+
* **auth:** Explicitly import and export `AuthGuard` ([46d43b2](https://github.com/spuxx1701/jslibs/commit/46d43b2508d0e805f5572c77ed4f66b85524f789))
16+
317
## [2.3.3](https://github.com/spuxx1701/jslibs/compare/nest-utils-v2.3.2...nest-utils-v2.3.3) (2024-10-30)
418

519

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.3.3",
3+
"version": "2.4.0",
44
"description": "A package containing various utilities for NestJS applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)