@powerhousedao/config 6.0.0-dev.112 → 6.0.0-dev.113

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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## 6.0.0-dev.113 (2026-03-27)
2
+
3
+ ### 🚀 Features
4
+
5
+ - expand codegen tests to cover new cases ([#2432](https://github.com/powerhouse-inc/powerhouse/pull/2432))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **codegen:** e2e tests for doc model and subgraph generation -- and a fix for a bug they found ([1c58a34df](https://github.com/powerhouse-inc/powerhouse/commit/1c58a34df))
10
+ - **codegen:** handle JSONC comments in ensureTsconfigPaths ([ae3cd38fe](https://github.com/powerhouse-inc/powerhouse/commit/ae3cd38fe))
11
+ - **vetra:** move connect dependency to root and fix CSS import ([1e288a8a9](https://github.com/powerhouse-inc/powerhouse/commit/1e288a8a9))
12
+ - **vetra:** add missing Connect boilerplate files for ph vetra ([bfe64f705](https://github.com/powerhouse-inc/powerhouse/commit/bfe64f705))
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - Benjamin Jordan
17
+ - Guillermo Puente @gpuente
18
+ - Ryan Wolhuter @ryanwolhuter
19
+
1
20
  ## 6.0.0-dev.112 (2026-03-26)
2
21
 
3
22
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.112",
3
+ "version": "6.0.0-dev.113",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,
@@ -24,7 +24,7 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@powerhousedao/shared": "6.0.0-dev.112"
27
+ "@powerhousedao/shared": "6.0.0-dev.113"
28
28
  },
29
29
  "scripts": {
30
30
  "tsc": "tsc",