@trackunit/react-graphql-tools 1.13.6 → 1.14.1

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 +30 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## 1.14.1 (2026-05-12)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated react-vite-test-setup to 0.0.2
6
+
7
+ ## 1.14.0 (2026-05-10)
8
+
9
+ ### 🚀 Features
10
+
11
+ - **vitest:** use istanbul as the coverage provider ([80313642422](https://github.com/Trackunit/manager/commit/80313642422))
12
+ - **vitest-config:** add coverage reporting for multiple apps and libraries ([5cf4844dfaa](https://github.com/Trackunit/manager/commit/5cf4844dfaa))
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - Cursor @cursoragent
17
+ - Mikkel Thorbjørn Andersen
18
+
19
+ ## 1.13.8 (2026-05-07)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated react-test-setup to 1.9.8
24
+
25
+ ## 1.13.7 (2026-05-07)
26
+
27
+ ### 🧱 Updated Dependencies
28
+
29
+ - Updated react-test-setup to 1.9.7
30
+
1
31
  ## 1.13.6 (2026-05-07)
2
32
 
3
33
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-graphql-tools",
3
- "version": "1.13.6",
3
+ "version": "1.14.1",
4
4
  "main": "src/index.js",
5
5
  "executors": "./executors.json",
6
6
  "generators": "./generators.json",