Skip to content

Commit 2b89695

Browse files
authored
chore: release main (#245)
1 parent e3abfff commit 2b89695

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-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": "1.5.0",
3-
"packages/browser-utils": "1.7.0",
3+
"packages/browser-utils": "1.8.0",
44
"packages/nest-utils": "4.0.0",
55
"packages/nest-testing": "2.0.2",
6-
"packages/solid": "1.3.0",
6+
"packages/solid": "1.4.0",
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.8.0](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.7.0...browser-utils-v1.8.0) (2025-05-26)
4+
5+
6+
### Features
7+
8+
* **components:** ButtonLink now implements 'active' property that sets aria-current and highlights the button ([b031134](https://github.com/spuxx-dev/jslibs/commit/b03113422eb7d08486c3ec3a642c181348e0a110))
9+
* **layout:** Implement sidebar group component and styles ([619c817](https://github.com/spuxx-dev/jslibs/commit/619c8174c3e9d6659a63041a2ffb1bf8698825e5))
10+
311
## [1.7.0](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.6.1...browser-utils-v1.7.0) (2025-04-30)
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.7.0",
3+
"version": "1.8.0",
44
"description": "A package containing various browser-related utilities for web applications.",
55
"license": "MIT",
66
"author": {

packages/solid/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.4.0](https://github.com/spuxx-dev/jslibs/compare/solid-v1.3.0...solid-v1.4.0) (2025-05-26)
4+
5+
6+
### Features
7+
8+
* **components:** ButtonLink now implements 'active' property that sets aria-current and highlights the button ([b031134](https://github.com/spuxx-dev/jslibs/commit/b03113422eb7d08486c3ec3a642c181348e0a110))
9+
* **layout:** Implement sidebar group component and styles ([619c817](https://github.com/spuxx-dev/jslibs/commit/619c8174c3e9d6659a63041a2ffb1bf8698825e5))
10+
311
## [1.3.0](https://github.com/spuxx-dev/jslibs/compare/solid-v1.2.0...solid-v1.3.0) (2025-04-18)
412

513

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

0 commit comments

Comments
 (0)