@stryke/hooks 0.4.39 → 0.4.40
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.
- package/CHANGELOG.md +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Stryke - Hooks
|
|
4
|
+
|
|
5
|
+
## [0.4.39](https://github.com/storm-software/stryke/releases/tag/hooks%400.4.39) (12/18/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update CDN URLs for banner assets
|
|
10
|
+
([5aefe1b](https://github.com/storm-software/stryke/commit/5aefe1b))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **type-checks** to **v0.5.13**
|
|
15
|
+
- Updated **helpers** to **v0.9.30**
|
|
16
|
+
- Updated **types** to **v0.10.27**
|
|
17
|
+
- Updated **env** to **v0.20.41**
|
|
18
|
+
|
|
1
19
|

|
|
2
20
|
|
|
3
21
|
# Changelog for Stryke - Hooks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/hooks",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.40",
|
|
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": "
|
|
109
|
+
"gitHead": "562e4b64add5e6c076ae803315d2768582148620"
|
|
110
110
|
}
|