Skip to content

Commit 6424fae

Browse files
github-actions[bot]Sv443
authored andcommitted
chore: create new release
1 parent 723238f commit 6424fae

5 files changed

Lines changed: 46 additions & 13 deletions

File tree

.changeset/chatty-cities-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/clear-bushes-build.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @sv443-network/userutils
22

3+
## 10.5.0
4+
5+
### Minor Changes
6+
7+
- 723238f: `SelectorObserver` now publicly exposes the properties `baseElement` and `options` (though they are read-only). It also now has a generic type parameter to provide stricter types when an already resolved `Element` is passed.
8+
- f0ade4d: Updated to CoreUtils v3.7.0 - this comes with the following feature:
9+
- Added the abstract class `PicoEmitter`, which is now the base class of `NanoEmitter`. It's meant purely for bootstrapping a class, not for standalone use in a functional environment.
10+
For public methods it only provides the basic `on()`, `once()` and `onMulti()` for attaching listeners. Emitting events is done purely internal via `emitEvent()` calls in a subclass.
11+
312
## 10.4.0
413

514
### Minor Changes

changeset-version.ignore.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"changesets": [
3+
{
4+
"releases": [
5+
{
6+
"name": "@sv443-network/userutils",
7+
"type": "minor"
8+
}
9+
],
10+
"summary": "`SelectorObserver` now publicly exposes the properties `baseElement` and `options` (though they are read-only). It also now has a generic type parameter to provide stricter types when an already resolved `Element` is passed.",
11+
"id": "chatty-cities-study"
12+
},
13+
{
14+
"releases": [
15+
{
16+
"name": "@sv443-network/userutils",
17+
"type": "minor"
18+
}
19+
],
20+
"summary": "Updated to CoreUtils v3.7.0 - this comes with the following feature:\n- Added the abstract class `PicoEmitter`, which is now the base class of `NanoEmitter`. It's meant purely for bootstrapping a class, not for standalone use in a functional environment. \nFor public methods it only provides the basic `on()`, `once()` and `onMulti()` for attaching listeners. Emitting events is done purely internal via `emitEvent()` calls in a subclass.",
21+
"id": "clear-bushes-build"
22+
}
23+
],
24+
"releases": [
25+
{
26+
"name": "@sv443-network/userutils",
27+
"type": "minor",
28+
"oldVersion": "10.4.0",
29+
"changesets": [
30+
"chatty-cities-study",
31+
"clear-bushes-build"
32+
],
33+
"newVersion": "10.5.0"
34+
}
35+
]
36+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sv443-network/userutils",
33
"libName": "UserUtils",
4-
"version": "10.4.0",
4+
"version": "10.5.0",
55
"description": "General purpose DOM/GreaseMonkey library that allows you to register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and much more",
66
"main": "dist/UserUtils.mjs",
77
"module": "dist/UserUtils.mjs",

0 commit comments

Comments
 (0)