@powerhousedao/config 6.0.0-staging.4 → 6.0.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.
package/CHANGELOG.md CHANGED
@@ -1,30 +1,1637 @@
1
- ## 6.0.0-staging.3 (2026-02-27)
1
+ # 6.0.0 (2026-05-21)
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.256 (2026-05-21)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - add @tokens to logger calls across packages ([b70070ae2](https://github.com/powerhouse-inc/powerhouse/commit/b70070ae2))
10
+ - **reactor-api:** pass args to logger.error calls in reactor subgraph ([b34dcf7dc](https://github.com/powerhouse-inc/powerhouse/commit/b34dcf7dc))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - acaldas
15
+
16
+ ## 6.0.0-dev.255 (2026-05-20)
17
+
18
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
19
+
20
+ ## 6.0.0-dev.254 (2026-05-19)
21
+
22
+ ### 🚀 Features
23
+
24
+ - **reactor-api:** main integration tests now run on both reactor-drive and document-drive, includes reshuffle fix ([4f370a63f](https://github.com/powerhouse-inc/powerhouse/commit/4f370a63f))
25
+ - add dark mode script ([#2619](https://github.com/powerhouse-inc/powerhouse/pull/2619))
26
+ - single-document contention integration tests are switchable between document-drive and reactor-drive ([68b59b492](https://github.com/powerhouse-inc/powerhouse/commit/68b59b492))
27
+ - **reactor-drive:** initial commit ([d6b7c4f8c](https://github.com/powerhouse-inc/powerhouse/commit/d6b7c4f8c))
28
+
29
+ ### 🩹 Fixes
30
+
31
+ - wiring up reactor-drive dependency ([8c22b1658](https://github.com/powerhouse-inc/powerhouse/commit/8c22b1658))
32
+
33
+ ### ❤️ Thank You
34
+
35
+ - Benjamin Jordan
36
+ - Ryan Wolhuter @ryanwolhuter
37
+
38
+ ## 6.0.0-dev.253 (2026-05-18)
39
+
40
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
41
+
42
+ ## 6.0.0-dev.252 (2026-05-17)
43
+
44
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
45
+
46
+ ## 6.0.0-dev.251 (2026-05-16)
47
+
48
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
49
+
50
+ ## 6.0.0-dev.250 (2026-05-15)
51
+
52
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
53
+
54
+ ## 6.0.0-dev.249 (2026-05-15)
55
+
56
+ ### 🚀 Features
57
+
58
+ - added release script ([20454f119](https://github.com/powerhouse-inc/powerhouse/commit/20454f119))
59
+ - add tailwind eslint plugin ([#2612](https://github.com/powerhouse-inc/powerhouse/pull/2612))
60
+
61
+ ### 🩹 Fixes
62
+
63
+ - **codegen:** install dependencies during migrate before regeneration ([ff107e29f](https://github.com/powerhouse-inc/powerhouse/commit/ff107e29f))
64
+
65
+ ### ❤️ Thank You
66
+
67
+ - acaldas
68
+ - Guillermo Puente @gpuente
69
+ - Ryan Wolhuter @ryanwolhuter
70
+
71
+ ## 6.0.0-dev.248 (2026-05-14)
72
+
73
+ ### 🚀 Features
74
+
75
+ - **shared:** replace jszip with fflate for tree-shakeable zip handling ([9a417aa98](https://github.com/powerhouse-inc/powerhouse/commit/9a417aa98))
76
+
77
+ ### 🩹 Fixes
78
+
79
+ - declare graphql/graphql-tag as peerDependencies to prevent dup instances ([4fec9d5b6](https://github.com/powerhouse-inc/powerhouse/commit/4fec9d5b6))
80
+
81
+ ### ❤️ Thank You
82
+
83
+ - acaldas
84
+
85
+ ## 6.0.0-dev.247 (2026-05-14)
86
+
87
+ ### 🚀 Features
88
+
89
+ - **pglite-fs:** adding crash tests, also adding permutations of reactor tests with new backend ([4747ba737](https://github.com/powerhouse-inc/powerhouse/commit/4747ba737))
90
+ - **pglite-fs:** implemented a fs-backed pglite backend with in-memory WAL ([736ae675b](https://github.com/powerhouse-inc/powerhouse/commit/736ae675b))
91
+ - **ph-lora:** release-notes skill + v6.0.0 release notes ([22aa1e682](https://github.com/powerhouse-inc/powerhouse/commit/22aa1e682))
92
+ - **ph-lora:** doc-status and doc-clarity command ([1087fadb9](https://github.com/powerhouse-inc/powerhouse/commit/1087fadb9))
93
+ - **ph-lora:** doc-fix command ([87c6ab98d](https://github.com/powerhouse-inc/powerhouse/commit/87c6ab98d))
94
+ - **ph-lora:** tier 2 CI, mapping validator, file-level sourceFiles, authorization gap report ([76ce10b41](https://github.com/powerhouse-inc/powerhouse/commit/76ce10b41))
95
+ - **ph-lora:** tier 1 doc checker, mapping, gap report for react hooks ([47c6fc620](https://github.com/powerhouse-inc/powerhouse/commit/47c6fc620))
96
+
97
+ ### ❤️ Thank You
98
+
99
+ - Benjamin Jordan
100
+ - CallmeT-ty @CallmeT-ty
101
+ - Claude Sonnet 4.6
102
+
103
+ ## 6.0.0-dev.246 (2026-05-13)
104
+
105
+ ### 🚀 Features
106
+
107
+ - improve document toolbar ([#2602](https://github.com/powerhouse-inc/powerhouse/pull/2602))
108
+
109
+ ### 🩹 Fixes
110
+
111
+ - mark json files with correct permissions so nginx can serve them ([c2008bb1c](https://github.com/powerhouse-inc/powerhouse/commit/c2008bb1c))
112
+
113
+ ### ❤️ Thank You
114
+
115
+ - Benjamin Jordan
116
+ - Ryan Wolhuter @ryanwolhuter
117
+
118
+ ## 6.0.0-dev.245 (2026-05-13)
119
+
120
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
121
+
122
+ ## 6.0.0-dev.244 (2026-05-13)
123
+
124
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
125
+
126
+ ## 6.0.0-dev.243 (2026-05-12)
127
+
128
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
129
+
130
+ ## 6.0.0-dev.242 (2026-05-12)
131
+
132
+ ### 🩹 Fixes
133
+
134
+ - **release:** pass explicit from-ref to releaseChangelog ([5af1ce209](https://github.com/powerhouse-inc/powerhouse/commit/5af1ce209))
135
+
136
+ ### ❤️ Thank You
137
+
138
+ - acaldas
139
+
140
+ ## 6.0.0-dev.241 (2026-05-12)
141
+
142
+ ### 🚀 Features
143
+
144
+ - **connect:** surface missing-model failures and move registry URL to ph-packages.json ([bcb8bbdb0](https://github.com/powerhouse-inc/powerhouse/commit/bcb8bbdb0))
145
+
146
+ ### 🩹 Fixes
147
+
148
+ - **release:** pass explicit from-ref to releaseChangelog ([5af1ce209](https://github.com/powerhouse-inc/powerhouse/commit/5af1ce209))
149
+ - **switchboard:** move @pyroscope/nodejs to dependencies ([c71e0b3de](https://github.com/powerhouse-inc/powerhouse/commit/c71e0b3de))
150
+ - **sentry:** inject debug-ids before publish + drop dead dirs ([444c677a2](https://github.com/powerhouse-inc/powerhouse/commit/444c677a2))
151
+ - switching postgres versions ([353951582](https://github.com/powerhouse-inc/powerhouse/commit/353951582))
152
+
153
+ ### ❤️ Thank You
154
+
155
+ - acaldas
156
+ - Benjamin Jordan
157
+
158
+ ## 6.0.0-dev.240 (2026-05-11)
159
+
160
+ ### 🩹 Fixes
161
+
162
+ - **reactor-api:** exclude hub/spoke test by default, added specific job to test it ([8e8474929](https://github.com/powerhouse-inc/powerhouse/commit/8e8474929))
163
+ - **release:** pass the just-published tag from release -> publish-ph-binaries ([dd19a9b20](https://github.com/powerhouse-inc/powerhouse/commit/dd19a9b20))
164
+
165
+ ### ❤️ Thank You
166
+
167
+ - acaldas
168
+ - Benjamin Jordan
169
+
170
+ ## 6.0.0-dev.239 (2026-05-11)
171
+
172
+ ### 🚀 Features
173
+
174
+ - **ph-cmd:** added scripts to install dev and staging ph-cmd binary ([492555423](https://github.com/powerhouse-inc/powerhouse/commit/492555423))
175
+ - **switchboard:** bridge OpenTelemetry spans to Sentry ([c1f2fc28b](https://github.com/powerhouse-inc/powerhouse/commit/c1f2fc28b))
176
+ - **ph-cli,ph-cmd,shared:** use lightweight sentry sdk ([248c6b2f6](https://github.com/powerhouse-inc/powerhouse/commit/248c6b2f6))
177
+
178
+ ### 🩹 Fixes
179
+
180
+ - update dockerfiles for pnpm 11 bin path ([d33db03ce](https://github.com/powerhouse-inc/powerhouse/commit/d33db03ce))
181
+
182
+ ### ❤️ Thank You
183
+
184
+ - acaldas
185
+
186
+ ## 6.0.0-dev.238 (2026-05-11)
187
+
188
+ ### 🚀 Features
189
+
190
+ - **switchboard:** bridge OpenTelemetry spans to Sentry ([c1f2fc28b](https://github.com/powerhouse-inc/powerhouse/commit/c1f2fc28b))
191
+ - **ph-cli,ph-cmd,shared:** use lightweight sentry sdk ([248c6b2f6](https://github.com/powerhouse-inc/powerhouse/commit/248c6b2f6))
192
+
193
+ ### 🩹 Fixes
194
+
195
+ - update dockerfiles for pnpm 11 bin path ([d33db03ce](https://github.com/powerhouse-inc/powerhouse/commit/d33db03ce))
196
+
197
+ ### ❤️ Thank You
198
+
199
+ - acaldas
200
+
201
+ ## 6.0.0-dev.237 (2026-05-10)
202
+
203
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
204
+
205
+ ## 6.0.0-dev.236 (2026-05-09)
206
+
207
+ ### 🚀 Features
208
+
209
+ - add download button ([#2586](https://github.com/powerhouse-inc/powerhouse/pull/2586))
210
+ - new test-sync-queue cli app that detects sync drift for large drives ([771352e08](https://github.com/powerhouse-inc/powerhouse/commit/771352e08))
211
+ - new test-sync-queue cli app that detects sync drift for large drives ([ddcd53f1e](https://github.com/powerhouse-inc/powerhouse/commit/ddcd53f1e))
212
+
213
+ ### ❤️ Thank You
214
+
215
+ - Benjamin Jordan
216
+ - Ryan Wolhuter @ryanwolhuter
217
+
218
+ ## 6.0.0-dev.235 (2026-05-08)
219
+
220
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
221
+
222
+ ## 6.0.0-dev.234 (2026-05-08)
223
+
224
+ ### 🩹 Fixes
225
+
226
+ - **ci:** pnpm 11 reads PNPM_CONFIG_* not NPM_CONFIG_* ([b6c05fb23](https://github.com/powerhouse-inc/powerhouse/commit/b6c05fb23))
227
+ - **ci, docker:** pnpm 11 uses pnpm-workspace.yaml for allowBuilds; env var for min-release-age ([37c04c28a](https://github.com/powerhouse-inc/powerhouse/commit/37c04c28a))
228
+
229
+ ### ❤️ Thank You
230
+
231
+ - acaldas
232
+
233
+ ## 6.0.0-dev.233 (2026-05-08)
234
+
235
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
236
+
237
+ ## 6.0.0-dev.232 (2026-05-07)
238
+
239
+ ### 🩹 Fixes
240
+
241
+ - opt out of pnpm 11 minimum-release-age; fix docker/boilerplate strict-dep-builds ([75d31f3c6](https://github.com/powerhouse-inc/powerhouse/commit/75d31f3c6))
242
+
243
+ ### ❤️ Thank You
244
+
245
+ - acaldas
246
+
247
+ ## 6.0.0-dev.231 (2026-05-07)
248
+
249
+ ### 🩹 Fixes
250
+
251
+ - add pnpm workspace to boilerplate ([1b3a6e78c](https://github.com/powerhouse-inc/powerhouse/commit/1b3a6e78c))
252
+ - **ci:** pnpm v11 docker init + global bin path ([9d93dc20a](https://github.com/powerhouse-inc/powerhouse/commit/9d93dc20a))
253
+
254
+ ### ❤️ Thank You
255
+
256
+ - acaldas
257
+
258
+ ## 6.0.0-dev.230 (2026-05-07)
259
+
260
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
261
+
262
+ ## 6.0.0-dev.229 (2026-05-07)
263
+
264
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
265
+
266
+ ## 6.0.0-dev.228 (2026-05-07)
267
+
268
+ ### 🚀 Features
269
+
270
+ - **connect,reactor-api:** set git hash at build time and display with url ([99b5233c7](https://github.com/powerhouse-inc/powerhouse/commit/99b5233c7))
271
+
272
+ ### ❤️ Thank You
273
+
274
+ - acaldas
275
+
276
+ ## 6.0.0-dev.227 (2026-05-07)
277
+
278
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
279
+
280
+ ## 6.0.0-dev.226 (2026-05-06)
281
+
282
+ ### 🚀 Features
283
+
284
+ - various mixed load scenarios for the lb ([6ef3a76bf](https://github.com/powerhouse-inc/powerhouse/commit/6ef3a76bf))
285
+
286
+ ### 🩹 Fixes
287
+
288
+ - bump document-engineering to 1.40.3 and align zod pin ([d50e7e42c](https://github.com/powerhouse-inc/powerhouse/commit/d50e7e42c))
289
+
290
+ ### ❤️ Thank You
291
+
292
+ - Benjamin Jordan
293
+ - Guillermo Puente @gpuente
294
+
295
+ ## 6.0.0-dev.225 (2026-05-06)
296
+
297
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
298
+
299
+ ## 6.0.0-dev.224 (2026-05-06)
300
+
301
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
302
+
303
+ ## 6.0.0-dev.223 (2026-05-06)
304
+
305
+ ### 🚀 Features
306
+
307
+ - add json viewer for operations tooltip ([#2569](https://github.com/powerhouse-inc/powerhouse/pull/2569))
308
+
309
+ ### 🩹 Fixes
310
+
311
+ - **release:** drop concurrency from publish-docker-images.yml ([#2572](https://github.com/powerhouse-inc/powerhouse/issues/2572))
312
+
313
+ ### ❤️ Thank You
314
+
315
+ - Frank
316
+ - Ryan Wolhuter @ryanwolhuter
317
+
318
+ ## 6.0.0-dev.222 (2026-05-06)
319
+
320
+ ### 🩹 Fixes
321
+
322
+ - **release:** retry git push with rebase + add workflow concurrency ([#2572](https://github.com/powerhouse-inc/powerhouse/pull/2572))
323
+
324
+ ### ❤️ Thank You
325
+
326
+ - Frank @froid1911
327
+
328
+ ## 6.0.0-dev.220 (2026-05-06)
329
+
330
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
331
+
332
+ ## 6.0.0-dev.219 (2026-05-06)
333
+
334
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
335
+
336
+ ## 6.0.0-dev.218 (2026-05-06)
337
+
338
+ ### 🚀 Features
339
+
340
+ - **registry:** renown JWT auth in front of verdaccio ([e5bbf93f1](https://github.com/powerhouse-inc/powerhouse/commit/e5bbf93f1))
341
+
342
+ ### ❤️ Thank You
343
+
344
+ - Frank
345
+
346
+ ## 6.0.0-dev.217 (2026-05-06)
347
+
348
+ ### 🚀 Features
349
+
350
+ - **switchboard-lb:** rewrite to use simpler drive-id header ([a442207d1](https://github.com/powerhouse-inc/powerhouse/commit/a442207d1))
351
+
352
+ ### ❤️ Thank You
353
+
354
+ - Benjamin Jordan
355
+
356
+ ## 6.0.0-dev.216 (2026-05-05)
357
+
358
+ ### 🩹 Fixes
359
+
360
+ - **codegen,ph-cli,shared:** build package types with tsc ([a1a47e932](https://github.com/powerhouse-inc/powerhouse/commit/a1a47e932))
361
+ - **codegen,ph-cli,shared:** build package types with tsc ([f3658dddc](https://github.com/powerhouse-inc/powerhouse/commit/f3658dddc))
362
+
363
+ ### ❤️ Thank You
364
+
365
+ - acaldas
366
+ - Copilot
367
+
368
+ ## 6.0.0-dev.215 (2026-05-05)
369
+
370
+ ### 🚀 Features
371
+
372
+ - make document cache usable with graphql client ([#2557](https://github.com/powerhouse-inc/powerhouse/pull/2557))
373
+
374
+ ### 🩹 Fixes
375
+
376
+ - **ci:** pick docker tag matching branch channel ([1f6c5ba7c](https://github.com/powerhouse-inc/powerhouse/commit/1f6c5ba7c))
377
+
378
+ ### ❤️ Thank You
379
+
380
+ - Frank
381
+ - Ryan Wolhuter @ryanwolhuter
382
+
383
+ ## 6.0.0-dev.214 (2026-05-05)
384
+
385
+ ### 🚀 Features
386
+
387
+ - **switchboard:** adding pglite migration flag ([952075b11](https://github.com/powerhouse-inc/powerhouse/commit/952075b11))
388
+
389
+ ### ❤️ Thank You
390
+
391
+ - Benjamin Jordan
392
+
393
+ ## 6.0.0-dev.213 (2026-05-04)
394
+
395
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
396
+
397
+ ## 6.0.0-dev.212 (2026-05-03)
398
+
399
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
400
+
401
+ ## 6.0.0-dev.211 (2026-05-02)
402
+
403
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
404
+
405
+ ## 6.0.0-dev.210 (2026-05-01)
406
+
407
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
408
+
409
+ ## 6.0.0-dev.209 (2026-04-30)
410
+
411
+ ### 🚀 Features
412
+
413
+ - **reactor-api:** added system subgraph which returns version and hash information ([248fc1e92](https://github.com/powerhouse-inc/powerhouse/commit/248fc1e92))
414
+ - initial switchboard endpoints and implementation ([01b20cede](https://github.com/powerhouse-inc/powerhouse/commit/01b20cede))
415
+
416
+ ### 🩹 Fixes
417
+
418
+ - so much linting that it kills my computer ([d6b6ff143](https://github.com/powerhouse-inc/powerhouse/commit/d6b6ff143))
419
+
420
+ ### ❤️ Thank You
421
+
422
+ - Benjamin Jordan
423
+
424
+ ## 6.0.0-dev.208 (2026-04-29)
425
+
426
+ ### 🚀 Features
427
+
428
+ - first swing at a load test ([f7e0f4456](https://github.com/powerhouse-inc/powerhouse/commit/f7e0f4456))
429
+ - added observability profile ([957af0925](https://github.com/powerhouse-inc/powerhouse/commit/957af0925))
430
+ - metrics integration ([1ce0b5fdf](https://github.com/powerhouse-inc/powerhouse/commit/1ce0b5fdf))
431
+ - switchboard-lb M3 ([cc49638e0](https://github.com/powerhouse-inc/powerhouse/commit/cc49638e0))
432
+ - **reactor-api:** added attachment service creation to reactor-api ([f96e9806b](https://github.com/powerhouse-inc/powerhouse/commit/f96e9806b))
433
+ - **reactor-attachments:** initial storage implementation ([b82e0fc8c](https://github.com/powerhouse-inc/powerhouse/commit/b82e0fc8c))
434
+ - **reactor-attachments:** initial setup of package ([ac5bac96a](https://github.com/powerhouse-inc/powerhouse/commit/ac5bac96a))
435
+
436
+ ### 🩹 Fixes
437
+
438
+ - **reactor-attachments:** fix the tsdown config ([8485b54be](https://github.com/powerhouse-inc/powerhouse/commit/8485b54be))
439
+
440
+ ### ❤️ Thank You
441
+
442
+ - Benjamin Jordan
443
+
444
+ ## 6.0.0-dev.207 (2026-04-29)
445
+
446
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
447
+
448
+ ## 6.0.0-dev.206 (2026-04-28)
449
+
450
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
451
+
452
+ ## 6.0.0-dev.205 (2026-04-28)
453
+
454
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
455
+
456
+ ## 6.0.0-dev.204 (2026-04-28)
457
+
458
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
459
+
460
+ ## 6.0.0-dev.203 (2026-04-28)
461
+
462
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
463
+
464
+ ## 6.0.0-dev.202 (2026-04-28)
465
+
466
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
467
+
468
+ ## 6.0.0-dev.201 (2026-04-28)
469
+
470
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
471
+
472
+ ## 6.0.0-dev.200 (2026-04-27)
473
+
474
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
475
+
476
+ ## 6.0.0-dev.199 (2026-04-26)
477
+
478
+ ### 🚀 Features
479
+
480
+ - **ph-cli:** add ph-clint and mastra dependencies ([a389b5bdd](https://github.com/powerhouse-inc/powerhouse/commit/a389b5bdd))
481
+
482
+ ### ❤️ Thank You
483
+
484
+ - Frank
485
+
486
+ ## 6.0.0-dev.198 (2026-04-26)
487
+
488
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
489
+
490
+ ## 6.0.0-dev.197 (2026-04-25)
491
+
492
+ ### 🩹 Fixes
493
+
494
+ - exclude pglite wasm and data files on ph build ([96eee628c](https://github.com/powerhouse-inc/powerhouse/commit/96eee628c))
495
+
496
+ ### 🔥 Performance
497
+
498
+ - **design-system:** improve DocumentToolbar tree-shaking ([6d3bf98ad](https://github.com/powerhouse-inc/powerhouse/commit/6d3bf98ad))
499
+
500
+ ### ❤️ Thank You
501
+
502
+ - acaldas
503
+ - Copilot
504
+
505
+ ## 6.0.0-dev.196 (2026-04-24)
506
+
507
+ ### 🚀 Features
508
+
509
+ - separate generate commands ([#2505](https://github.com/powerhouse-inc/powerhouse/pull/2505))
510
+
511
+ ### ❤️ Thank You
512
+
513
+ - Ryan Wolhuter @ryanwolhuter
514
+
515
+ ## 6.0.0-dev.195 (2026-04-24)
516
+
517
+ ### 🚀 Features
518
+
519
+ - **codegen:** add sideEffects:false to generated package boilerplate ([844449485](https://github.com/powerhouse-inc/powerhouse/commit/844449485))
520
+ - **tree-shaking:** add sideEffects:false and lazy-load pglite ([92f8e988e](https://github.com/powerhouse-inc/powerhouse/commit/92f8e988e))
521
+
522
+ ### 🩹 Fixes
523
+
524
+ - **registry:** downgrade express to v4 to fix package details page 404 ([40cd8a5d8](https://github.com/powerhouse-inc/powerhouse/commit/40cd8a5d8))
525
+ - outdated pnpm lock ([4a1f21903](https://github.com/powerhouse-inc/powerhouse/commit/4a1f21903))
526
+ - **common:** cleanup deps ([8602d77ba](https://github.com/powerhouse-inc/powerhouse/commit/8602d77ba))
527
+
528
+ ### ❤️ Thank You
529
+
530
+ - acaldas
531
+ - Guillermo Puente @gpuente
532
+
533
+ ## 6.0.0-dev.194 (2026-04-23)
534
+
535
+ ### 🩹 Fixes
536
+
537
+ - **codegen:** updated dependencies list ([b4545f389](https://github.com/powerhouse-inc/powerhouse/commit/b4545f389))
538
+
539
+ ### ❤️ Thank You
540
+
541
+ - acaldas
542
+
543
+ ## 6.0.0-dev.193 (2026-04-23)
544
+
545
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
546
+
547
+ ## 6.0.0-dev.192 (2026-04-22)
548
+
549
+ ### 🚀 Features
550
+
551
+ - update migrate command ([#2492](https://github.com/powerhouse-inc/powerhouse/pull/2492))
552
+
553
+ ### ❤️ Thank You
554
+
555
+ - Ryan Wolhuter @ryanwolhuter
556
+
557
+ ## 6.0.0-dev.191 (2026-04-22)
558
+
559
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
560
+
561
+ ## 6.0.0-dev.190 (2026-04-22)
562
+
563
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
564
+
565
+ ## 6.0.0-dev.189 (2026-04-22)
566
+
567
+ ### 🚀 Features
568
+
569
+ - **lb:** the load balancer now pins through milestone 2 ([b928cfe04](https://github.com/powerhouse-inc/powerhouse/commit/b928cfe04))
570
+ - **lb:** wip on m1 features ([096384d5c](https://github.com/powerhouse-inc/powerhouse/commit/096384d5c))
571
+ - **switchboard-lb:** proxy upstream routes via least_conn (M1) ([5e3343b21](https://github.com/powerhouse-inc/powerhouse/commit/5e3343b21))
572
+
573
+ ### ❤️ Thank You
574
+
575
+ - Benjamin Jordan
576
+ - Claude Opus 4.7
577
+
578
+ ## 6.0.0-dev.188 (2026-04-21)
579
+
580
+ ### 🩹 Fixes
581
+
582
+ - **ph-cli:** pin @tsdown/css to match tsdown version ([961675548](https://github.com/powerhouse-inc/powerhouse/commit/961675548))
583
+
584
+ ### ❤️ Thank You
585
+
586
+ - Guillermo Puente @gpuente
587
+
588
+ ## 6.0.0-dev.187 (2026-04-21)
589
+
590
+ ### 🩹 Fixes
591
+
592
+ - **ci:** install sentry-cli via official installer ([52a3b3fbd](https://github.com/powerhouse-inc/powerhouse/commit/52a3b3fbd))
593
+
594
+ ### ❤️ Thank You
595
+
596
+ - Frank
597
+
598
+ ## 6.0.0-dev.186 (2026-04-21)
599
+
600
+ ### 🩹 Fixes
601
+
602
+ - **ci:** invoke sentry-cli via --package so npx resolves the binary ([21cf95abb](https://github.com/powerhouse-inc/powerhouse/commit/21cf95abb))
603
+
604
+ ### ❤️ Thank You
605
+
606
+ - Frank
607
+
608
+ ## 6.0.0-dev.185 (2026-04-21)
609
+
610
+ ### 🚀 Features
611
+
612
+ - **sentry:** upload source maps + tag releases in CI ([46461b97e](https://github.com/powerhouse-inc/powerhouse/commit/46461b97e))
613
+
614
+ ### ❤️ Thank You
615
+
616
+ - Frank
617
+
618
+ ## 6.0.0-dev.184 (2026-04-21)
619
+
620
+ ### 🚀 Features
621
+
622
+ - **cli:** opt-out Sentry error reporting for ph-cli and ph-cmd ([1f9c3be35](https://github.com/powerhouse-inc/powerhouse/commit/1f9c3be35))
623
+
624
+ ### ❤️ Thank You
625
+
626
+ - Frank
627
+
628
+ ## 6.0.0-dev.183 (2026-04-21)
629
+
630
+ ### 🚀 Features
631
+
632
+ - reactor now attempts to migrate dbs from old versions ([92b2fdde9](https://github.com/powerhouse-inc/powerhouse/commit/92b2fdde9))
633
+ - step 1 of a switchboard load balancer ([618c32bfc](https://github.com/powerhouse-inc/powerhouse/commit/618c32bfc))
634
+ - **docker:** run connect nginx as non-root (H3) ([3120ba1c4](https://github.com/powerhouse-inc/powerhouse/commit/3120ba1c4))
635
+ - emit editor assets as hashed files via resolveNewUrlToAsset ([27f0ea69c](https://github.com/powerhouse-inc/powerhouse/commit/27f0ea69c))
636
+
637
+ ### 🩹 Fixes
638
+
639
+ - **shared:** handle react imports in cjs deps ([78941ed7c](https://github.com/powerhouse-inc/powerhouse/commit/78941ed7c))
640
+
641
+ ### ❤️ Thank You
642
+
643
+ - acaldas
644
+ - Benjamin Jordan
645
+ - Frank
646
+ - Guillermo Puente @gpuente
647
+
648
+ ## 6.0.0-dev.182 (2026-04-20)
649
+
650
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
651
+
652
+ ## 6.0.0-dev.181 (2026-04-19)
653
+
654
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
655
+
656
+ ## 6.0.0-dev.180 (2026-04-18)
657
+
658
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
659
+
660
+ ## 6.0.0-dev.179 (2026-04-17)
661
+
662
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
663
+
664
+ ## 6.0.0-dev.178 (2026-04-17)
665
+
666
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
667
+
668
+ ## 6.0.0-dev.177 (2026-04-17)
669
+
670
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
671
+
672
+ ## 6.0.0-dev.176 (2026-04-16)
673
+
674
+ ### 🩹 Fixes
675
+
676
+ - update lockfile ([728604c16](https://github.com/powerhouse-inc/powerhouse/commit/728604c16))
677
+
678
+ ### ❤️ Thank You
679
+
680
+ - acaldas
681
+
682
+ ## 6.0.0-dev.175 (2026-04-16)
683
+
684
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
685
+
686
+ ## 6.0.0-dev.174 (2026-04-15)
687
+
688
+ ### 🚀 Features
689
+
690
+ - **shared,ph-cli:** extract registry helpers, refactor publish/install commands ([f00289f6b](https://github.com/powerhouse-inc/powerhouse/commit/f00289f6b))
691
+
692
+ ### 🩹 Fixes
693
+
694
+ - **deps:** resolve all critical and high security vulnerabilities ([6a8531af3](https://github.com/powerhouse-inc/powerhouse/commit/6a8531af3))
695
+
696
+ ### ❤️ Thank You
697
+
698
+ - acaldas
699
+
700
+ ## 6.0.0-dev.173 (2026-04-15)
701
+
702
+ ### 🩹 Fixes
703
+
704
+ - **renown:** fix sleep listener leak, fix pre-existing test failures, add test script ([606e9f82e](https://github.com/powerhouse-inc/powerhouse/commit/606e9f82e))
705
+
706
+ ### ❤️ Thank You
707
+
708
+ - acaldas
709
+
710
+ ## 6.0.0-dev.172 (2026-04-15)
711
+
712
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
713
+
714
+ ## 6.0.0-dev.171 (2026-04-14)
715
+
716
+ ### 🩹 Fixes
717
+
718
+ - **vetra:** generate manifest from global state in package generator ([f5de73f05](https://github.com/powerhouse-inc/powerhouse/commit/f5de73f05))
719
+
720
+ ### ❤️ Thank You
721
+
722
+ - Guillermo Puente @gpuente
723
+
724
+ ## 6.0.0-dev.170 (2026-04-13)
725
+
726
+ ### 🩹 Fixes
727
+
728
+ - declare react as peerDependency and dedupe on vite ([3444dab52](https://github.com/powerhouse-inc/powerhouse/commit/3444dab52))
729
+ - **reactor:** make registerModules and registerUpgradeManifests resilient to invalid items ([20b4dd6c6](https://github.com/powerhouse-inc/powerhouse/commit/20b4dd6c6))
730
+
731
+ ### ❤️ Thank You
732
+
733
+ - acaldas
734
+
735
+ ## 6.0.0-dev.169 (2026-04-13)
736
+
737
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
738
+
739
+ ## 6.0.0-dev.168 (2026-04-12)
740
+
741
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
742
+
743
+ ## 6.0.0-dev.167 (2026-04-11)
744
+
745
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
746
+
747
+ ## 6.0.0-dev.166 (2026-04-10)
748
+
749
+ ### 🩹 Fixes
750
+
751
+ - **design-system,connect:** cleanup dependencies ([97466944a](https://github.com/powerhouse-inc/powerhouse/commit/97466944a))
752
+
753
+ ### ❤️ Thank You
754
+
755
+ - acaldas
756
+
757
+ ## 6.0.0-dev.165 (2026-04-10)
758
+
759
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
760
+
761
+ ## 6.0.0-dev.164 (2026-04-09)
762
+
763
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
764
+
765
+ ## 6.0.0-dev.163 (2026-04-09)
766
+
767
+ ### 🩹 Fixes
768
+
769
+ - **switchboard:** set log level from env var ([eddc863e8](https://github.com/powerhouse-inc/powerhouse/commit/eddc863e8))
770
+ - **reactor-api,switchboard:** output https hooks on separate file ([9b05a45e9](https://github.com/powerhouse-inc/powerhouse/commit/9b05a45e9))
771
+ - **renown:** removed unused didtools/key-did dependency ([7771007c0](https://github.com/powerhouse-inc/powerhouse/commit/7771007c0))
772
+
773
+ ### ❤️ Thank You
774
+
775
+ - acaldas
776
+
777
+ ## 6.0.0-dev.162 (2026-04-09)
778
+
779
+ ### 🚀 Features
780
+
781
+ - **ph-cmd:** delegate init to versioned ph-cli ([875a4e6f4](https://github.com/powerhouse-inc/powerhouse/commit/875a4e6f4))
782
+
783
+ ### ❤️ Thank You
784
+
785
+ - acaldas
786
+
787
+ ## 6.0.0-dev.161 (2026-04-08)
788
+
789
+ ### 🩹 Fixes
790
+
791
+ - **connect:** prevent HMR page reloads and support hot module re-injection ([26c8c79b9](https://github.com/powerhouse-inc/powerhouse/commit/26c8c79b9))
792
+
793
+ ### ❤️ Thank You
794
+
795
+ - acaldas
796
+
797
+ ## 6.0.0-dev.160 (2026-04-08)
798
+
799
+ ### 🩹 Fixes
800
+
801
+ - **design-system:** fixed build and static assets ([fbcfd28d0](https://github.com/powerhouse-inc/powerhouse/commit/fbcfd28d0))
802
+
803
+ ### ❤️ Thank You
804
+
805
+ - acaldas
806
+
807
+ ## 6.0.0-dev.159 (2026-04-07)
808
+
809
+ ### 🩹 Fixes
810
+
811
+ - support both old and new switchboard dist layout in entrypoint ([80bfba241](https://github.com/powerhouse-inc/powerhouse/commit/80bfba241))
812
+
813
+ ### ❤️ Thank You
814
+
815
+ - Frank
816
+
817
+ ## 6.0.0-dev.158 (2026-04-07)
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.157 (2026-04-06)
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.156 (2026-04-05)
826
+
827
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
828
+
829
+ ## 6.0.0-dev.155 (2026-04-04)
830
+
831
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
832
+
833
+ ## 6.0.0-dev.154 (2026-04-03)
834
+
835
+ ### 🩹 Fixes
836
+
837
+ - versioned docs need build artifacts ([d20b4db62](https://github.com/powerhouse-inc/powerhouse/commit/d20b4db62))
838
+ - add typecheck to simulate workflow ([76d4e606c](https://github.com/powerhouse-inc/powerhouse/commit/76d4e606c))
839
+ - lots of feedback, and added tsdown configs for 4 packages ([d847d8748](https://github.com/powerhouse-inc/powerhouse/commit/d847d8748))
840
+ - switching versioned-documents test to tsdown ([f9ade0d54](https://github.com/powerhouse-inc/powerhouse/commit/f9ade0d54))
841
+ - a few more build fixes ([b8b395f68](https://github.com/powerhouse-inc/powerhouse/commit/b8b395f68))
842
+ - remove outdated script ([2f194d576](https://github.com/powerhouse-inc/powerhouse/commit/2f194d576))
843
+ - a few fixes on the build workflow ([b6195242c](https://github.com/powerhouse-inc/powerhouse/commit/b6195242c))
844
+
845
+ ### ❤️ Thank You
846
+
847
+ - Benjamin Jordan
848
+
849
+ ## 6.0.0-dev.153 (2026-04-02)
850
+
851
+ ### 🩹 Fixes
852
+
853
+ - **codegen:** moved tmpl/core to devDeps to avoid jsr install issues ([c322fbe60](https://github.com/powerhouse-inc/powerhouse/commit/c322fbe60))
854
+
855
+ ### ❤️ Thank You
856
+
857
+ - acaldas
858
+
859
+ ## 6.0.0-dev.152 (2026-04-02)
860
+
861
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
862
+
863
+ ## 6.0.0-dev.151 (2026-04-01)
864
+
865
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
866
+
867
+ ## 6.0.0-dev.150 (2026-04-01)
868
+
869
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
870
+
871
+ ## 6.0.0-dev.149 (2026-04-01)
872
+
873
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
874
+
875
+ ## 6.0.0-dev.148 (2026-04-01)
876
+
877
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
878
+
879
+ ## 6.0.0-dev.147 (2026-04-01)
880
+
881
+ ### 🚀 Features
882
+
883
+ - unify package and manifest types ([#2458](https://github.com/powerhouse-inc/powerhouse/pull/2458))
884
+
885
+ ### 🩹 Fixes
886
+
887
+ - format readme ([01011a461](https://github.com/powerhouse-inc/powerhouse/commit/01011a461))
888
+
889
+ ### ❤️ Thank You
890
+
891
+ - acaldas
892
+ - Ryan Wolhuter @ryanwolhuter
893
+
894
+ ## 6.0.0-dev.146 (2026-04-01)
895
+
896
+ ### 🩹 Fixes
897
+
898
+ - **docker:** fix switchboard-entrypoint.sh ([18a4013d7](https://github.com/powerhouse-inc/powerhouse/commit/18a4013d7))
899
+
900
+ ### ❤️ Thank You
901
+
902
+ - acaldas
903
+
904
+ ## 6.0.0-dev.145 (2026-04-01)
905
+
906
+ ### 🩹 Fixes
907
+
908
+ - **registry:** cache and resolve different package versions ([773d021a2](https://github.com/powerhouse-inc/powerhouse/commit/773d021a2))
909
+
910
+ ### ❤️ Thank You
911
+
912
+ - acaldas
913
+
914
+ ## 6.0.0-dev.144 (2026-04-01)
915
+
916
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
917
+
918
+ ## 6.0.0-dev.143 (2026-03-31)
919
+
920
+ ### 🚀 Features
921
+
922
+ - **switchboard,reactor-api:** implemented httpPackageLoader ([ba53e2298](https://github.com/powerhouse-inc/powerhouse/commit/ba53e2298))
923
+
924
+ ### ❤️ Thank You
925
+
926
+ - acaldas
927
+
928
+ ## 6.0.0-dev.142 (2026-03-31)
929
+
930
+ ### 🩹 Fixes
931
+
932
+ - **docker:** use scoped registry for @powerhousedao instead of global override ([33d06b487](https://github.com/powerhouse-inc/powerhouse/commit/33d06b487))
933
+
934
+ ### ❤️ Thank You
935
+
936
+ - Frank
937
+
938
+ ## 6.0.0-dev.141 (2026-03-31)
939
+
940
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
941
+
942
+ ## 6.0.0-dev.140 (2026-03-31)
943
+
944
+ ### 🚀 Features
945
+
946
+ - **registry:** enable npm proxy uplink in Verdaccio ([405733914](https://github.com/powerhouse-inc/powerhouse/commit/405733914))
947
+
948
+ ### 🩹 Fixes
949
+
950
+ - **docker:** use .npmrc for scoped registry config ([8568e3a20](https://github.com/powerhouse-inc/powerhouse/commit/8568e3a20))
951
+
952
+ ### ❤️ Thank You
953
+
954
+ - Frank
955
+
956
+ ## 6.0.0-dev.139 (2026-03-31)
957
+
958
+ ### 🩹 Fixes
959
+
960
+ - **docker:** use scoped registry for @powerhousedao packages ([f7c8ff72c](https://github.com/powerhouse-inc/powerhouse/commit/f7c8ff72c))
961
+
962
+ ### ❤️ Thank You
963
+
964
+ - Frank
965
+
966
+ ## 6.0.0-dev.138 (2026-03-31)
967
+
968
+ ### 🚀 Features
969
+
970
+ - **docker:** install PH_PACKAGES at switchboard startup ([c510da354](https://github.com/powerhouse-inc/powerhouse/commit/c510da354))
971
+ - **docker:** install PH_PACKAGES at switchboard startup ([fdf33e0aa](https://github.com/powerhouse-inc/powerhouse/commit/fdf33e0aa))
972
+
973
+ ### ❤️ Thank You
974
+
975
+ - Frank
976
+
977
+ ## 6.0.0-dev.137 (2026-03-31)
978
+
979
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
980
+
981
+ ## 6.0.0-dev.136 (2026-03-31)
982
+
983
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
984
+
985
+ ## 6.0.0-dev.135 (2026-03-31)
986
+
987
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
988
+
989
+ ## 6.0.0-dev.134 (2026-03-31)
990
+
991
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
992
+
993
+ ## 6.0.0-dev.133 (2026-03-31)
994
+
995
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
996
+
997
+ ## 6.0.0-dev.132 (2026-03-31)
998
+
999
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1000
+
1001
+ ## 6.0.0-dev.131 (2026-03-31)
1002
+
1003
+ ### 🚀 Features
1004
+
1005
+ - add separate node and browser processor bundles ([#2451](https://github.com/powerhouse-inc/powerhouse/pull/2451))
1006
+
1007
+ ### ❤️ Thank You
1008
+
1009
+ - Ryan Wolhuter @ryanwolhuter
1010
+
1011
+ ## 6.0.0-dev.130 (2026-03-31)
1012
+
1013
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1014
+
1015
+ ## 6.0.0-dev.129 (2026-03-30)
1016
+
1017
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1018
+
1019
+ ## 6.0.0-dev.128 (2026-03-30)
1020
+
1021
+ ### 🩹 Fixes
1022
+
1023
+ - **reactor-api,switchboard:** import vite loader from subexport ([1909d0c25](https://github.com/powerhouse-inc/powerhouse/commit/1909d0c25))
1024
+
1025
+ ### ❤️ Thank You
1026
+
1027
+ - acaldas
1028
+
1029
+ ## 6.0.0-dev.127 (2026-03-30)
1030
+
1031
+ ### 🩹 Fixes
1032
+
1033
+ - **connect,docker:** set connect registry url on build step ([cc96c4ad7](https://github.com/powerhouse-inc/powerhouse/commit/cc96c4ad7))
1034
+
1035
+ ### ❤️ Thank You
1036
+
1037
+ - acaldas
1038
+
1039
+ ## 6.0.0-dev.126 (2026-03-30)
1040
+
1041
+ ### 🚀 Features
1042
+
1043
+ - **connect,docker:** load PH_PACKAGES from runtime JSON instead of build-time define ([701eec6ac](https://github.com/powerhouse-inc/powerhouse/commit/701eec6ac))
1044
+
1045
+ ### ❤️ Thank You
1046
+
1047
+ - acaldas
1048
+
1049
+ ## 6.0.0-dev.125 (2026-03-30)
1050
+
1051
+ ### 🚀 Features
1052
+
1053
+ - **docker:** use switchboard bin directly in entrypoint ([6848e119b](https://github.com/powerhouse-inc/powerhouse/commit/6848e119b))
1054
+ - **docker:** install switchboard directly instead of ph-cmd ([66ab86bc1](https://github.com/powerhouse-inc/powerhouse/commit/66ab86bc1))
1055
+
1056
+ ### 🩹 Fixes
1057
+
1058
+ - **connect,builder-tools,design-system:** multiple fixes to dynamic package loading in connect ([fb47de8b3](https://github.com/powerhouse-inc/powerhouse/commit/fb47de8b3))
1059
+
1060
+ ### ❤️ Thank You
1061
+
1062
+ - acaldas
1063
+ - Frank
1064
+
1065
+ ## 6.0.0-dev.124 (2026-03-30)
1066
+
1067
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1068
+
1069
+ ## 6.0.0-dev.123 (2026-03-29)
1070
+
1071
+ ### 🚀 Features
1072
+
1073
+ - **docker:** redesign Docker strategy with runtime package loading ([08207df3d](https://github.com/powerhouse-inc/powerhouse/commit/08207df3d))
1074
+
1075
+ ### ❤️ Thank You
1076
+
1077
+ - Frank
1078
+
1079
+ ## 6.0.0-dev.122 (2026-03-29)
1080
+
1081
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1082
+
1083
+ ## 6.0.0-dev.121 (2026-03-29)
1084
+
1085
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1086
+
1087
+ ## 6.0.0-dev.120 (2026-03-29)
1088
+
1089
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1090
+
1091
+ ## 6.0.0-dev.119 (2026-03-29)
1092
+
1093
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1094
+
1095
+ ## 6.0.0-dev.118 (2026-03-28)
1096
+
1097
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1098
+
1099
+ ## 6.0.0-dev.117 (2026-03-28)
1100
+
1101
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1102
+
1103
+ ## 6.0.0-dev.116 (2026-03-27)
1104
+
1105
+ ### 🚀 Features
1106
+
1107
+ - verify signatures on switchboard an consider actions without an app key on signer as unsigned ([c9a45d2e7](https://github.com/powerhouse-inc/powerhouse/commit/c9a45d2e7))
1108
+
1109
+ ### 🩹 Fixes
1110
+
1111
+ - **reactor-api:** deserialize signatures in pushSyncEnvelopes resolver ([ab5a33eb6](https://github.com/powerhouse-inc/powerhouse/commit/ab5a33eb6))
1112
+ - dependency improvements ([a41a67741](https://github.com/powerhouse-inc/powerhouse/commit/a41a67741))
1113
+ - **document-drive:** exclude self from collision check when renaming nodes ([7dfc73268](https://github.com/powerhouse-inc/powerhouse/commit/7dfc73268))
1114
+
1115
+ ### ❤️ Thank You
1116
+
1117
+ - acaldas @acaldas
1118
+ - Guillermo Puente @gpuente
1119
+
1120
+ ## 6.0.0-dev.115 (2026-03-27)
1121
+
1122
+ ### 🚀 Features
1123
+
1124
+ - **reactor-api:** add MercuriusGatewayAdapter implementing IGatewayAdapter ([ea05779a3](https://github.com/powerhouse-inc/powerhouse/commit/ea05779a3))
1125
+ - **reactor-api:** add FastifyHttpAdapter with dispatch-map design ([969d56af3](https://github.com/powerhouse-inc/powerhouse/commit/969d56af3))
1126
+ - **reactor-api:** add FastifyHttpAdapter implementing IHttpAdapter ([94d3d9b48](https://github.com/powerhouse-inc/powerhouse/commit/94d3d9b48))
1127
+
1128
+ ### ❤️ Thank You
1129
+
1130
+ - Samuel Hawksby-Robinson @Samyoul
1131
+
1132
+ ## 6.0.0-dev.114 (2026-03-27)
1133
+
1134
+ ### 🚀 Features
1135
+
1136
+ - **registry:** simplify Dockerfile to install from npm ([7e2c2fa91](https://github.com/powerhouse-inc/powerhouse/commit/7e2c2fa91))
1137
+
1138
+ ### ❤️ Thank You
1139
+
1140
+ - acaldas @acaldas
1141
+ - Claude Opus 4.6 (1M context)
1142
+
1143
+ ## 6.0.0-dev.113 (2026-03-27)
1144
+
1145
+ ### 🚀 Features
1146
+
1147
+ - expand codegen tests to cover new cases ([#2432](https://github.com/powerhouse-inc/powerhouse/pull/2432))
1148
+
1149
+ ### 🩹 Fixes
1150
+
1151
+ - **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))
1152
+ - **codegen:** handle JSONC comments in ensureTsconfigPaths ([ae3cd38fe](https://github.com/powerhouse-inc/powerhouse/commit/ae3cd38fe))
1153
+ - **vetra:** move connect dependency to root and fix CSS import ([1e288a8a9](https://github.com/powerhouse-inc/powerhouse/commit/1e288a8a9))
1154
+ - **vetra:** add missing Connect boilerplate files for ph vetra ([bfe64f705](https://github.com/powerhouse-inc/powerhouse/commit/bfe64f705))
1155
+
1156
+ ### ❤️ Thank You
1157
+
1158
+ - Benjamin Jordan
1159
+ - Guillermo Puente @gpuente
1160
+ - Ryan Wolhuter @ryanwolhuter
1161
+
1162
+ ## 6.0.0-dev.112 (2026-03-26)
1163
+
1164
+ ### 🚀 Features
1165
+
1166
+ - **codegen:** e2e codegen processor tests ([08686abc6](https://github.com/powerhouse-inc/powerhouse/commit/08686abc6))
1167
+
1168
+ ### ❤️ Thank You
1169
+
1170
+ - Benjamin Jordan
1171
+
1172
+ ## 6.0.0-dev.111 (2026-03-25)
1173
+
1174
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1175
+
1176
+ ## 6.0.0-dev.110 (2026-03-25)
1177
+
1178
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1179
+
1180
+ ## 6.0.0-dev.109 (2026-03-24)
1181
+
1182
+ ### 🚀 Features
1183
+
1184
+ - **vetra-e2e:** add editor creation, registry publish, and consumer install e2e tests ([a215a7d7e](https://github.com/powerhouse-inc/powerhouse/commit/a215a7d7e))
1185
+
1186
+ ### 🩹 Fixes
1187
+
1188
+ - lockfile ([292187fae](https://github.com/powerhouse-inc/powerhouse/commit/292187fae))
1189
+
1190
+ ### ❤️ Thank You
1191
+
1192
+ - Benjamin Jordan
1193
+ - Guillermo Puente @gpuente
1194
+
1195
+ ## 6.0.0-dev.108 (2026-03-24)
1196
+
1197
+ ### 🚀 Features
1198
+
1199
+ - register vetra document models and processors in switchboard ([b50da707e](https://github.com/powerhouse-inc/powerhouse/commit/b50da707e))
1200
+ - add document drive bundle step ([4c5085630](https://github.com/powerhouse-inc/powerhouse/commit/4c5085630))
1201
+ - bundle cli shared stuff separately ([0f1f1ed8e](https://github.com/powerhouse-inc/powerhouse/commit/0f1f1ed8e))
1202
+ - move shared cli types ([437455beb](https://github.com/powerhouse-inc/powerhouse/commit/437455beb))
1203
+ - deal with an absolutely ridiculous amount of wrong exports ([d45e52ab9](https://github.com/powerhouse-inc/powerhouse/commit/d45e52ab9))
1204
+ - **config:** add registry provider type and resolveRegistryConfig helper ([5756e445e](https://github.com/powerhouse-inc/powerhouse/commit/5756e445e))
1205
+ - dang that's a lot of files ([d7c198c22](https://github.com/powerhouse-inc/powerhouse/commit/d7c198c22))
1206
+ - add versioned deps as dep of vetra-e2e ([884de81e5](https://github.com/powerhouse-inc/powerhouse/commit/884de81e5))
1207
+ - update config for versioned documents test package ([a29d6b9ab](https://github.com/powerhouse-inc/powerhouse/commit/a29d6b9ab))
1208
+ - make vetra a common package in connect ([4b366d892](https://github.com/powerhouse-inc/powerhouse/commit/4b366d892))
1209
+ - re-implement package manager and add start connect function ([1fd9946b4](https://github.com/powerhouse-inc/powerhouse/commit/1fd9946b4))
1210
+ - add build command ([b8427cbca](https://github.com/powerhouse-inc/powerhouse/commit/b8427cbca))
1211
+ - remove dependency on knex from analytics engine browser ([e87e0c75a](https://github.com/powerhouse-inc/powerhouse/commit/e87e0c75a))
1212
+ - **vetra:** do not bundle processors isomorphically ([6f9d380a6](https://github.com/powerhouse-inc/powerhouse/commit/6f9d380a6))
1213
+ - **registry:** use tsdown in registry ([fd3da952b](https://github.com/powerhouse-inc/powerhouse/commit/fd3da952b))
1214
+ - **analytics-engine:** use tsdown in analytics engine ([ef8bce39c](https://github.com/powerhouse-inc/powerhouse/commit/ef8bce39c))
1215
+ - **builder-tools:** use tsdown for builder tools ([076657a43](https://github.com/powerhouse-inc/powerhouse/commit/076657a43))
1216
+ - **ph-cmd:** use tsdown for ph-cmd ([23ea5bc8d](https://github.com/powerhouse-inc/powerhouse/commit/23ea5bc8d))
1217
+ - start using tsdown ([b8b03f73a](https://github.com/powerhouse-inc/powerhouse/commit/b8b03f73a))
1218
+ - **ph-cli:** use tsdown to bundle ph-cli ([b32726fc1](https://github.com/powerhouse-inc/powerhouse/commit/b32726fc1))
1219
+ - add tsdown ([276222480](https://github.com/powerhouse-inc/powerhouse/commit/276222480))
1220
+
1221
+ ### 🩹 Fixes
1222
+
1223
+ - include academy tenant in dev releases ([a459f0edf](https://github.com/powerhouse-inc/powerhouse/commit/a459f0edf))
1224
+ - add retry loop for k8s push race conditions ([31659b5e3](https://github.com/powerhouse-inc/powerhouse/commit/31659b5e3))
1225
+ - deps ([cbb8c5da9](https://github.com/powerhouse-inc/powerhouse/commit/cbb8c5da9))
1226
+ - codegen tests ([b857b8ab6](https://github.com/powerhouse-inc/powerhouse/commit/b857b8ab6))
1227
+ - **reactor-api:** resolve tsconfig path aliases in switchboard's Vite SSR loader ([dd812a933](https://github.com/powerhouse-inc/powerhouse/commit/dd812a933))
1228
+ - **document-drive:** fix tsc build and prisma ESM \_\_dirname error ([f0c252d96](https://github.com/powerhouse-inc/powerhouse/commit/f0c252d96))
1229
+ - stop mixing node and browser code ([9d5513533](https://github.com/powerhouse-inc/powerhouse/commit/9d5513533))
1230
+ - always build css after bundle ([36dca2c95](https://github.com/powerhouse-inc/powerhouse/commit/36dca2c95))
1231
+ - always build css after bundling ([565d11dca](https://github.com/powerhouse-inc/powerhouse/commit/565d11dca))
1232
+ - so much, too much to even describe ([4aa9ebf54](https://github.com/powerhouse-inc/powerhouse/commit/4aa9ebf54))
1233
+ - e2e tests ([d1bfe5f08](https://github.com/powerhouse-inc/powerhouse/commit/d1bfe5f08))
1234
+ - **connect,vetra:** move vite plugin node polyfills to specific packages ([e3b0fa37b](https://github.com/powerhouse-inc/powerhouse/commit/e3b0fa37b))
1235
+ - strange export style in reactor browser which caused circular references ([683e17196](https://github.com/powerhouse-inc/powerhouse/commit/683e17196))
1236
+ - handle both node and browser types ([90f793133](https://github.com/powerhouse-inc/powerhouse/commit/90f793133))
1237
+
1238
+ ### ❤️ Thank You
1239
+
1240
+ - Frank
1241
+ - Guillermo Puente @gpuente
1242
+ - ryanwolhuter @ryanwolhuter
1243
+
1244
+ ## 6.0.0-dev.107 (2026-03-23)
1245
+
1246
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1247
+
1248
+ ## 6.0.0-dev.106 (2026-03-23)
1249
+
1250
+ ### 🚀 Features
1251
+
1252
+ - add ph build command 2 ([#2415](https://github.com/powerhouse-inc/powerhouse/pull/2415))
1253
+
1254
+ ### 🩹 Fixes
1255
+
1256
+ - **release:** remove stale build-connect step, now covered by build-bundle ([e00eed45a](https://github.com/powerhouse-inc/powerhouse/commit/e00eed45a))
1257
+ - add git pull --rebase before push in k8s update jobs to avoid race conditions ([fa7af726f](https://github.com/powerhouse-inc/powerhouse/commit/fa7af726f))
1258
+
1259
+ ### ❤️ Thank You
1260
+
1261
+ - Frank
1262
+ - Ryan Wolhuter @ryanwolhuter
1263
+
1264
+ ## 6.0.0-dev.105 (2026-03-23)
1265
+
1266
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1267
+
1268
+ ## 6.0.0-dev.104 (2026-03-22)
1269
+
1270
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1271
+
1272
+ ## 6.0.0-dev.103 (2026-03-21)
1273
+
1274
+ ### 🩹 Fixes
1275
+
1276
+ - **reactor:** temporary fix for deleting documents and cleaning up all edges too -- very costly ([8a15a0604](https://github.com/powerhouse-inc/powerhouse/commit/8a15a0604))
1277
+
1278
+ ### ❤️ Thank You
1279
+
1280
+ - Benjamin Jordan
1281
+
1282
+ ## 6.0.0-dev.102 (2026-03-20)
1283
+
1284
+ ### 🩹 Fixes
1285
+
1286
+ - 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))
1287
+ - **builder-tools,reactor-browser:** bundling fixes ([59dfd75b6](https://github.com/powerhouse-inc/powerhouse/commit/59dfd75b6))
1288
+
1289
+ ### ❤️ Thank You
1290
+
1291
+ - acaldas @acaldas
1292
+ - Benjamin Jordan
1293
+
1294
+ ## 6.0.0-dev.101 (2026-03-20)
2
1295
 
3
1296
  ### 🚀 Features
4
1297
 
5
- - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
6
- - per-document protection auth model ([2e538ddb8](https://github.com/powerhouse-inc/powerhouse/commit/2e538ddb8))
7
- - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
1298
+ - **examples:** add Discord webhook processor example ([fc09a4d66](https://github.com/powerhouse-inc/powerhouse/commit/fc09a4d66))
1299
+
1300
+ ### ❤️ Thank You
1301
+
1302
+ - Benjamin Jordan
1303
+ - Claude Opus 4.6
1304
+
1305
+ ## 6.0.0-dev.100 (2026-03-19)
1306
+
1307
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1308
+
1309
+ ## 6.0.0-dev.99 (2026-03-18)
1310
+
1311
+ ### 🚀 Features
1312
+
1313
+ - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
1314
+
1315
+ ### 🩹 Fixes
1316
+
1317
+ - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
1318
+
1319
+ ### ❤️ Thank You
1320
+
1321
+ - acaldas
1322
+ - Benjamin Jordan
1323
+
1324
+ ## 6.0.0-dev.98 (2026-03-18)
1325
+
1326
+ ### 🩹 Fixes
1327
+
1328
+ - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
1329
+
1330
+ ### ❤️ Thank You
1331
+
1332
+ - acaldas
1333
+
1334
+ ## 6.0.0-dev.97 (2026-03-18)
1335
+
1336
+ ### 🩹 Fixes
1337
+
1338
+ - **design-system:** removed zod dependency ([fdc7c2ef7](https://github.com/powerhouse-inc/powerhouse/commit/fdc7c2ef7))
1339
+
1340
+ ### ❤️ Thank You
1341
+
1342
+ - acaldas @acaldas
1343
+
1344
+ ## 6.0.0-dev.96 (2026-03-17)
1345
+
1346
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1347
+
1348
+ ## 6.0.0-dev.95 (2026-03-17)
1349
+
1350
+ ### 🚀 Features
1351
+
1352
+ - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
1353
+
1354
+ ### 🩹 Fixes
1355
+
1356
+ - **codegen:** added missing deps to boilerplate ([721dcb581](https://github.com/powerhouse-inc/powerhouse/commit/721dcb581))
1357
+ - **switchboard:** address OTel metrics review feedback ([c5ac016fc](https://github.com/powerhouse-inc/powerhouse/commit/c5ac016fc))
1358
+
1359
+ ### ❤️ Thank You
1360
+
1361
+ - acaldas @acaldas
1362
+ - Samuel Hawksby-Robinson @Samyoul
1363
+
1364
+ ## 6.0.0-dev.94 (2026-03-17)
1365
+
1366
+ ### 🩹 Fixes
1367
+
1368
+ - **common:** added missing runtime dependencies ([b0f647f75](https://github.com/powerhouse-inc/powerhouse/commit/b0f647f75))
1369
+
1370
+ ### ❤️ Thank You
1371
+
1372
+ - acaldas @acaldas
1373
+
1374
+ ## 6.0.0-dev.93 (2026-03-17)
1375
+
1376
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1377
+
1378
+ ## 6.0.0-dev.92 (2026-03-17)
1379
+
1380
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1381
+
1382
+ ## 6.0.0-dev.91 (2026-03-17)
1383
+
1384
+ ### 🩹 Fixes
1385
+
1386
+ - adding build-bundle to simulate-ci-workflow ([ca93d1a2b](https://github.com/powerhouse-inc/powerhouse/commit/ca93d1a2b))
1387
+
1388
+ ### ❤️ Thank You
1389
+
1390
+ - Benjamin Jordan
1391
+
1392
+ ## 6.0.0-dev.90 (2026-03-14)
1393
+
1394
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1395
+
1396
+ ## 6.0.0-dev.89 (2026-03-13)
1397
+
1398
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1399
+
1400
+ ## 6.0.0-dev.88 (2026-03-12)
1401
+
1402
+ ### 🚀 Features
1403
+
1404
+ - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
1405
+
1406
+ ### ❤️ Thank You
1407
+
1408
+ - Benjamin Jordan
1409
+
1410
+ ## 6.0.0-dev.87 (2026-03-12)
1411
+
1412
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1413
+
1414
+ ## 6.0.0-dev.86 (2026-03-12)
1415
+
1416
+ ### 🚀 Features
1417
+
1418
+ - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
1419
+
1420
+ ### ❤️ Thank You
1421
+
1422
+ - acaldas @acaldas
1423
+
1424
+ ## 6.0.0-dev.85 (2026-03-12)
1425
+
1426
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1427
+
1428
+ ## 6.0.0-dev.84 (2026-03-11)
1429
+
1430
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1431
+
1432
+ ## 6.0.0-dev.83 (2026-03-11)
1433
+
1434
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1435
+
1436
+ ## 6.0.0-dev.82 (2026-03-11)
1437
+
1438
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1439
+
1440
+ ## 6.0.0-dev.81 (2026-03-11)
1441
+
1442
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1443
+
1444
+ ## 6.0.0-dev.80 (2026-03-11)
1445
+
1446
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1447
+
1448
+ ## 6.0.0-dev.79 (2026-03-11)
1449
+
1450
+ ### 🚀 Features
1451
+
1452
+ - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
8
1453
 
9
1454
  ### ❤️ Thank You
10
1455
 
11
1456
  - Frank
1457
+
1458
+ ## 6.0.0-dev.78 (2026-03-11)
1459
+
1460
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1461
+
1462
+ ## 6.0.0-dev.77 (2026-03-10)
1463
+
1464
+ ### 🩹 Fixes
1465
+
1466
+ - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
1467
+
1468
+ ### ❤️ Thank You
1469
+
1470
+ - acaldas @acaldas
1471
+
1472
+ ## 6.0.0-dev.76 (2026-03-10)
1473
+
1474
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1475
+
1476
+ ## 6.0.0-dev.75 (2026-03-10)
1477
+
1478
+ ### 🩹 Fixes
1479
+
1480
+ - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
1481
+ - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
1482
+
1483
+ ### ❤️ Thank You
1484
+
1485
+ - Frank
1486
+
1487
+ ## 6.0.0-dev.74 (2026-03-10)
1488
+
1489
+ ### 🚀 Features
1490
+
1491
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
1492
+
1493
+ ### ❤️ Thank You
1494
+
1495
+ - Frank
1496
+
1497
+ ## 6.0.0-dev.73 (2026-03-10)
1498
+
1499
+ ### 🚀 Features
1500
+
1501
+ - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
1502
+
1503
+ ### ❤️ Thank You
1504
+
1505
+ - Benjamin Jordan
1506
+
1507
+ ## 6.0.0-dev.72 (2026-03-09)
1508
+
1509
+ ### 🚀 Features
1510
+
1511
+ - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
1512
+
1513
+ ### ❤️ Thank You
1514
+
1515
+ - acaldas @acaldas
1516
+
1517
+ ## 6.0.0-dev.71 (2026-03-07)
1518
+
1519
+ ### 🚀 Features
1520
+
1521
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
1522
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
1523
+
1524
+ ### 🩹 Fixes
1525
+
1526
+ - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
1527
+
1528
+ ### ❤️ Thank You
1529
+
1530
+ - acaldas @acaldas
1531
+ - Guillermo Puente @gpuente
1532
+
1533
+ ## 6.0.0-dev.70 (2026-03-06)
1534
+
1535
+ ### 🚀 Features
1536
+
1537
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
1538
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
1539
+
1540
+ ### 🩹 Fixes
1541
+
1542
+ - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
1543
+
1544
+ ### ❤️ Thank You
1545
+
1546
+ - Guillermo Puente @gpuente
12
1547
  - Ryan Wolhuter @ryanwolhuter
13
1548
 
14
- ## 6.0.0-staging.2 (2026-02-25)
1549
+ ## 6.0.0-dev.69 (2026-03-05)
1550
+
1551
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1552
+
1553
+ ## 6.0.0-dev.68 (2026-03-04)
1554
+
1555
+ ### 🩹 Fixes
1556
+
1557
+ - **vetra:** remove custom subgraphs from vetra ([3a1e3b9b0](https://github.com/powerhouse-inc/powerhouse/commit/3a1e3b9b0))
1558
+ - resolve empty name causing silent ADD_FILE failure in drives ([b44ed0c1c](https://github.com/powerhouse-inc/powerhouse/commit/b44ed0c1c))
1559
+ - **reactor-mcp:** adopt new reactor client interface for MCP server ([1b8e6fb19](https://github.com/powerhouse-inc/powerhouse/commit/1b8e6fb19))
1560
+
1561
+ ### ❤️ Thank You
1562
+
1563
+ - Guillermo Puente @gpuente
1564
+
1565
+ ## 6.0.0-dev.67 (2026-03-03)
1566
+
1567
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1568
+
1569
+ ## 6.0.0-dev.66 (2026-03-03)
15
1570
 
16
1571
  ### 🚀 Features
17
1572
 
18
- - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
1573
+ - move reactor logic from connect to reactor browser ([#2385](https://github.com/powerhouse-inc/powerhouse/pull/2385))
19
1574
 
20
1575
  ### ❤️ Thank You
21
1576
 
22
1577
  - Ryan Wolhuter @ryanwolhuter
23
1578
 
24
- ## 6.0.0-staging.1 (2026-02-25)
1579
+ ## 6.0.0-dev.65 (2026-03-03)
25
1580
 
26
1581
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
27
1582
 
1583
+ ## 6.0.0-dev.64 (2026-03-03)
1584
+
1585
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
1586
+
1587
+ ## 6.0.0-dev.62 (2026-03-03)
1588
+
1589
+ ### 🚀 Features
1590
+
1591
+ - **ci:** push academy to Harbor academy project and update k8s for academy namespace ([efbf8f58d](https://github.com/powerhouse-inc/powerhouse/commit/efbf8f58d))
1592
+
1593
+ ### 🩹 Fixes
1594
+
1595
+ - cherry-picked fixes ([a73630a6a](https://github.com/powerhouse-inc/powerhouse/commit/a73630a6a))
1596
+ - moving analytics processors to shared and fixing them, fixing other linting errors toos ([0c8f7fe98](https://github.com/powerhouse-inc/powerhouse/commit/0c8f7fe98))
1597
+
1598
+ ### ❤️ Thank You
1599
+
1600
+ - Benjamin Jordan
1601
+ - Frank
1602
+
1603
+ ## 6.0.0-dev.61 (2026-02-27)
1604
+
1605
+ ### 🚀 Features
1606
+
1607
+ - **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
1608
+ - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
1609
+
1610
+ ### ❤️ Thank You
1611
+
1612
+ - Frank
1613
+ - Ryan Wolhuter @ryanwolhuter
1614
+
1615
+ ## 6.0.0-dev.60 (2026-02-27)
1616
+
1617
+ ### 🚀 Features
1618
+
1619
+ - per-document protection auth model ([2e538ddb8](https://github.com/powerhouse-inc/powerhouse/commit/2e538ddb8))
1620
+
1621
+ ### ❤️ Thank You
1622
+
1623
+ - Frank
1624
+
1625
+ ## 6.0.0-dev.59 (2026-02-26)
1626
+
1627
+ ### 🚀 Features
1628
+
1629
+ - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
1630
+
1631
+ ### ❤️ Thank You
1632
+
1633
+ - Ryan Wolhuter @ryanwolhuter
1634
+
28
1635
  ## 6.0.0-dev.58 (2026-02-25)
29
1636
 
30
1637
  ### 🔥 Performance
@@ -480,7 +2087,7 @@ This was a version bump only for @powerhousedao/config to align it with other pr
480
2087
  ### 🚀 Features
481
2088
 
482
2089
  - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
483
- - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
2090
+ - **ci:** deploy staging tenant from release/staging/\* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
484
2091
  - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
485
2092
 
486
2093
  ### ❤️ Thank You
@@ -3462,4 +5069,4 @@ This was a version bump only for @powerhousedao/config to align it with other pr
3462
5069
 
3463
5070
  ### ❤️ Thank You
3464
5071
 
3465
- - ryanwolhuter @ryanwolhuter
5072
+ - ryanwolhuter @ryanwolhuter