@trackunit/react-graphql-tools 1.11.71-alpha-ae1ff73fc64.0 → 1.11.72
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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 1.11.72 (2026-03-17)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated react-test-setup to 1.8.69
|
|
6
|
+
|
|
7
|
+
## 1.11.71 (2026-03-16)
|
|
8
|
+
|
|
9
|
+
### 🩹 Fixes
|
|
10
|
+
|
|
11
|
+
- replace Boolean() wrapping with explicit type checks ([4b7ef3a2503](https://github.com/Trackunit/manager/commit/4b7ef3a2503))
|
|
12
|
+
- resolve strict-boolean-expressions lint warnings in react-graphql-hooks and react-graphql-tools ([6010aa3cca1](https://github.com/Trackunit/manager/commit/6010aa3cca1))
|
|
13
|
+
|
|
14
|
+
### ❤️ Thank You
|
|
15
|
+
|
|
16
|
+
- Aleksandar Yanev Mihaylov @aleksandarmihaylov
|
|
17
|
+
- Cursor Agent @cursoragent
|
|
18
|
+
|
|
1
19
|
## 1.11.70 (2026-03-16)
|
|
2
20
|
|
|
3
21
|
### 🧱 Updated Dependencies
|