Skip to content

Commit 44ef32f

Browse files
authored
chore: release main (#354)
1 parent e4b46c7 commit 44ef32f

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-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.1",
3+
"packages/browser-utils": "1.10.0",
44
"packages/nest-utils": "4.0.0",
55
"packages/nest-testing": "2.0.2",
6-
"packages/solid": "1.6.1",
6+
"packages/solid": "1.7.0",
77
"packages/nest-auth": "1.0.2"
88
}

packages/browser-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.10.0](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.9.1...browser-utils-v1.10.0) (2025-08-10)
4+
5+
6+
### Features
7+
8+
* **components:** Add new Card component ([e4b46c7](https://github.com/spuxx-dev/jslibs/commit/e4b46c72cd6c06c2ab019f6a03c3db993d211003))
9+
310
## [1.9.1](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.9.0...browser-utils-v1.9.1) (2025-08-07)
411

512

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.1",
3+
"version": "1.10.0",
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.7.0](https://github.com/spuxx-dev/jslibs/compare/solid-v1.6.1...solid-v1.7.0) (2025-08-10)
4+
5+
6+
### Features
7+
8+
* **components:** Add new Card component ([e4b46c7](https://github.com/spuxx-dev/jslibs/commit/e4b46c72cd6c06c2ab019f6a03c3db993d211003))
9+
310
## [1.6.1](https://github.com/spuxx-dev/jslibs/compare/solid-v1.6.0...solid-v1.6.1) (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.1",
3+
"version": "1.7.0",
44
"description": "A package containing various utilities for my Solid applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)