Skip to content

Commit 2cb1297

Browse files
committed
chore: release main
1 parent c567e86 commit 2cb1297

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/js-utils": "1.5.0",
3-
"packages/browser-utils": "1.5.0",
3+
"packages/browser-utils": "1.6.0",
44
"packages/nest-utils": "4.0.0",
55
"packages/nest-testing": "2.0.0",
66
"packages/solid": "1.0.0",

packages/browser-utils/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.5.0...browser-utils-v1.6.0) (2025-03-13)
4+
5+
6+
### Features
7+
8+
* **types:** Add new `InputType` and `SelectOption` utility types ([c567e86](https://github.com/spuxx-dev/jslibs/commit/c567e8690a79676de9f3ea358d60d0a4faa34c44))
9+
* **types:** Add new `InputType` utility type ([2b46e44](https://github.com/spuxx-dev/jslibs/commit/2b46e4416a527e2449f1811c65eb0d51e4c625c7))
10+
* **types:** Add new `SelectOption` type ([f07fc5e](https://github.com/spuxx-dev/jslibs/commit/f07fc5ed9829d7b67a22b09ca0fc4a531f520ced))
11+
312
## [1.5.0](https://github.com/spuxx-dev/jslibs/compare/browser-utils-v1.4.0...browser-utils-v1.5.0) (2025-03-12)
413

514

packages/browser-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/browser-utils",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "A package containing various browser-related utilities for web applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)