@trackunit/react-graphql-tools 1.7.108 → 1.7.114

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 +36 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,39 @@
1
+ ## 1.7.114 (2025-12-04)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated react-test-setup to 1.4.113
6
+
7
+ ## 1.7.113 (2025-12-04)
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated react-test-setup to 1.4.112
12
+
13
+ ## 1.7.112 (2025-12-04)
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated react-test-setup to 1.4.111
18
+
19
+ ## 1.7.111 (2025-12-03)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated react-test-setup to 1.4.110
24
+
25
+ ## 1.7.110 (2025-12-03)
26
+
27
+ ### 🧱 Updated Dependencies
28
+
29
+ - Updated react-test-setup to 1.4.109
30
+
31
+ ## 1.7.109 (2025-12-03)
32
+
33
+ ### 🧱 Updated Dependencies
34
+
35
+ - Updated react-test-setup to 1.4.108
36
+
1
37
  ## 1.7.108 (2025-12-03)
2
38
 
3
39
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-graphql-tools",
3
- "version": "1.7.108",
3
+ "version": "1.7.114",
4
4
  "main": "src/index.js",
5
5
  "executors": "./executors.json",
6
6
  "generators": "./generators.json",