Skip to content

Commit e92c19f

Browse files
authored
chore: release main (#403)
1 parent e73a1f5 commit e92c19f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.3",
3+
"packages/browser-utils": "1.12.0",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.12.0](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.11.3...browser-utils-v1.12.0) (2025-09-27)
4+
5+
6+
### Features
7+
8+
* **styles:** Make gradient more customizable by creating new variables ([23c0f99](https://github.com/spuxx-dev/jslibs/commit/23c0f9955e10d43b56226cf4121a8078fdb49106))
9+
* **styles:** Update code and blockquote styles ([2a44a81](https://github.com/spuxx-dev/jslibs/commit/2a44a811696e966f2f9d070bfc607a011e4c7512))
10+
311
## [1.11.3](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.11.2...browser-utils-v1.11.3) (2025-09-12)
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.11.3",
3+
"version": "1.12.0",
44
"description": "A package containing various browser-related utilities for web applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)