@stryke/hooks 0.4.39 → 0.4.41

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,30 @@
2
2
 
3
3
  # Changelog for Stryke - Hooks
4
4
 
5
+ ## [0.4.40](https://github.com/storm-software/stryke/releases/tag/hooks%400.4.40) (12/18/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **env** to **v0.20.42**
10
+
11
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif)
12
+
13
+ # Changelog for Stryke - Hooks
14
+
15
+ ## [0.4.39](https://github.com/storm-software/stryke/releases/tag/hooks%400.4.39) (12/18/2025)
16
+
17
+ ### Miscellaneous
18
+
19
+ - **monorepo:** Update CDN URLs for banner assets
20
+ ([5aefe1b](https://github.com/storm-software/stryke/commit/5aefe1b))
21
+
22
+ ### Updated Dependencies
23
+
24
+ - Updated **type-checks** to **v0.5.13**
25
+ - Updated **helpers** to **v0.9.30**
26
+ - Updated **types** to **v0.10.27**
27
+ - Updated **env** to **v0.20.41**
28
+
5
29
  ## [0.4.38](https://github.com/storm-software/stryke/releases/tag/hooks%400.4.38) (12/18/2025)
6
30
 
7
31
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/hooks",
3
- "version": "0.4.39",
3
+ "version": "0.4.41",
4
4
  "type": "module",
5
5
  "description": "A package containing shared hooks that can be used in any React UI project",
6
6
  "repository": {
@@ -106,5 +106,5 @@
106
106
  "tsdown": "^0.17.2"
107
107
  },
108
108
  "publishConfig": { "access": "public" },
109
- "gitHead": "ed86f49867133045cf1eb4626ca513043221d0af"
109
+ "gitHead": "91cfc26c66c3042fd25e7c39d65f2a9cc88fb920"
110
110
  }