@stryke/hooks 0.4.42 → 0.4.44

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 +23 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  # Changelog for Stryke - Hooks
4
4
 
5
+ ## [0.4.43](https://github.com/storm-software/stryke/releases/tag/hooks%400.4.43) (01/13/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **type-checks** to **v0.5.16**
10
+ - Updated **helpers** to **v0.9.33**
11
+ - Updated **types** to **v0.10.30**
12
+ - Updated **env** to **v0.20.45**
13
+
14
+ ## [0.4.42](https://github.com/storm-software/stryke/releases/tag/hooks%400.4.42) (12/30/2025)
15
+
16
+ ### Documentation
17
+
18
+ - **monorepo:** Update `README.md` markdown files
19
+ ([634a715](https://github.com/storm-software/stryke/commit/634a715))
20
+
21
+ ### Updated Dependencies
22
+
23
+ - Updated **type-checks** to **v0.5.15**
24
+ - Updated **helpers** to **v0.9.32**
25
+ - Updated **types** to **v0.10.29**
26
+ - Updated **env** to **v0.20.44**
27
+
5
28
  ## [0.4.41](https://github.com/storm-software/stryke/releases/tag/hooks%400.4.41) (12/19/2025)
6
29
 
7
30
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/hooks",
3
- "version": "0.4.42",
3
+ "version": "0.4.44",
4
4
  "type": "module",
5
5
  "description": "A package containing shared hooks that can be used in any React UI project",
6
6
  "repository": {
@@ -100,11 +100,11 @@
100
100
  "react-native": "^0.77.3"
101
101
  },
102
102
  "devDependencies": {
103
- "@types/react": "^19.2.7",
103
+ "@types/react": "^19.2.8",
104
104
  "@types/react-dom": "^19.2.3",
105
105
  "@types/react-native": "0.72.8",
106
106
  "tsdown": "^0.17.2"
107
107
  },
108
108
  "publishConfig": { "access": "public" },
109
- "gitHead": "b8d274b5ccadc794cda7e8f417b68e640fa97641"
109
+ "gitHead": "696645e15f5c4d04afda9a674a8838bdd688d573"
110
110
  }