Skip to content

Commit 9338cf2

Browse files
authored
Merge pull request #93 from spuxx1701/release-please--branches--main
chore: release main
2 parents 04cf1d9 + aa62e01 commit 9338cf2

File tree

11 files changed

+66
-11
lines changed

11 files changed

+66
-11
lines changed

.release-please/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/js-utils": "1.3.0",
3-
"packages/browser-utils": "1.3.0",
4-
"packages/nest-utils": "3.1.0",
5-
"packages/nest-testing": "1.0.0",
6-
"packages/solid": "0.0.0"
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": "1.0.0"
77
}

packages/browser-utils/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v1.3.0...browser-utils-v1.4.0) (2025-02-09)
4+
5+
6+
### Features
7+
8+
* Migrate monorepo to a more isolated structure and force re-releases ([64e48f4](https://github.com/spuxx1701/jslibs/commit/64e48f41cf207a367e19d8750f44ace18615428c))
9+
* **modal:** Refactored modal dialog and improved styling ([aa5bdd9](https://github.com/spuxx1701/jslibs/commit/aa5bdd93aac610c6cd906d4d6fdb9410474b0087))
10+
* **styles:** `@spuxx/browser-utils` now includes built-in styles and themes ([4040e55](https://github.com/spuxx1701/jslibs/commit/4040e55a2526512c99aabbf0e38886c72920abb3))
11+
* **styles:** Added color classes ([aac8136](https://github.com/spuxx1701/jslibs/commit/aac81367c350678bc4e0594f09be5ff67614c544))
12+
13+
14+
### Bug Fixes
15+
16+
* **modal:** Fixed modal dialog layout ([9af3ffa](https://github.com/spuxx1701/jslibs/commit/9af3ffaf5eb6b729295addd0332daf1b1a994f06))
17+
318
## [1.3.0](https://github.com/spuxx1701/jslibs/compare/browser-utils-v1.2.0...browser-utils-v1.3.0) (2024-12-16)
419

520

packages/browser-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/browser-utils",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A package containing various browser-related utilities for web applications.",
55
"license": "MIT",
66
"author": {

packages/js-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/spuxx1701/jslibs/compare/js-utils-v1.3.0...js-utils-v1.4.0) (2025-02-09)
4+
5+
6+
### Features
7+
8+
* Migrate monorepo to a more isolated structure and force re-releases ([64e48f4](https://github.com/spuxx1701/jslibs/commit/64e48f41cf207a367e19d8750f44ace18615428c))
9+
310
## [1.3.0](https://github.com/spuxx1701/jslibs/compare/js-utils-v1.2.0...js-utils-v1.3.0) (2024-12-29)
411

512

packages/js-utils/package.json

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

packages/nest-testing/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/spuxx1701/jslibs/compare/nest-testing-v1.0.0...nest-testing-v1.1.0) (2025-02-09)
4+
5+
6+
### Features
7+
8+
* Migrate monorepo to a more isolated structure and force re-releases ([64e48f4](https://github.com/spuxx1701/jslibs/commit/64e48f41cf207a367e19d8750f44ace18615428c))
9+
310
## 1.0.0 (2024-11-16)
411

512

@@ -11,4 +18,3 @@
1118

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

packages/nest-testing/package.json

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

packages/nest-utils/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.2.0](https://github.com/spuxx1701/jslibs/compare/nest-utils-v3.1.0...nest-utils-v3.2.0) (2025-02-09)
4+
5+
6+
### Features
7+
8+
* **env:** Environment variables are now being cached, improving performance ([6b92a2d](https://github.com/spuxx1701/jslibs/commit/6b92a2dbd509b75b618a2c881614da5970bb24c3))
9+
* Migrate monorepo to a more isolated structure and force re-releases ([64e48f4](https://github.com/spuxx1701/jslibs/commit/64e48f41cf207a367e19d8750f44ace18615428c))
10+
11+
12+
### Bug Fixes
13+
14+
* **env:** Fix an issue with EnvModule's load() and validate() functions not triggering properly ([6180ec5](https://github.com/spuxx1701/jslibs/commit/6180ec5457419cb264ca5a6626042506bd8aa561))
15+
316
## [3.1.0](https://github.com/spuxx1701/jslibs/compare/nest-utils-v3.0.0...nest-utils-v3.1.0) (2024-12-16)
417

518

packages/nest-utils/package.json

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

packages/solid/CHANGELOG.md

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

0 commit comments

Comments
 (0)