@powerhousedao/config 6.0.0-dev.11 → 6.0.0-dev.111

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,896 @@
1
+ ## 6.0.0-dev.111 (2026-03-25)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 6.0.0-dev.110 (2026-03-25)
6
+
7
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
8
+
9
+ ## 6.0.0-dev.109 (2026-03-24)
10
+
11
+ ### 🚀 Features
12
+
13
+ - **vetra-e2e:** add editor creation, registry publish, and consumer install e2e tests ([a215a7d7e](https://github.com/powerhouse-inc/powerhouse/commit/a215a7d7e))
14
+
15
+ ### 🩹 Fixes
16
+
17
+ - lockfile ([292187fae](https://github.com/powerhouse-inc/powerhouse/commit/292187fae))
18
+
19
+ ### ❤️ Thank You
20
+
21
+ - Benjamin Jordan
22
+ - Guillermo Puente @gpuente
23
+
24
+ ## 6.0.0-dev.108 (2026-03-24)
25
+
26
+ ### 🚀 Features
27
+
28
+ - register vetra document models and processors in switchboard ([b50da707e](https://github.com/powerhouse-inc/powerhouse/commit/b50da707e))
29
+ - add document drive bundle step ([4c5085630](https://github.com/powerhouse-inc/powerhouse/commit/4c5085630))
30
+ - bundle cli shared stuff separately ([0f1f1ed8e](https://github.com/powerhouse-inc/powerhouse/commit/0f1f1ed8e))
31
+ - move shared cli types ([437455beb](https://github.com/powerhouse-inc/powerhouse/commit/437455beb))
32
+ - deal with an absolutely ridiculous amount of wrong exports ([d45e52ab9](https://github.com/powerhouse-inc/powerhouse/commit/d45e52ab9))
33
+ - **config:** add registry provider type and resolveRegistryConfig helper ([5756e445e](https://github.com/powerhouse-inc/powerhouse/commit/5756e445e))
34
+ - dang that's a lot of files ([d7c198c22](https://github.com/powerhouse-inc/powerhouse/commit/d7c198c22))
35
+ - add versioned deps as dep of vetra-e2e ([884de81e5](https://github.com/powerhouse-inc/powerhouse/commit/884de81e5))
36
+ - update config for versioned documents test package ([a29d6b9ab](https://github.com/powerhouse-inc/powerhouse/commit/a29d6b9ab))
37
+ - make vetra a common package in connect ([4b366d892](https://github.com/powerhouse-inc/powerhouse/commit/4b366d892))
38
+ - re-implement package manager and add start connect function ([1fd9946b4](https://github.com/powerhouse-inc/powerhouse/commit/1fd9946b4))
39
+ - add build command ([b8427cbca](https://github.com/powerhouse-inc/powerhouse/commit/b8427cbca))
40
+ - remove dependency on knex from analytics engine browser ([e87e0c75a](https://github.com/powerhouse-inc/powerhouse/commit/e87e0c75a))
41
+ - **vetra:** do not bundle processors isomorphically ([6f9d380a6](https://github.com/powerhouse-inc/powerhouse/commit/6f9d380a6))
42
+ - **registry:** use tsdown in registry ([fd3da952b](https://github.com/powerhouse-inc/powerhouse/commit/fd3da952b))
43
+ - **analytics-engine:** use tsdown in analytics engine ([ef8bce39c](https://github.com/powerhouse-inc/powerhouse/commit/ef8bce39c))
44
+ - **builder-tools:** use tsdown for builder tools ([076657a43](https://github.com/powerhouse-inc/powerhouse/commit/076657a43))
45
+ - **ph-cmd:** use tsdown for ph-cmd ([23ea5bc8d](https://github.com/powerhouse-inc/powerhouse/commit/23ea5bc8d))
46
+ - start using tsdown ([b8b03f73a](https://github.com/powerhouse-inc/powerhouse/commit/b8b03f73a))
47
+ - **ph-cli:** use tsdown to bundle ph-cli ([b32726fc1](https://github.com/powerhouse-inc/powerhouse/commit/b32726fc1))
48
+ - add tsdown ([276222480](https://github.com/powerhouse-inc/powerhouse/commit/276222480))
49
+
50
+ ### 🩹 Fixes
51
+
52
+ - include academy tenant in dev releases ([a459f0edf](https://github.com/powerhouse-inc/powerhouse/commit/a459f0edf))
53
+ - add retry loop for k8s push race conditions ([31659b5e3](https://github.com/powerhouse-inc/powerhouse/commit/31659b5e3))
54
+ - deps ([cbb8c5da9](https://github.com/powerhouse-inc/powerhouse/commit/cbb8c5da9))
55
+ - codegen tests ([b857b8ab6](https://github.com/powerhouse-inc/powerhouse/commit/b857b8ab6))
56
+ - **reactor-api:** resolve tsconfig path aliases in switchboard's Vite SSR loader ([dd812a933](https://github.com/powerhouse-inc/powerhouse/commit/dd812a933))
57
+ - **document-drive:** fix tsc build and prisma ESM \_\_dirname error ([f0c252d96](https://github.com/powerhouse-inc/powerhouse/commit/f0c252d96))
58
+ - stop mixing node and browser code ([9d5513533](https://github.com/powerhouse-inc/powerhouse/commit/9d5513533))
59
+ - always build css after bundle ([36dca2c95](https://github.com/powerhouse-inc/powerhouse/commit/36dca2c95))
60
+ - always build css after bundling ([565d11dca](https://github.com/powerhouse-inc/powerhouse/commit/565d11dca))
61
+ - so much, too much to even describe ([4aa9ebf54](https://github.com/powerhouse-inc/powerhouse/commit/4aa9ebf54))
62
+ - e2e tests ([d1bfe5f08](https://github.com/powerhouse-inc/powerhouse/commit/d1bfe5f08))
63
+ - **connect,vetra:** move vite plugin node polyfills to specific packages ([e3b0fa37b](https://github.com/powerhouse-inc/powerhouse/commit/e3b0fa37b))
64
+ - strange export style in reactor browser which caused circular references ([683e17196](https://github.com/powerhouse-inc/powerhouse/commit/683e17196))
65
+ - handle both node and browser types ([90f793133](https://github.com/powerhouse-inc/powerhouse/commit/90f793133))
66
+
67
+ ### ❤️ Thank You
68
+
69
+ - Frank
70
+ - Guillermo Puente @gpuente
71
+ - ryanwolhuter @ryanwolhuter
72
+
73
+ ## 6.0.0-dev.107 (2026-03-23)
74
+
75
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
76
+
77
+ ## 6.0.0-dev.106 (2026-03-23)
78
+
79
+ ### 🚀 Features
80
+
81
+ - add ph build command 2 ([#2415](https://github.com/powerhouse-inc/powerhouse/pull/2415))
82
+
83
+ ### 🩹 Fixes
84
+
85
+ - **release:** remove stale build-connect step, now covered by build-bundle ([e00eed45a](https://github.com/powerhouse-inc/powerhouse/commit/e00eed45a))
86
+ - add git pull --rebase before push in k8s update jobs to avoid race conditions ([fa7af726f](https://github.com/powerhouse-inc/powerhouse/commit/fa7af726f))
87
+
88
+ ### ❤️ Thank You
89
+
90
+ - Frank
91
+ - Ryan Wolhuter @ryanwolhuter
92
+
93
+ ## 6.0.0-dev.105 (2026-03-23)
94
+
95
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
96
+
97
+ ## 6.0.0-dev.104 (2026-03-22)
98
+
99
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
100
+
101
+ ## 6.0.0-dev.103 (2026-03-21)
102
+
103
+ ### 🩹 Fixes
104
+
105
+ - **reactor:** temporary fix for deleting documents and cleaning up all edges too -- very costly ([8a15a0604](https://github.com/powerhouse-inc/powerhouse/commit/8a15a0604))
106
+
107
+ ### ❤️ Thank You
108
+
109
+ - Benjamin Jordan
110
+
111
+ ## 6.0.0-dev.102 (2026-03-20)
112
+
113
+ ### 🩹 Fixes
114
+
115
+ - update workflow to use refname for tag in case it is not annotated, and provide a clear error message when there is no tag ([269758716](https://github.com/powerhouse-inc/powerhouse/commit/269758716))
116
+ - **builder-tools,reactor-browser:** bundling fixes ([59dfd75b6](https://github.com/powerhouse-inc/powerhouse/commit/59dfd75b6))
117
+
118
+ ### ❤️ Thank You
119
+
120
+ - acaldas @acaldas
121
+ - Benjamin Jordan
122
+
123
+ ## 6.0.0-dev.101 (2026-03-20)
124
+
125
+ ### 🚀 Features
126
+
127
+ - **examples:** add Discord webhook processor example ([fc09a4d66](https://github.com/powerhouse-inc/powerhouse/commit/fc09a4d66))
128
+
129
+ ### ❤️ Thank You
130
+
131
+ - Benjamin Jordan
132
+ - Claude Opus 4.6
133
+
134
+ ## 6.0.0-dev.100 (2026-03-19)
135
+
136
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
137
+
138
+ ## 6.0.0-dev.99 (2026-03-18)
139
+
140
+ ### 🚀 Features
141
+
142
+ - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
143
+
144
+ ### 🩹 Fixes
145
+
146
+ - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
147
+
148
+ ### ❤️ Thank You
149
+
150
+ - acaldas
151
+ - Benjamin Jordan
152
+
153
+ ## 6.0.0-dev.98 (2026-03-18)
154
+
155
+ ### 🩹 Fixes
156
+
157
+ - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
158
+
159
+ ### ❤️ Thank You
160
+
161
+ - acaldas
162
+
163
+ ## 6.0.0-dev.97 (2026-03-18)
164
+
165
+ ### 🩹 Fixes
166
+
167
+ - **design-system:** removed zod dependency ([fdc7c2ef7](https://github.com/powerhouse-inc/powerhouse/commit/fdc7c2ef7))
168
+
169
+ ### ❤️ Thank You
170
+
171
+ - acaldas @acaldas
172
+
173
+ ## 6.0.0-dev.96 (2026-03-17)
174
+
175
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
176
+
177
+ ## 6.0.0-dev.95 (2026-03-17)
178
+
179
+ ### 🚀 Features
180
+
181
+ - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
182
+
183
+ ### 🩹 Fixes
184
+
185
+ - **codegen:** added missing deps to boilerplate ([721dcb581](https://github.com/powerhouse-inc/powerhouse/commit/721dcb581))
186
+ - **switchboard:** address OTel metrics review feedback ([c5ac016fc](https://github.com/powerhouse-inc/powerhouse/commit/c5ac016fc))
187
+
188
+ ### ❤️ Thank You
189
+
190
+ - acaldas @acaldas
191
+ - Samuel Hawksby-Robinson @Samyoul
192
+
193
+ ## 6.0.0-dev.94 (2026-03-17)
194
+
195
+ ### 🩹 Fixes
196
+
197
+ - **common:** added missing runtime dependencies ([b0f647f75](https://github.com/powerhouse-inc/powerhouse/commit/b0f647f75))
198
+
199
+ ### ❤️ Thank You
200
+
201
+ - acaldas @acaldas
202
+
203
+ ## 6.0.0-dev.93 (2026-03-17)
204
+
205
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
206
+
207
+ ## 6.0.0-dev.92 (2026-03-17)
208
+
209
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
210
+
211
+ ## 6.0.0-dev.91 (2026-03-17)
212
+
213
+ ### 🩹 Fixes
214
+
215
+ - adding build-bundle to simulate-ci-workflow ([ca93d1a2b](https://github.com/powerhouse-inc/powerhouse/commit/ca93d1a2b))
216
+
217
+ ### ❤️ Thank You
218
+
219
+ - Benjamin Jordan
220
+
221
+ ## 6.0.0-dev.90 (2026-03-14)
222
+
223
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
224
+
225
+ ## 6.0.0-dev.89 (2026-03-13)
226
+
227
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
228
+
229
+ ## 6.0.0-dev.88 (2026-03-12)
230
+
231
+ ### 🚀 Features
232
+
233
+ - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
234
+
235
+ ### ❤️ Thank You
236
+
237
+ - Benjamin Jordan
238
+
239
+ ## 6.0.0-dev.87 (2026-03-12)
240
+
241
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
242
+
243
+ ## 6.0.0-dev.86 (2026-03-12)
244
+
245
+ ### 🚀 Features
246
+
247
+ - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
248
+
249
+ ### ❤️ Thank You
250
+
251
+ - acaldas @acaldas
252
+
253
+ ## 6.0.0-dev.85 (2026-03-12)
254
+
255
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
256
+
257
+ ## 6.0.0-dev.84 (2026-03-11)
258
+
259
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
260
+
261
+ ## 6.0.0-dev.83 (2026-03-11)
262
+
263
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
264
+
265
+ ## 6.0.0-dev.82 (2026-03-11)
266
+
267
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
268
+
269
+ ## 6.0.0-dev.81 (2026-03-11)
270
+
271
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
272
+
273
+ ## 6.0.0-dev.80 (2026-03-11)
274
+
275
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
276
+
277
+ ## 6.0.0-dev.79 (2026-03-11)
278
+
279
+ ### 🚀 Features
280
+
281
+ - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
282
+
283
+ ### ❤️ Thank You
284
+
285
+ - Frank
286
+
287
+ ## 6.0.0-dev.78 (2026-03-11)
288
+
289
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
290
+
291
+ ## 6.0.0-dev.77 (2026-03-10)
292
+
293
+ ### 🩹 Fixes
294
+
295
+ - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
296
+
297
+ ### ❤️ Thank You
298
+
299
+ - acaldas @acaldas
300
+
301
+ ## 6.0.0-dev.76 (2026-03-10)
302
+
303
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
304
+
305
+ ## 6.0.0-dev.75 (2026-03-10)
306
+
307
+ ### 🩹 Fixes
308
+
309
+ - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
310
+ - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
311
+
312
+ ### ❤️ Thank You
313
+
314
+ - Frank
315
+
316
+ ## 6.0.0-dev.74 (2026-03-10)
317
+
318
+ ### 🚀 Features
319
+
320
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
321
+
322
+ ### ❤️ Thank You
323
+
324
+ - Frank
325
+
326
+ ## 6.0.0-dev.73 (2026-03-10)
327
+
328
+ ### 🚀 Features
329
+
330
+ - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
331
+
332
+ ### ❤️ Thank You
333
+
334
+ - Benjamin Jordan
335
+
336
+ ## 6.0.0-dev.72 (2026-03-09)
337
+
338
+ ### 🚀 Features
339
+
340
+ - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
341
+
342
+ ### ❤️ Thank You
343
+
344
+ - acaldas @acaldas
345
+
346
+ ## 6.0.0-dev.71 (2026-03-07)
347
+
348
+ ### 🚀 Features
349
+
350
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
351
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
352
+
353
+ ### 🩹 Fixes
354
+
355
+ - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
356
+
357
+ ### ❤️ Thank You
358
+
359
+ - acaldas @acaldas
360
+ - Guillermo Puente @gpuente
361
+
362
+ ## 6.0.0-dev.70 (2026-03-06)
363
+
364
+ ### 🚀 Features
365
+
366
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
367
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
368
+
369
+ ### 🩹 Fixes
370
+
371
+ - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
372
+
373
+ ### ❤️ Thank You
374
+
375
+ - Guillermo Puente @gpuente
376
+ - Ryan Wolhuter @ryanwolhuter
377
+
378
+ ## 6.0.0-dev.69 (2026-03-05)
379
+
380
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
381
+
382
+ ## 6.0.0-dev.68 (2026-03-04)
383
+
384
+ ### 🩹 Fixes
385
+
386
+ - **vetra:** remove custom subgraphs from vetra ([3a1e3b9b0](https://github.com/powerhouse-inc/powerhouse/commit/3a1e3b9b0))
387
+ - resolve empty name causing silent ADD_FILE failure in drives ([b44ed0c1c](https://github.com/powerhouse-inc/powerhouse/commit/b44ed0c1c))
388
+ - **reactor-mcp:** adopt new reactor client interface for MCP server ([1b8e6fb19](https://github.com/powerhouse-inc/powerhouse/commit/1b8e6fb19))
389
+
390
+ ### ❤️ Thank You
391
+
392
+ - Guillermo Puente @gpuente
393
+
394
+ ## 6.0.0-dev.67 (2026-03-03)
395
+
396
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
397
+
398
+ ## 6.0.0-dev.66 (2026-03-03)
399
+
400
+ ### 🚀 Features
401
+
402
+ - move reactor logic from connect to reactor browser ([#2385](https://github.com/powerhouse-inc/powerhouse/pull/2385))
403
+
404
+ ### ❤️ Thank You
405
+
406
+ - Ryan Wolhuter @ryanwolhuter
407
+
408
+ ## 6.0.0-dev.65 (2026-03-03)
409
+
410
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
411
+
412
+ ## 6.0.0-dev.64 (2026-03-03)
413
+
414
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
415
+
416
+ ## 6.0.0-dev.62 (2026-03-03)
417
+
418
+ ### 🚀 Features
419
+
420
+ - **ci:** push academy to Harbor academy project and update k8s for academy namespace ([efbf8f58d](https://github.com/powerhouse-inc/powerhouse/commit/efbf8f58d))
421
+
422
+ ### 🩹 Fixes
423
+
424
+ - cherry-picked fixes ([a73630a6a](https://github.com/powerhouse-inc/powerhouse/commit/a73630a6a))
425
+ - moving analytics processors to shared and fixing them, fixing other linting errors toos ([0c8f7fe98](https://github.com/powerhouse-inc/powerhouse/commit/0c8f7fe98))
426
+
427
+ ### ❤️ Thank You
428
+
429
+ - Benjamin Jordan
430
+ - Frank
431
+
432
+ ## 6.0.0-dev.61 (2026-02-27)
433
+
434
+ ### 🚀 Features
435
+
436
+ - **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
437
+ - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
438
+
439
+ ### ❤️ Thank You
440
+
441
+ - Frank
442
+ - Ryan Wolhuter @ryanwolhuter
443
+
444
+ ## 6.0.0-dev.60 (2026-02-27)
445
+
446
+ ### 🚀 Features
447
+
448
+ - per-document protection auth model ([2e538ddb8](https://github.com/powerhouse-inc/powerhouse/commit/2e538ddb8))
449
+
450
+ ### ❤️ Thank You
451
+
452
+ - Frank
453
+
454
+ ## 6.0.0-dev.59 (2026-02-26)
455
+
456
+ ### 🚀 Features
457
+
458
+ - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
459
+
460
+ ### ❤️ Thank You
461
+
462
+ - Ryan Wolhuter @ryanwolhuter
463
+
464
+ ## 6.0.0-dev.58 (2026-02-25)
465
+
466
+ ### 🔥 Performance
467
+
468
+ - **reducer:** pre-allocate operation arrays to avoid resize overhead ([1cf1c0078](https://github.com/powerhouse-inc/powerhouse/commit/1cf1c0078))
469
+
470
+ ### ❤️ Thank You
471
+
472
+ - Samuel Hawksby-Robinson @Samyoul
473
+
474
+ ## 6.0.0-dev.57 (2026-02-24)
475
+
476
+ ### 🚀 Features
477
+
478
+ - run sync integration test as part of reactor flow ([7dea8bf3e](https://github.com/powerhouse-inc/powerhouse/commit/7dea8bf3e))
479
+
480
+ ### 🩹 Fixes
481
+
482
+ - switchboard needs build:misc ([916f761b8](https://github.com/powerhouse-inc/powerhouse/commit/916f761b8))
483
+ - arg, workflow changes should trigger the workflow ([645cca08f](https://github.com/powerhouse-inc/powerhouse/commit/645cca08f))
484
+ - build step before integration test ([0b6b48f74](https://github.com/powerhouse-inc/powerhouse/commit/0b6b48f74))
485
+
486
+ ### ❤️ Thank You
487
+
488
+ - Benjamin Jordan
489
+
490
+ ## 6.0.0-dev.56 (2026-02-21)
491
+
492
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
493
+
494
+ ## 6.0.0-dev.55 (2026-02-20)
495
+
496
+ ### 🚀 Features
497
+
498
+ - test-connect and reactor gql updates to pass along more context ([ae581e8e8](https://github.com/powerhouse-inc/powerhouse/commit/ae581e8e8))
499
+
500
+ ### ❤️ Thank You
501
+
502
+ - Benjamin Jordan
503
+
504
+ ## 6.0.0-dev.54 (2026-02-19)
505
+
506
+ ### 🚀 Features
507
+
508
+ - wip orchestrator for the test-client ([186d7c015](https://github.com/powerhouse-inc/powerhouse/commit/186d7c015))
509
+ - **connect:** build tweaks ([22b6bc7d5](https://github.com/powerhouse-inc/powerhouse/commit/22b6bc7d5))
510
+
511
+ ### ❤️ Thank You
512
+
513
+ - acaldas @acaldas
514
+ - Benjamin Jordan
515
+
516
+ ## 6.0.0-dev.53 (2026-02-18)
517
+
518
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
519
+
520
+ ## 6.0.0-dev.52 (2026-02-17)
521
+
522
+ ### 🩹 Fixes
523
+
524
+ - **reactor-api:** improved subgraph path matching and removed name parameter from reactor subgraph ([dcadf7fb3](https://github.com/powerhouse-inc/powerhouse/commit/dcadf7fb3))
525
+
526
+ ### ❤️ Thank You
527
+
528
+ - acaldas @acaldas
529
+
530
+ ## 6.0.0-dev.51 (2026-02-17)
531
+
532
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
533
+
534
+ ## 6.0.0-dev.50 (2026-02-17)
535
+
536
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
537
+
538
+ ## 6.0.0-dev.49 (2026-02-17)
539
+
540
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
541
+
542
+ ## 6.0.0-dev.47 (2026-02-17)
543
+
544
+ ### 🩹 Fixes
545
+
546
+ - **monorepo:** make shared package publicly available ([#2348](https://github.com/powerhouse-inc/powerhouse/pull/2348))
547
+
548
+ ### ❤️ Thank You
549
+
550
+ - Ryan Wolhuter @ryanwolhuter
551
+
552
+ ## 6.0.0-dev.46 (2026-02-17)
553
+
554
+ ### 🚀 Features
555
+
556
+ - **connect:** re enable processors in connect ([#2342](https://github.com/powerhouse-inc/powerhouse/pull/2342))
557
+
558
+ ### ❤️ Thank You
559
+
560
+ - Ryan Wolhuter @ryanwolhuter
561
+
562
+ ## 6.0.0-dev.45 (2026-02-16)
563
+
564
+ ### 🚀 Features
565
+
566
+ - **monorepo:** ensure shared is only in dev deps ([#2341](https://github.com/powerhouse-inc/powerhouse/pull/2341))
567
+
568
+ ### ❤️ Thank You
569
+
570
+ - Ryan Wolhuter @ryanwolhuter
571
+
572
+ ## 6.0.0-dev.44 (2026-02-15)
573
+
574
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
575
+
576
+ ## 6.0.0-dev.43 (2026-02-14)
577
+
578
+ ### 🚀 Features
579
+
580
+ - **monorepo:** move more shared stuff to shared ([#2335](https://github.com/powerhouse-inc/powerhouse/pull/2335))
581
+
582
+ ### ❤️ Thank You
583
+
584
+ - Ryan Wolhuter @ryanwolhuter
585
+
586
+ ## 6.0.0-dev.42 (2026-02-13)
587
+
588
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
589
+
590
+ ## 6.0.0-dev.41 (2026-02-12)
591
+
592
+ ### 🚀 Features
593
+
594
+ - **monorepo:** use catalog for other shared deps ([#2330](https://github.com/powerhouse-inc/powerhouse/pull/2330))
595
+ - **vetra:** add processor apps input to vetra ([#2329](https://github.com/powerhouse-inc/powerhouse/pull/2329))
596
+
597
+ ### 🩹 Fixes
598
+
599
+ - **builder-tools:** use same class-variance-authority as design-systom ([d600feb49](https://github.com/powerhouse-inc/powerhouse/commit/d600feb49))
600
+ - **design-system:** copy assets to dist folder to enable relative path import ([de5cb5e4e](https://github.com/powerhouse-inc/powerhouse/commit/de5cb5e4e))
601
+ - **monorepo:** add build-cli to old release workflow ([a30624bd2](https://github.com/powerhouse-inc/powerhouse/commit/a30624bd2))
602
+
603
+ ### ❤️ Thank You
604
+
605
+ - acaldas @acaldas
606
+ - Ryan Wolhuter @ryanwolhuter
607
+ - ryanwolhuter @ryanwolhuter
608
+
609
+ ## 6.0.0-dev.40 (2026-02-12)
610
+
611
+ ### 🚀 Features
612
+
613
+ - **monorepo:** add shared package ([#2324](https://github.com/powerhouse-inc/powerhouse/pull/2324))
614
+
615
+ ### ❤️ Thank You
616
+
617
+ - Ryan Wolhuter @ryanwolhuter
618
+
619
+ ## 6.0.0-dev.39 (2026-02-11)
620
+
621
+ ### 🚀 Features
622
+
623
+ - **reactor,codegen:** handle processor apps in cli ([#2319](https://github.com/powerhouse-inc/powerhouse/pull/2319))
624
+
625
+ ### ❤️ Thank You
626
+
627
+ - Ryan Wolhuter @ryanwolhuter
628
+
629
+ ## 6.0.0-dev.38 (2026-02-10)
630
+
631
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
632
+
633
+ ## 6.0.0-dev.37 (2026-02-10)
634
+
635
+ ### 🚀 Features
636
+
637
+ - **reactor-api:** added nested operations query on phdocument and Graphql client update ([67584e3fc](https://github.com/powerhouse-inc/powerhouse/commit/67584e3fc))
638
+
639
+ ### ❤️ Thank You
640
+
641
+ - acaldas
642
+
643
+ ## 6.0.0-dev.36 (2026-02-06)
644
+
645
+ ### 🚀 Features
646
+
647
+ - **codegen:** use bun for the slowest tests ([#2303](https://github.com/powerhouse-inc/powerhouse/pull/2303))
648
+
649
+ ### ❤️ Thank You
650
+
651
+ - Ryan Wolhuter @ryanwolhuter
652
+
653
+ ## 6.0.0-dev.35 (2026-02-06)
654
+
655
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
656
+
657
+ ## 6.0.0-dev.34 (2026-02-05)
658
+
659
+ ### 🚀 Features
660
+
661
+ - **codegen:** update processors codegen ([#2293](https://github.com/powerhouse-inc/powerhouse/pull/2293))
662
+
663
+ ### 🩹 Fixes
664
+
665
+ - **ci:** allow release to continue when academy build fails ([477d9ef71](https://github.com/powerhouse-inc/powerhouse/commit/477d9ef71))
666
+
667
+ ### 🔥 Performance
668
+
669
+ - **document-model:** optimize getDocumentLastModified from O(n log n) to O(n) ([bb94ff310](https://github.com/powerhouse-inc/powerhouse/commit/bb94ff310))
670
+
671
+ ### ❤️ Thank You
672
+
673
+ - Frank
674
+ - Ryan Wolhuter @ryanwolhuter
675
+ - Samuel Hawksby-Robinson @Samyoul
676
+
677
+ ## 6.0.0-dev.33 (2026-02-05)
678
+
679
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
680
+
681
+ ## 6.0.0-dev.32 (2026-02-04)
682
+
683
+ ### 🩹 Fixes
684
+
685
+ - remove duplicate trigger-downstream from publish-docker-images ([1f70c8041](https://github.com/powerhouse-inc/powerhouse/commit/1f70c8041))
686
+
687
+ ### ❤️ Thank You
688
+
689
+ - Frank
690
+
691
+ ## 6.0.0-dev.31 (2026-02-04)
692
+
693
+ ### 🚀 Features
694
+
695
+ - trigger powerhouse-demo after release ([f5b63728d](https://github.com/powerhouse-inc/powerhouse/commit/f5b63728d))
696
+ - **profiling:** add Pyroscope monitoring to reactor-direct ([2c7779229](https://github.com/powerhouse-inc/powerhouse/commit/2c7779229))
697
+ - **profiling:** add reactor-direct.ts for direct reactor performance profiling ([806714e27](https://github.com/powerhouse-inc/powerhouse/commit/806714e27))
698
+
699
+ ### 🩹 Fixes
700
+
701
+ - linting issues ([e1eb2c806](https://github.com/powerhouse-inc/powerhouse/commit/e1eb2c806))
702
+ - ignore release.ts ([25a40d2a6](https://github.com/powerhouse-inc/powerhouse/commit/25a40d2a6))
703
+
704
+ ### ❤️ Thank You
705
+
706
+ - Benjamin Jordan
707
+ - Frank
708
+ - Samuel Hawksby-Robinson @Samyoul
709
+
710
+ ## 6.0.0-dev.30 (2026-02-03)
711
+
712
+ ### 🩹 Fixes
713
+
714
+ - **release:** ignore errors on git stage ([e0c10d604](https://github.com/powerhouse-inc/powerhouse/commit/e0c10d604))
715
+ - **releases:** remove problematic publish dry run ([8b9b065b9](https://github.com/powerhouse-inc/powerhouse/commit/8b9b065b9))
716
+ - **releases:** include git side effects check in all booleans ([19c44503d](https://github.com/powerhouse-inc/powerhouse/commit/19c44503d))
717
+
718
+ ### ❤️ Thank You
719
+
720
+ - ryanwolhuter @ryanwolhuter
721
+
722
+ ## 6.0.0-dev.29 (2026-02-03)
723
+
724
+ ### 🚀 Features
725
+
726
+ - **release:** add doc comments ([3ab9879d4](https://github.com/powerhouse-inc/powerhouse/commit/3ab9879d4))
727
+ - **monorepo:** simplified release workflow ([#2276](https://github.com/powerhouse-inc/powerhouse/pull/2276))
728
+
729
+ ### 🩹 Fixes
730
+
731
+ - package.json onlyBuilt ([3b6165267](https://github.com/powerhouse-inc/powerhouse/commit/3b6165267))
732
+ - **release:** move checkout action ([4ed305d57](https://github.com/powerhouse-inc/powerhouse/commit/4ed305d57))
733
+
734
+ ### ❤️ Thank You
735
+
736
+ - Benjamin Jordan (@thegoldenmule)
737
+ - Ryan Wolhuter @ryanwolhuter
738
+ - ryanwolhuter @ryanwolhuter
739
+
740
+ ## 6.0.0-dev.28 (2026-01-31)
741
+
742
+ ### 🚀 Features
743
+
744
+ - add e2e tests to simulate ([6ba43d19b](https://github.com/powerhouse-inc/powerhouse/commit/6ba43d19b))
745
+
746
+ ### ❤️ Thank You
747
+
748
+ - Benjamin Jordan (@thegoldenmule)
749
+
750
+ ## 6.0.0-dev.27 (2026-01-30)
751
+
752
+ ### 🚀 Features
753
+
754
+ - renown sdk improvements ([bc1099d94](https://github.com/powerhouse-inc/powerhouse/commit/bc1099d94))
755
+ - **ph-cmd:** fix forwarding and versioning bug ([#2272](https://github.com/powerhouse-inc/powerhouse/pull/2272))
756
+
757
+ ### ❤️ Thank You
758
+
759
+ - acaldas
760
+ - Ryan Wolhuter @ryanwolhuter
761
+
762
+ ## 6.0.0-dev.26 (2026-01-29)
763
+
764
+ ### 🚀 Features
765
+
766
+ - update minimum node version to 24 ([7a71107c5](https://github.com/powerhouse-inc/powerhouse/commit/7a71107c5))
767
+
768
+ ### 🩹 Fixes
769
+
770
+ - undo my changes to the tsc script ([0a36d0a49](https://github.com/powerhouse-inc/powerhouse/commit/0a36d0a49))
771
+
772
+ ### ❤️ Thank You
773
+
774
+ - acaldas @acaldas
775
+ - Benjamin Jordan (@thegoldenmule)
776
+
777
+ ## 6.0.0-dev.25 (2026-01-28)
778
+
779
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
780
+
781
+ ## 6.0.0-dev.24 (2026-01-27)
782
+
783
+ ### 🚀 Features
784
+
785
+ - **monorepo:** ensure the same typescript version is used everywhere ([#2258](https://github.com/powerhouse-inc/powerhouse/pull/2258))
786
+
787
+ ### ❤️ Thank You
788
+
789
+ - Ryan Wolhuter @ryanwolhuter
790
+
791
+ ## 6.0.0-dev.23 (2026-01-27)
792
+
793
+ ### 🚀 Features
794
+
795
+ - **monorepo:** add diff filter to exclude deleted files in changed files action ([e86961e79](https://github.com/powerhouse-inc/powerhouse/commit/e86961e79))
796
+ - **academy:** added release slides to academy project ([eab5e56fe](https://github.com/powerhouse-inc/powerhouse/commit/eab5e56fe))
797
+
798
+ ### ❤️ Thank You
799
+
800
+ - acaldas @acaldas
801
+ - ryanwolhuter @ryanwolhuter
802
+
803
+ ## 6.0.0-dev.22 (2026-01-27)
804
+
805
+ ### 🩹 Fixes
806
+
807
+ - **monorepo:** inefficient workflows ([#2250](https://github.com/powerhouse-inc/powerhouse/pull/2250))
808
+
809
+ ### ❤️ Thank You
810
+
811
+ - Ryan Wolhuter @ryanwolhuter
812
+
813
+ ## 6.0.0-dev.21 (2026-01-27)
814
+
815
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
816
+
817
+ ## 6.0.0-dev.20 (2026-01-26)
818
+
819
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
820
+
821
+ ## 6.0.0-dev.19 (2026-01-26)
822
+
823
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
824
+
825
+ ## 6.0.0-dev.18 (2026-01-26)
826
+
827
+ ### 🚀 Features
828
+
829
+ - **ph-cli, ph-cmd:** use cmd ts for remaining ph cmd commands ([#2209](https://github.com/powerhouse-inc/powerhouse/pull/2209))
830
+
831
+ ### 🩹 Fixes
832
+
833
+ - trailing newline in publish-docker-images workflow ([7d2e30db4](https://github.com/powerhouse-inc/powerhouse/commit/7d2e30db4))
834
+ - **ci:** remove deploy-k8s from publish-docker-images workflow ([c5869e82f](https://github.com/powerhouse-inc/powerhouse/commit/c5869e82f))
835
+
836
+ ### ❤️ Thank You
837
+
838
+ - Frank
839
+ - Ryan Wolhuter @ryanwolhuter
840
+
841
+ ## 6.0.0-dev.17 (2026-01-26)
842
+
843
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
844
+
845
+ ## 6.0.0-dev.16 (2026-01-24)
846
+
847
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
848
+
849
+ ## 6.0.0-dev.15 (2026-01-23)
850
+
851
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
852
+
853
+ ## 6.0.0-dev.14 (2026-01-22)
854
+
855
+ ### 🩹 Fixes
856
+
857
+ - pnpm filtering ([3875e271c](https://github.com/powerhouse-inc/powerhouse/commit/3875e271c))
858
+ - do not run profiling tests by default ([a196a19da](https://github.com/powerhouse-inc/powerhouse/commit/a196a19da))
859
+ - **profiling:** add TypeScript configuration for profiling scripts ([d0ee094c7](https://github.com/powerhouse-inc/powerhouse/commit/d0ee094c7))
860
+ - **design-system:** declare document-drive and reactor-browser as runtime dependencies ([3db4afa38](https://github.com/powerhouse-inc/powerhouse/commit/3db4afa38))
861
+
862
+ ### ❤️ Thank You
863
+
864
+ - acaldas @acaldas
865
+ - Benjamin Jordan (@thegoldenmule)
866
+ - Samuel Hawksby-Robinson @Samyoul
867
+
868
+ ## 6.0.0-dev.13 (2026-01-21)
869
+
870
+ ### 🚀 Features
871
+
872
+ - add workflow to trigger downstream package updates ([e8c6cce75](https://github.com/powerhouse-inc/powerhouse/commit/e8c6cce75))
873
+
874
+ ### ❤️ Thank You
875
+
876
+ - Frank
877
+
878
+ ## 6.0.0-dev.12 (2026-01-20)
879
+
880
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
881
+
882
+ ## 6.0.0-dev.11 (2026-01-20)
883
+
884
+ ### 🩹 Fixes
885
+
886
+ - **monorepo:** exclude root package from recursive build to prevent infinite loop ([099139393](https://github.com/powerhouse-inc/powerhouse/commit/099139393))
887
+ - **codegen:** fix failing codegen tests ([#2227](https://github.com/powerhouse-inc/powerhouse/pull/2227))
888
+
889
+ ### ❤️ Thank You
890
+
891
+ - Frank
892
+ - Ryan Wolhuter @ryanwolhuter
893
+
1
894
  ## 6.0.0-dev.10 (2026-01-19)
2
895
 
3
896
  ### 🚀 Features
@@ -23,7 +916,7 @@
23
916
  ### 🚀 Features
24
917
 
25
918
  - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
26
- - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
919
+ - **ci:** deploy staging tenant from release/staging/\* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
27
920
  - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
28
921
 
29
922
  ### ❤️ Thank You
@@ -3005,4 +3898,4 @@ This was a version bump only for @powerhousedao/config to align it with other pr
3005
3898
 
3006
3899
  ### ❤️ Thank You
3007
3900
 
3008
- - ryanwolhuter @ryanwolhuter
3901
+ - ryanwolhuter @ryanwolhuter