Skip to content

Commit 2f24606

Browse files
committed
chore: release main
1 parent 3061377 commit 2f24606

File tree

11 files changed

+73
-15
lines changed

11 files changed

+73
-15
lines changed

Diff for: .release-please/manifest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/js-utils": "1.4.0",
3-
"packages/browser-utils": "1.4.0",
4-
"packages/nest-utils": "3.2.0",
5-
"packages/nest-testing": "1.1.0",
6-
"packages/solid": "0.0.0"
2+
"packages/js-utils": "1.5.0",
3+
"packages/browser-utils": "1.5.0",
4+
"packages/nest-utils": "4.0.0",
5+
"packages/nest-testing": "2.0.0",
6+
"packages/solid": "1.0.0"
77
}

Diff for: packages/browser-utils/CHANGELOG.md

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

3+
## [1.5.0](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.4.0...browser-utils-v1.5.0) (2025-03-04)
4+
5+
6+
### Features
7+
8+
* **docs:** Improve documentation ([28c4c0a](https://github.com/spuxx-dev/jslibs/commit/28c4c0a4dd6f9108d4d83a16f96a22e9604a2ea2))
9+
310
## [1.4.0](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.3.0...browser-utils-v1.4.0) (2025-02-09)
411

512

Diff for: packages/browser-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/browser-utils",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A package containing various browser-related utilities for web applications.",
55
"license": "MIT",
66
"author": {
@@ -55,7 +55,7 @@
5555
"@vitest/coverage-v8": "3.0.5",
5656
"vite": "6.1.0",
5757
"vite-plugin-dts": "4.5.0",
58-
"vite-tsconfig-paths": "5.1.4",
58+
"vite-tsconfig-paths": "5.1.2",
5959
"vitest": "3.0.7"
6060
}
6161
}

Diff for: packages/js-utils/CHANGELOG.md

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

3+
## [1.5.0](https://github.com/spuxx-dev/jslibs/compare/js-utils-v1.4.0...js-utils-v1.5.0) (2025-03-04)
4+
5+
6+
### Features
7+
8+
* **docs:** Improve documentation ([4e72f66](https://github.com/spuxx-dev/jslibs/commit/4e72f66b7ee49a49860f3a3b8930eb2aa1ff012b))
9+
10+
11+
### Bug Fixes
12+
13+
* Fixed an issue with the OptionalProperties type not being typed properly ([1a7e07e](https://github.com/spuxx-dev/jslibs/commit/1a7e07eeae1e7166b7fbfc153430c6402621f270))
14+
315
## [1.4.0](https://github.com/spuxx-dev/jslibs/compare/js-utils-v1.3.0...js-utils-v1.4.0) (2025-02-09)
416

517

Diff for: packages/js-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/js-utils",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A package containing various utilities for JavaScript applications.",
55
"license": "MIT",
66
"author": {
@@ -58,7 +58,7 @@
5858
"msw": "2.6.0",
5959
"vite": "6.1.0",
6060
"vite-plugin-dts": "4.2.1",
61-
"vite-tsconfig-paths": "5.1.4",
61+
"vite-tsconfig-paths": "5.1.2",
6262
"vitest": "3.0.7"
6363
}
6464
}

Diff for: packages/nest-testing/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/spuxx-dev/jslibs/compare/nest-testing-v1.1.0...nest-testing-v2.0.0) (2025-03-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update nestjs to 11.0.0
9+
10+
### Features
11+
12+
* Update nestjs to 11.0.0 ([fd159bd](https://github.com/spuxx-dev/jslibs/commit/fd159bda5a390f1ee11f45e0b642fd15a63c13f1))
13+
* Update nestjs to 11.0.0 ([304c919](https://github.com/spuxx-dev/jslibs/commit/304c91919d865ba302b4316904d8ca9a10b0ba7b))
14+
315
## [1.1.0](https://github.com/spuxx-dev/jslibs/compare/nest-testing-v1.0.0...nest-testing-v1.1.0) (2025-02-09)
416

517

Diff for: packages/nest-testing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/nest-testing",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "A package containing testing-related utilities for NestJS applications.",
55
"license": "MIT",
66
"author": {
@@ -58,7 +58,7 @@
5858
"unplugin-swc": "1.5.1",
5959
"vite": "6.1.0",
6060
"vite-plugin-dts": "4.5.0",
61-
"vite-tsconfig-paths": "5.1.4",
61+
"vite-tsconfig-paths": "5.1.2",
6262
"vitest": "3.0.7"
6363
}
6464
}

Diff for: packages/nest-utils/CHANGELOG.md

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

3+
## [4.0.0](https://github.com/spuxx-dev/jslibs/compare/nest-utils-v3.2.0...nest-utils-v4.0.0) (2025-03-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update nestjs to 11.0.0
9+
10+
### Features
11+
12+
* Update nestjs to 11.0.0 ([fd159bd](https://github.com/spuxx-dev/jslibs/commit/fd159bda5a390f1ee11f45e0b642fd15a63c13f1))
13+
* Update nestjs to 11.0.0 ([304c919](https://github.com/spuxx-dev/jslibs/commit/304c91919d865ba302b4316904d8ca9a10b0ba7b))
14+
315
## [3.2.0](https://github.com/spuxx-dev/jslibs/compare/nest-utils-v3.1.0...nest-utils-v3.2.0) (2025-02-09)
416

517

Diff for: packages/nest-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/nest-utils",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"description": "A package containing various utilities for NestJS applications.",
55
"license": "MIT",
66
"author": {
@@ -77,7 +77,7 @@
7777
"unplugin-swc": "1.5.1",
7878
"vite": "6.1.0",
7979
"vite-plugin-dts": "4.5.0",
80-
"vite-tsconfig-paths": "5.1.4",
80+
"vite-tsconfig-paths": "5.1.2",
8181
"vitest": "3.0.7"
8282
}
8383
}

Diff for: packages/solid/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# Changelog
2+
3+
## 1.0.0 (2025-03-04)
4+
5+
6+
### Features
7+
8+
* **modal:** Refactored modal dialog and improved styling ([aa5bdd9](https://github.com/spuxx-dev/jslibs/commit/aa5bdd93aac610c6cd906d4d6fdb9410474b0087))
9+
* **solid:** Added new `@spuxx/solid` package ([11f671c](https://github.com/spuxx-dev/jslibs/commit/11f671c422d668fe4323b76c7ec22ae844e4ea05))
10+
11+
12+
### Bug Fixes
13+
14+
* **modal:** Fixed modal animations not always playing when closing modal ([00dbb2f](https://github.com/spuxx-dev/jslibs/commit/00dbb2fdd0fb5f01c6e482ddf2c91eaf147599e8))
15+
16+
## Changelog

Diff for: packages/solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/solid",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A package containing various utilities for my Solid applications.",
55
"license": "MIT",
66
"author": {
@@ -58,7 +58,7 @@
5858
"vite": "6.1.0",
5959
"vite-plugin-dts": "4.5.0",
6060
"vite-plugin-solid": "2.11.6",
61-
"vite-tsconfig-paths": "5.1.4",
61+
"vite-tsconfig-paths": "5.1.2",
6262
"vitest": "3.0.7"
6363
},
6464
"peerDependencies": {

0 commit comments

Comments
 (0)