@dvirus-js/utils 0.0.17 → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.0.18 (2026-06-14)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - resolve tsconfig moduleResolution issues and update react utils docs ([bbc94b0](https://github.com/Dvirus97/dvirus-js/commit/bbc94b0))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Dvir Cohen
10
+
11
+ ## 0.0.17 (2026-06-12)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - **signals:** split signal-form into secondary entry point subpath ([16b14f9](https://github.com/Dvirus97/dvirus-js/commit/16b14f9))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Dvir Cohen
20
+
1
21
  ## 0.0.16 (2026-05-31)
2
22
 
3
23
  This was a version bump only for utils to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvirus-js/utils",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "exports": {