@trackunit/react-graphql-tools 1.13.6 → 1.14.0

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