Skip to content

Commit 4c048e2

Browse files
authored
chore: release main (#352)
1 parent 17e09e4 commit 4c048e2

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.release-please/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"packages/js-utils": "2.0.1",
3-
"packages/browser-utils": "1.9.0",
3+
"packages/browser-utils": "1.9.1",
44
"packages/nest-utils": "4.0.0",
55
"packages/nest-testing": "2.0.2",
6-
"packages/solid": "1.6.0",
6+
"packages/solid": "1.6.1",
77
"packages/nest-auth": "1.0.2"
88
}

packages/browser-utils/CHANGELOG.md

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

3+
## [1.9.1](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.9.0...browser-utils-v1.9.1) (2025-08-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **components:** Fix some minor visual issues with accordions ([17e09e4](https://github.com/spuxx-dev/jslibs/commit/17e09e4ab8c6247f8a6c325fa7886a7471d26cad))
9+
* **types:** Fix broken ModalSize and ControlSize types ([ae31bb1](https://github.com/spuxx-dev/jslibs/commit/ae31bb15011de854603c5f6923927badb311fb2b))
10+
311
## [1.9.0](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.8.0...browser-utils-v1.9.0) (2025-08-07)
412

513

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.9.0",
3+
"version": "1.9.1",
44
"description": "A package containing various browser-related utilities for web applications.",
55
"license": "MIT",
66
"author": {

packages/solid/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.6.1](https://github.com/spuxx-dev/jslibs/compare/solid-v1.6.0...solid-v1.6.1) (2025-08-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **components:** Input now accepts a value ([4b658f6](https://github.com/spuxx-dev/jslibs/commit/4b658f6a3634b21ecbcd43fef9d0d30723d95c81))
9+
310
## [1.6.0](https://github.com/spuxx-dev/jslibs/compare/solid-v1.5.1...solid-v1.6.0) (2025-08-07)
411

512

packages/solid/package.json

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

0 commit comments

Comments
 (0)