Skip to content

Commit 4b97b35

Browse files
authored
chore: release main (#396)
1 parent 1a6c690 commit 4b97b35

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/js-utils": "2.0.1",
3-
"packages/browser-utils": "1.11.2",
3+
"packages/browser-utils": "1.11.3",
44
"packages/nest-utils": "4.0.0",
55
"packages/nest-testing": "2.0.2",
66
"packages/solid": "1.8.1",

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.11.3](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.11.2...browser-utils-v1.11.3) (2025-09-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **styles:** Fix link color decoration being applied to card elements ([838d660](https://github.com/spuxx-dev/jslibs/commit/838d660d61ae5da030072e70e175d5781641124c))
9+
310
## [1.11.2](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.11.1...browser-utils-v1.11.2) (2025-09-05)
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.11.2",
3+
"version": "1.11.3",
44
"description": "A package containing various browser-related utilities for web applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)