@trackunit/graphql-build-tools 0.0.33 → 0.0.35

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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## 0.0.35 (2026-07-15)
2
+
3
+ This was a version bump only for graphql-build-tools to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.34 (2026-07-15)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **nx:** correct Nx target cache inputs/outputs config ([#24292](https://github.com/Trackunit/manager/pull/24292))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Claude Sonnet 5
14
+ - Kieran Prince @kpr-trackunit
15
+
1
16
  ## 0.0.33 (2026-07-15)
2
17
 
3
18
  This was a version bump only for graphql-build-tools to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/graphql-build-tools",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "engines": {
6
6
  "node": ">=24.x"