@powerhousedao/academy 4.1.0-dev.12 → 4.1.0-dev.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/.vscode/settings.json +1 -1
  2. package/CHANGELOG.md +891 -0
  3. package/README.md +3 -3
  4. package/babel.config.js +1 -1
  5. package/blog/BeyondCommunication-ABlueprintForDevelopment.md +25 -24
  6. package/blog/TheChallengeOfChange.md +21 -21
  7. package/docs/academy/00-EthereumArgentinaHackathon.md +207 -0
  8. package/docs/academy/01-GetStarted/00-ExploreDemoPackage.mdx +67 -30
  9. package/docs/academy/01-GetStarted/01-CreateNewPowerhouseProject.md +38 -21
  10. package/docs/academy/01-GetStarted/02-DefineToDoListDocumentModel.md +24 -19
  11. package/docs/academy/01-GetStarted/03-ImplementOperationReducers.md +44 -41
  12. package/docs/academy/01-GetStarted/04-BuildToDoListEditor.md +10 -10
  13. package/docs/academy/01-GetStarted/05-VetraStudio.md +213 -0
  14. package/docs/academy/01-GetStarted/06-ReactorMCP.md +58 -0
  15. package/docs/academy/01-GetStarted/home.mdx +189 -94
  16. package/docs/academy/01-GetStarted/images/Modules.png +0 -0
  17. package/docs/academy/01-GetStarted/images/VetraStudioDrive.png +0 -0
  18. package/docs/academy/01-GetStarted/styles.module.css +5 -5
  19. package/docs/academy/02-MasteryTrack/01-BuilderEnvironment/01-Prerequisites.md +46 -18
  20. package/docs/academy/02-MasteryTrack/01-BuilderEnvironment/02-StandardDocumentModelWorkflow.md +118 -68
  21. package/docs/academy/02-MasteryTrack/01-BuilderEnvironment/03-BuilderTools.md +75 -33
  22. package/docs/academy/02-MasteryTrack/01-BuilderEnvironment/_category_.json +6 -6
  23. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/01-WhatIsADocumentModel.md +30 -21
  24. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/02-SpecifyTheStateSchema.md +41 -37
  25. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/03-SpecifyDocumentOperations.md +29 -25
  26. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/04-UseTheDocumentModelGenerator.md +36 -37
  27. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/05-ImplementDocumentReducers.md +128 -109
  28. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/06-ImplementDocumentModelTests.md +95 -86
  29. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/07-ExampleToDoListRepository.md +7 -9
  30. package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/_category_.json +6 -6
  31. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/01-BuildingDocumentEditors.md +65 -47
  32. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/02-ConfiguringDrives.md +77 -62
  33. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/03-BuildingADriveExplorer.md +360 -349
  34. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/06-DocumentTools/00-DocumentToolbar.mdx +16 -10
  35. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/06-DocumentTools/01-OperationHistory.md +10 -7
  36. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/06-DocumentTools/02-RevisionHistoryTimeline.md +25 -17
  37. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/06-DocumentTools/_category_.json +6 -6
  38. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/07-Authorization/01-RenownAuthenticationFlow.md +14 -7
  39. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/07-Authorization/02-Authorization.md +0 -1
  40. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/07-Authorization/_category_.json +5 -5
  41. package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/_category_.json +1 -1
  42. package/docs/academy/02-MasteryTrack/04-WorkWithData/01-GraphQLAtPowerhouse.md +45 -33
  43. package/docs/academy/02-MasteryTrack/04-WorkWithData/02-UsingTheAPI.mdx +61 -18
  44. package/docs/academy/02-MasteryTrack/04-WorkWithData/03-UsingSubgraphs.md +105 -456
  45. package/docs/academy/02-MasteryTrack/04-WorkWithData/04-analytics-processor.md +126 -110
  46. package/docs/academy/02-MasteryTrack/04-WorkWithData/05-RelationalDbProcessor.md +98 -65
  47. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/GraphQL References/QueryingADocumentWithGraphQL.md +23 -21
  48. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/best-practices.md +9 -9
  49. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/graphql/index.md +11 -23
  50. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/graphql/integration.md +25 -9
  51. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/intro.md +10 -10
  52. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/typescript/benchmarks.md +1 -1
  53. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/typescript/index.md +16 -11
  54. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/typescript/memory.md +6 -5
  55. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/typescript/schema.md +2 -2
  56. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/typescript/utilities.md +7 -5
  57. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/use-cases/maker.md +32 -58
  58. package/docs/academy/02-MasteryTrack/04-WorkWithData/06-Analytics Engine/use-cases/processors.md +1 -1
  59. package/docs/academy/02-MasteryTrack/04-WorkWithData/07-drive-analytics.md +105 -71
  60. package/docs/academy/02-MasteryTrack/04-WorkWithData/_ARCHIVE-AnalyticsProcessorTutorial/_01-SetupBuilderEnvironment.md +22 -0
  61. package/docs/academy/02-MasteryTrack/04-WorkWithData/_ARCHIVE-AnalyticsProcessorTutorial/_02-CreateNewPowerhouseProject.md +9 -8
  62. package/docs/academy/02-MasteryTrack/04-WorkWithData/_ARCHIVE-AnalyticsProcessorTutorial/_03-GenerateAnAnalyticsProcessor.md +28 -32
  63. package/docs/academy/02-MasteryTrack/04-WorkWithData/_ARCHIVE-AnalyticsProcessorTutorial/_04-UpdateAnalyticsProcessor.md +25 -26
  64. package/docs/academy/02-MasteryTrack/04-WorkWithData/_ARCHIVE-AnalyticsProcessorTutorial/_category_.json +1 -1
  65. package/docs/academy/02-MasteryTrack/04-WorkWithData/_category_.json +7 -7
  66. package/docs/academy/02-MasteryTrack/05-Launch/01-IntroductionToPackages.md +3 -4
  67. package/docs/academy/02-MasteryTrack/05-Launch/02-PublishYourProject.md +69 -45
  68. package/docs/academy/02-MasteryTrack/05-Launch/03-SetupEnvironment.md +70 -40
  69. package/docs/academy/02-MasteryTrack/05-Launch/04-ConfigureEnvironment.md +1 -0
  70. package/docs/academy/02-MasteryTrack/05-Launch/_category_.json +7 -7
  71. package/docs/academy/02-MasteryTrack/_category_.json +6 -6
  72. package/docs/academy/03-ExampleUsecases/Chatroom/02-CreateNewPowerhouseProject.md +5 -3
  73. package/docs/academy/03-ExampleUsecases/Chatroom/03-DefineChatroomDocumentModel.md +38 -37
  74. package/docs/academy/03-ExampleUsecases/Chatroom/04-ImplementOperationReducers.md +45 -41
  75. package/docs/academy/03-ExampleUsecases/Chatroom/05-ImplementChatroomEditor.md +14 -14
  76. package/docs/academy/03-ExampleUsecases/Chatroom/06-LaunchALocalReactor.md +6 -6
  77. package/docs/academy/03-ExampleUsecases/Chatroom/_category_.json +1 -1
  78. package/docs/academy/04-APIReferences/00-PowerhouseCLI.md +179 -72
  79. package/docs/academy/04-APIReferences/01-ReactHooks.md +649 -141
  80. package/docs/academy/04-APIReferences/04-RelationalDatabase.md +121 -113
  81. package/docs/academy/04-APIReferences/05-PHDocumentMigrationGuide.md +48 -41
  82. package/docs/academy/04-APIReferences/_category_.json +6 -6
  83. package/docs/academy/05-Architecture/00-PowerhouseArchitecture.md +1 -2
  84. package/docs/academy/05-Architecture/01-WorkingWithTheReactor.md +11 -10
  85. package/docs/academy/05-Architecture/05-DocumentModelTheory/_category_.json +1 -1
  86. package/docs/academy/05-Architecture/_category_.json +6 -6
  87. package/docs/academy/06-ComponentLibrary/00-DocumentEngineering.md +25 -23
  88. package/docs/academy/06-ComponentLibrary/02-CreateCustomScalars.md +105 -93
  89. package/docs/academy/06-ComponentLibrary/03-IntegrateIntoAReactComponent.md +1 -0
  90. package/docs/academy/06-ComponentLibrary/_category_.json +7 -7
  91. package/docs/academy/07-Cookbook.md +268 -35
  92. package/docs/academy/08-Glossary.md +7 -1
  93. package/docs/bookofpowerhouse/01-Overview.md +2 -2
  94. package/docs/bookofpowerhouse/02-GeneralFrameworkAndPhilosophy.md +1 -7
  95. package/docs/bookofpowerhouse/03-PowerhouseSoftwareArchitecture.md +10 -7
  96. package/docs/bookofpowerhouse/04-DevelopmentApproaches.md +10 -4
  97. package/docs/bookofpowerhouse/05-SNOsandANewModelForOSSandPublicGoods.md +23 -30
  98. package/docs/bookofpowerhouse/06-SNOsInActionAndPlatformEconomies.md +0 -7
  99. package/docusaurus.config.ts +64 -66
  100. package/package.json +9 -7
  101. package/scripts/generate-combined-cli-docs.ts +43 -13
  102. package/sidebars.ts +10 -0
  103. package/src/components/HomepageFeatures/index.tsx +171 -78
  104. package/src/components/HomepageFeatures/styles.module.css +1 -2
  105. package/src/css/custom.css +109 -89
  106. package/src/pages/_archive-homepage.tsx +17 -16
  107. package/src/theme/DocCardList/index.tsx +9 -8
  108. package/static/img/ethereum-logo.jpeg +0 -0
  109. package/static.json +6 -6
  110. package/tsconfig.tsbuildinfo +1 -0
  111. package/docs/academy/09-AIResources +0 -131
  112. package/docs/academy/TUTORIAL_VERIFICATION_ARCHITECTURE +0 -325
package/CHANGELOG.md CHANGED
@@ -1,3 +1,894 @@
1
+ ## 4.1.0-dev.121 (2025-11-17)
2
+
3
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
4
+
5
+ ## 4.1.0-dev.120 (2025-11-17)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - ensure version.ts is generated before TypeScript compilation in CI ([dd49fdd4f](https://github.com/powerhouse-inc/powerhouse/commit/dd49fdd4f))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Guillermo Puente @gpuente
14
+
15
+ ## 4.1.0-dev.119 (2025-11-15)
16
+
17
+ ### 🚀 Features
18
+
19
+ - spammy benchmarks ([bea3671a1](https://github.com/powerhouse-inc/powerhouse/commit/bea3671a1))
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Benjamin Jordan (@thegoldenmule)
24
+
25
+ ## 4.1.0-dev.118 (2025-11-14)
26
+
27
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
28
+
29
+ ## 4.1.0-dev.117 (2025-11-13)
30
+
31
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
32
+
33
+ ## 4.1.0-dev.116 (2025-11-13)
34
+
35
+ ### 🩹 Fixes
36
+
37
+ - **ph-cli:** added missing runtime dependencies ([da1b66e73](https://github.com/powerhouse-inc/powerhouse/commit/da1b66e73))
38
+
39
+ ### ❤️ Thank You
40
+
41
+ - acaldas @acaldas
42
+
43
+ ## 4.1.0-dev.115 (2025-11-13)
44
+
45
+ ### 🚀 Features
46
+
47
+ - **ph-cli:** ph migrate command ([#2099](https://github.com/powerhouse-inc/powerhouse/pull/2099))
48
+
49
+ ### 🩹 Fixes
50
+
51
+ - **builder-tools:** use alias for self-reference import on ts instead of loading from dist ([b23b772c0](https://github.com/powerhouse-inc/powerhouse/commit/b23b772c0))
52
+ - **reactor-api,switchboard:** load local package by default and resolve self reference import on ts files ([2b2d29ba6](https://github.com/powerhouse-inc/powerhouse/commit/2b2d29ba6))
53
+
54
+ ### ❤️ Thank You
55
+
56
+ - acaldas @acaldas
57
+ - Ryan Wolhuter @ryanwolhuter
58
+
59
+ ## 4.1.0-dev.114 (2025-11-13)
60
+
61
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
62
+
63
+ ## 4.1.0-dev.113 (2025-11-12)
64
+
65
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
66
+
67
+ ## 4.1.0-dev.112 (2025-11-12)
68
+
69
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
70
+
71
+ ## 4.1.0-dev.111 (2025-11-12)
72
+
73
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
74
+
75
+ ## 4.1.0-dev.110 (2025-11-11)
76
+
77
+ ### 🚀 Features
78
+
79
+ - **connect,common,builder-tools:** optimize connect bundle chunks ([#2093](https://github.com/powerhouse-inc/powerhouse/pull/2093))
80
+
81
+ ### ❤️ Thank You
82
+
83
+ - Ryan Wolhuter @ryanwolhuter
84
+
85
+ ## 4.1.0-dev.109 (2025-11-10)
86
+
87
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
88
+
89
+ ## 4.1.0-dev.108 (2025-11-10)
90
+
91
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
92
+
93
+ ## 4.1.0-dev.107 (2025-11-10)
94
+
95
+ ### 🚀 Features
96
+
97
+ - **monorepo:** exit with error code if circular import found ([3ca6d3512](https://github.com/powerhouse-inc/powerhouse/commit/3ca6d3512))
98
+ - **connect:** do not use redundant dev deps ([2a847e944](https://github.com/powerhouse-inc/powerhouse/commit/2a847e944))
99
+ - **connect,builder-tools:** improve chunking ([c089c7678](https://github.com/powerhouse-inc/powerhouse/commit/c089c7678))
100
+ - **codegen,design-system:** update path for import connect components ([f8f387023](https://github.com/powerhouse-inc/powerhouse/commit/f8f387023))
101
+ - **monorepo:** add circular imports check in ci ([d6e46a869](https://github.com/powerhouse-inc/powerhouse/commit/d6e46a869))
102
+ - **design-system:** resolve remaining circular imports ([b82cc2e3c](https://github.com/powerhouse-inc/powerhouse/commit/b82cc2e3c))
103
+ - **document-drive:** fix circular imports ([f2db50c23](https://github.com/powerhouse-inc/powerhouse/commit/f2db50c23))
104
+ - **monorepo:** add check circular imports scripts ([d633b37c2](https://github.com/powerhouse-inc/powerhouse/commit/d633b37c2))
105
+
106
+ ### 🩹 Fixes
107
+
108
+ - publish docker prod workflow ([d701f8dc0](https://github.com/powerhouse-inc/powerhouse/commit/d701f8dc0))
109
+
110
+ ### ❤️ Thank You
111
+
112
+ - Frank
113
+ - ryanwolhuter @ryanwolhuter
114
+
115
+ ## 4.1.0-dev.106 (2025-11-10)
116
+
117
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
118
+
119
+ ## 4.1.0-dev.105 (2025-11-08)
120
+
121
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
122
+
123
+ ## 4.1.0-dev.104 (2025-11-07)
124
+
125
+ ### 🚀 Features
126
+
127
+ - **ph-cli:** remove reactor-local command ([029e5db7d](https://github.com/powerhouse-inc/powerhouse/commit/029e5db7d))
128
+
129
+ ### ❤️ Thank You
130
+
131
+ - acaldas @acaldas
132
+
133
+ ## 4.1.0-dev.103 (2025-11-06)
134
+
135
+ ### 🚀 Features
136
+
137
+ - **connect:** remove circular imports ([a1632d41e](https://github.com/powerhouse-inc/powerhouse/commit/a1632d41e))
138
+
139
+ ### 🩹 Fixes
140
+
141
+ - **codegen:** move read-pkg to runtime dependency ([939f01045](https://github.com/powerhouse-inc/powerhouse/commit/939f01045))
142
+ - **codegen:** run prettier programmatically ([23f948c4d](https://github.com/powerhouse-inc/powerhouse/commit/23f948c4d))
143
+
144
+ ### ❤️ Thank You
145
+
146
+ - acaldas @acaldas
147
+
148
+ ## 4.1.0-dev.102 (2025-11-06)
149
+
150
+ ### 🚀 Features
151
+
152
+ - switching to tinybench for benchmarks ([5b915e025](https://github.com/powerhouse-inc/powerhouse/commit/5b915e025))
153
+
154
+ ### 🩹 Fixes
155
+
156
+ - try again with a pnpm upgrade ([ec081f743](https://github.com/powerhouse-inc/powerhouse/commit/ec081f743))
157
+ - trying a completely fresh lockfile ([c9888939a](https://github.com/powerhouse-inc/powerhouse/commit/c9888939a))
158
+ - update atlas packages ([fa174d00e](https://github.com/powerhouse-inc/powerhouse/commit/fa174d00e))
159
+
160
+ ### ❤️ Thank You
161
+
162
+ - Benjamin Jordan (@thegoldenmule)
163
+
164
+ ## 4.1.0-dev.101 (2025-11-05)
165
+
166
+ ### 🚀 Features
167
+
168
+ - **codegen, vetra:** update codegen templates ([#2056](https://github.com/powerhouse-inc/powerhouse/pull/2056))
169
+
170
+ ### ❤️ Thank You
171
+
172
+ - Ryan Wolhuter @ryanwolhuter
173
+
174
+ ## 4.1.0-dev.100 (2025-11-04)
175
+
176
+ ### 🚀 Features
177
+
178
+ - create default vetra package document when ph vetra is started for a remote drive ([#2066](https://github.com/powerhouse-inc/powerhouse/pull/2066))
179
+ - added some broken tests that are in progress ([c92e1f057](https://github.com/powerhouse-inc/powerhouse/commit/c92e1f057))
180
+
181
+ ### 🩹 Fixes
182
+
183
+ - **monorepo:** fix lockfile and test filter ([#2069](https://github.com/powerhouse-inc/powerhouse/pull/2069))
184
+ - publish docker prod workflow ([ab7c4e6cb](https://github.com/powerhouse-inc/powerhouse/commit/ab7c4e6cb))
185
+
186
+ ### ❤️ Thank You
187
+
188
+ - Benjamin Jordan (@thegoldenmule)
189
+ - Frank
190
+ - Guillermo Puente Sandoval @gpuente
191
+ - Ryan Wolhuter @ryanwolhuter
192
+
193
+ ## 4.1.0-dev.99 (2025-10-31)
194
+
195
+ ### 🚀 Features
196
+
197
+ - **ph-cmd, codegen:** allow specifying custom boilerplate branch to checkout on init ([cd50f8d38](https://github.com/powerhouse-inc/powerhouse/commit/cd50f8d38))
198
+
199
+ ### ❤️ Thank You
200
+
201
+ - acaldas @acaldas
202
+
203
+ ## 4.1.0-dev.98 (2025-10-31)
204
+
205
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
206
+
207
+ ## 4.1.0-dev.97 (2025-10-30)
208
+
209
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
210
+
211
+ ## 4.1.0-dev.96 (2025-10-30)
212
+
213
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
214
+
215
+ ## 4.1.0-dev.95 (2025-10-30)
216
+
217
+ ### 🚀 Features
218
+
219
+ - enabled ph init --remote-drives and ph checkout commands ([#2057](https://github.com/powerhouse-inc/powerhouse/pull/2057))
220
+
221
+ ### ❤️ Thank You
222
+
223
+ - Guillermo Puente Sandoval @gpuente
224
+
225
+ ## 4.1.0-dev.94 (2025-10-29)
226
+
227
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
228
+
229
+ ## 4.1.0-dev.93 (2025-10-29)
230
+
231
+ ### 🚀 Features
232
+
233
+ - first swing at a project to import these recorded operations ([41b139237](https://github.com/powerhouse-inc/powerhouse/commit/41b139237))
234
+
235
+ ### 🩹 Fixes
236
+
237
+ - package link issues ([3415df513](https://github.com/powerhouse-inc/powerhouse/commit/3415df513))
238
+
239
+ ### ❤️ Thank You
240
+
241
+ - Benjamin Jordan (@thegoldenmule)
242
+
243
+ ## 4.1.0-dev.92 (2025-10-28)
244
+
245
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
246
+
247
+ ## 4.1.0-dev.91 (2025-10-28)
248
+
249
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
250
+
251
+ ## 4.1.0-dev.90 (2025-10-27)
252
+
253
+ ### 🚀 Features
254
+
255
+ - **reactor-api:** updated apollo server to v5 ([66dffda7b](https://github.com/powerhouse-inc/powerhouse/commit/66dffda7b))
256
+
257
+ ### ❤️ Thank You
258
+
259
+ - acaldas
260
+
261
+ ## 4.1.0-dev.89 (2025-10-24)
262
+
263
+ ### 🩹 Fixes
264
+
265
+ - used fixed versions for codemirror dep ([183e487db](https://github.com/powerhouse-inc/powerhouse/commit/183e487db))
266
+
267
+ ### ❤️ Thank You
268
+
269
+ - Guillermo Puente @gpuente
270
+
271
+ ## 4.1.0-dev.88 (2025-10-24)
272
+
273
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
274
+
275
+ ## 4.1.0-dev.87 (2025-10-24)
276
+
277
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
278
+
279
+ ## 4.1.0-dev.86 (2025-10-23)
280
+
281
+ ### 🩹 Fixes
282
+
283
+ - **vetra:** added codegen debounce test and reduced logging ([bc360b8e0](https://github.com/powerhouse-inc/powerhouse/commit/bc360b8e0))
284
+
285
+ ### ❤️ Thank You
286
+
287
+ - acaldas @acaldas
288
+
289
+ ## 4.1.0-dev.85 (2025-10-22)
290
+
291
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
292
+
293
+ ## 4.1.0-dev.84 (2025-10-22)
294
+
295
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
296
+
297
+ ## 4.1.0-dev.83 (2025-10-22)
298
+
299
+ ### 🚀 Features
300
+
301
+ - add automated tests for vetra features ([#1962](https://github.com/powerhouse-inc/powerhouse/pull/1962))
302
+
303
+ ### ❤️ Thank You
304
+
305
+ - Guillermo Puente Sandoval @gpuente
306
+
307
+ ## 4.1.0-dev.82 (2025-10-21)
308
+
309
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
310
+
311
+ ## 4.1.0-dev.81 (2025-10-21)
312
+
313
+ ### 🚀 Features
314
+
315
+ - **reactor-browser:** remove catch all wildcard ([f09931a88](https://github.com/powerhouse-inc/powerhouse/commit/f09931a88))
316
+ - **reactor-browser,connect:** use new window function factory ([7886c284f](https://github.com/powerhouse-inc/powerhouse/commit/7886c284f))
317
+
318
+ ### ❤️ Thank You
319
+
320
+ - ryanwolhuter @ryanwolhuter
321
+
322
+ ## 4.1.0-dev.80 (2025-10-21)
323
+
324
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
325
+
326
+ ## 4.1.0-dev.79 (2025-10-20)
327
+
328
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
329
+
330
+ ## 4.1.0-dev.78 (2025-10-20)
331
+
332
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
333
+
334
+ ## 4.1.0-dev.77 (2025-10-20)
335
+
336
+ ### 🩹 Fixes
337
+
338
+ - add missing @openfeature/core peer dependency ([2c4a904b0](https://github.com/powerhouse-inc/powerhouse/commit/2c4a904b0))
339
+
340
+ ### ❤️ Thank You
341
+
342
+ - acaldas @acaldas
343
+
344
+ ## 4.1.0-dev.76 (2025-10-18)
345
+
346
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
347
+
348
+ ## 4.1.0-dev.75 (2025-10-17)
349
+
350
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
351
+
352
+ ## 4.1.0-dev.74 (2025-10-15)
353
+
354
+ ### 🩹 Fixes
355
+
356
+ - **codegen:** update graphql dependency in package.json ([257f368ac](https://github.com/powerhouse-inc/powerhouse/commit/257f368ac))
357
+
358
+ ### ❤️ Thank You
359
+
360
+ - Guillermo Puente @gpuente
361
+
362
+ ## 4.1.0-dev.73 (2025-10-15)
363
+
364
+ ### 🚀 Features
365
+
366
+ - **renown:** added login button ([f109c7305](https://github.com/powerhouse-inc/powerhouse/commit/f109c7305))
367
+
368
+ ### ❤️ Thank You
369
+
370
+ - Frank
371
+
372
+ ## 4.1.0-dev.72 (2025-10-15)
373
+
374
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
375
+
376
+ ## 4.1.0-dev.71 (2025-10-15)
377
+
378
+ ### 🩹 Fixes
379
+
380
+ - **codegen:** update analytics processor imports to use in processor templates ([#1954](https://github.com/powerhouse-inc/powerhouse/pull/1954))
381
+
382
+ ### ❤️ Thank You
383
+
384
+ - Guillermo Puente Sandoval @gpuente
385
+
386
+ ## 4.1.0-dev.70 (2025-10-14)
387
+
388
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
389
+
390
+ ## 4.1.0-dev.69 (2025-10-11)
391
+
392
+ ### 🚀 Features
393
+
394
+ - **builder-tools, ph-cli, connect:** reimplemented ph connect build and preview ([4f568517b](https://github.com/powerhouse-inc/powerhouse/commit/4f568517b))
395
+
396
+ ### ❤️ Thank You
397
+
398
+ - acaldas @acaldas
399
+
400
+ ## 4.1.0-dev.68 (2025-10-11)
401
+
402
+ ### 🚀 Features
403
+
404
+ - **vetra:** added read model to fetch vetra packages ([abb6d3742](https://github.com/powerhouse-inc/powerhouse/commit/abb6d3742))
405
+
406
+ ### ❤️ Thank You
407
+
408
+ - Frank
409
+
410
+ ## 4.1.0-dev.67 (2025-10-10)
411
+
412
+ ### 🚀 Features
413
+
414
+ - **vetra:** add open button to Package Information section ([#1930](https://github.com/powerhouse-inc/powerhouse/pull/1930))
415
+
416
+ ### ❤️ Thank You
417
+
418
+ - Guillermo Puente Sandoval @gpuente
419
+
420
+ ## 4.1.0-dev.66 (2025-10-09)
421
+
422
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
423
+
424
+ ## 4.1.0-dev.65 (2025-10-09)
425
+
426
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
427
+
428
+ ## 4.1.0-dev.64 (2025-10-09)
429
+
430
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
431
+
432
+ ## 4.1.0-dev.63 (2025-10-09)
433
+
434
+ ### 🚀 Features
435
+
436
+ - update @electric-sql/pglite version ([fa3529328](https://github.com/powerhouse-inc/powerhouse/commit/fa3529328))
437
+
438
+ ### ❤️ Thank You
439
+
440
+ - acaldas @acaldas
441
+
442
+ ## 4.1.0-dev.62 (2025-10-08)
443
+
444
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
445
+
446
+ ## 4.1.0-dev.61 (2025-10-08)
447
+
448
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
449
+
450
+ ## 4.1.0-dev.60 (2025-10-08)
451
+
452
+ ### 🚀 Features
453
+
454
+ - **vetra:** added read model to fetch vetra packages ([23c55364d](https://github.com/powerhouse-inc/powerhouse/commit/23c55364d))
455
+ - **monorepo:** use latest versions of react related deps ([#1905](https://github.com/powerhouse-inc/powerhouse/pull/1905))
456
+ - **monorepo:** remove global storybook installs ([#1903](https://github.com/powerhouse-inc/powerhouse/pull/1903))
457
+ - **monorepo:** update to react 19 ([#1902](https://github.com/powerhouse-inc/powerhouse/pull/1902))
458
+ - **vetra:** enabled HMR in dev mode ([8cf19757e](https://github.com/powerhouse-inc/powerhouse/commit/8cf19757e))
459
+ - **vetra:** new connect build setup on vetra ([8dd11a849](https://github.com/powerhouse-inc/powerhouse/commit/8dd11a849))
460
+ - **monorepo:** revert package versions ([8a1a02628](https://github.com/powerhouse-inc/powerhouse/commit/8a1a02628))
461
+ - **monorepo:** update eslint config ([ac97af97d](https://github.com/powerhouse-inc/powerhouse/commit/ac97af97d))
462
+ - adding feature flags to reactor-mcp ([fe4f2f683](https://github.com/powerhouse-inc/powerhouse/commit/fe4f2f683))
463
+ - stubbing out feature flag + reactor setup in connect and deleting unused code in reactor-browser ([793bbd7af](https://github.com/powerhouse-inc/powerhouse/commit/793bbd7af))
464
+ - syncing feature flag behavior between switchboard and reactor-local ([e45dc2bf7](https://github.com/powerhouse-inc/powerhouse/commit/e45dc2bf7))
465
+ - added initial pieces of the kysely operation store implementation ([3fbece162](https://github.com/powerhouse-inc/powerhouse/commit/3fbece162))
466
+ - **connect,builder-tools:** build rework ([#1871](https://github.com/powerhouse-inc/powerhouse/pull/1871))
467
+ - **codegen:** updated editor boilerplate with document state and example setName dispatch ([3e7c51cc3](https://github.com/powerhouse-inc/powerhouse/commit/3e7c51cc3))
468
+ - restructure document model to avoid circular imports ([#1874](https://github.com/powerhouse-inc/powerhouse/pull/1874))
469
+ - added watch-packages option to vetra command and disabled dynamic package loading by default ([#1875](https://github.com/powerhouse-inc/powerhouse/pull/1875))
470
+
471
+ ### ❤️ Thank You
472
+
473
+ - acaldas @acaldas
474
+ - Benjamin Jordan (@thegoldenmule)
475
+ - Frank
476
+ - Guillermo Puente @gpuente
477
+ - Guillermo Puente Sandoval @gpuente
478
+ - Ryan Wolhuter @ryanwolhuter
479
+ - ryanwolhuter @ryanwolhuter
480
+
481
+ ## 4.1.0-dev.59 (2025-09-24)
482
+
483
+ ### 🚀 Features
484
+
485
+ - **monorepo:** rename tsc to tsc:build ([c1385418b](https://github.com/powerhouse-inc/powerhouse/commit/c1385418b))
486
+
487
+ ### 🩹 Fixes
488
+
489
+ - **builder-tools:** declare @storybook/preview-api dependency ([705ac8da1](https://github.com/powerhouse-inc/powerhouse/commit/705ac8da1))
490
+ - lots of type fixes for modules ([8f4cf02fe](https://github.com/powerhouse-inc/powerhouse/commit/8f4cf02fe))
491
+
492
+ ### ❤️ Thank You
493
+
494
+ - acaldas @acaldas
495
+ - Benjamin Jordan (@thegoldenmule)
496
+ - ryanwolhuter @ryanwolhuter
497
+
498
+ ## 4.1.0-dev.58 (2025-09-18)
499
+
500
+ ### 🚀 Features
501
+
502
+ - adding feature flag to switchboard for controlling reactorv2 api ([4486c8a8d](https://github.com/powerhouse-inc/powerhouse/commit/4486c8a8d))
503
+
504
+ ### 🩹 Fixes
505
+
506
+ - test fix for document-drive package ([40f4b6416](https://github.com/powerhouse-inc/powerhouse/commit/40f4b6416))
507
+
508
+ ### ❤️ Thank You
509
+
510
+ - Benjamin Jordan (@thegoldenmule)
511
+
512
+ ## 4.1.0-dev.57 (2025-09-17)
513
+
514
+ ### 🚀 Features
515
+
516
+ - **monorepo:** empty commit to satisfy naming ([5aa18f417](https://github.com/powerhouse-inc/powerhouse/commit/5aa18f417))
517
+ - **monorepo:** merge main ([79f6472b1](https://github.com/powerhouse-inc/powerhouse/commit/79f6472b1))
518
+ - **monorepo:** update release branch workflow ([e9c221ab5](https://github.com/powerhouse-inc/powerhouse/commit/e9c221ab5))
519
+
520
+ ### 🩹 Fixes
521
+
522
+ - **monorepo:** re-add nx js plugin ([d477a49d7](https://github.com/powerhouse-inc/powerhouse/commit/d477a49d7))
523
+ - **monorepo:** regenerate lockfile ([7811171ff](https://github.com/powerhouse-inc/powerhouse/commit/7811171ff))
524
+ - **monorepo:** linting and type checking ([#1776](https://github.com/powerhouse-inc/powerhouse/pull/1776))
525
+
526
+ ### ❤️ Thank You
527
+
528
+ - Ryan Wolhuter @ryanwolhuter
529
+ - ryanwolhuter @ryanwolhuter
530
+
531
+ ## 4.1.0-dev.56 (2025-09-17)
532
+
533
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
534
+
535
+ ## 4.1.0-dev.55 (2025-09-16)
536
+
537
+ ### 🚀 Features
538
+
539
+ - enable supported document types for drag and drop feature ([#1860](https://github.com/powerhouse-inc/powerhouse/pull/1860))
540
+
541
+ ### ❤️ Thank You
542
+
543
+ - Guillermo Puente Sandoval @gpuente
544
+
545
+ ## 4.1.0-dev.54 (2025-09-16)
546
+
547
+ ### 🚀 Features
548
+
549
+ - adding reactor client to subgraph args ([d0a8011e6](https://github.com/powerhouse-inc/powerhouse/commit/d0a8011e6))
550
+
551
+ ### ❤️ Thank You
552
+
553
+ - Benjamin Jordan (@thegoldenmule)
554
+
555
+ ## 4.1.0-dev.53 (2025-09-13)
556
+
557
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
558
+
559
+ ## 4.1.0-dev.52 (2025-09-12)
560
+
561
+ ### 🩹 Fixes
562
+
563
+ - **connect-e2e:** fix failing tests ([88c3bea94](https://github.com/powerhouse-inc/powerhouse/commit/88c3bea94))
564
+
565
+ ### ❤️ Thank You
566
+
567
+ - acaldas @acaldas
568
+
569
+ ## 4.1.0-dev.51 (2025-09-11)
570
+
571
+ ### 🚀 Features
572
+
573
+ - **reactor-api:** generate sdk ([ec107015c](https://github.com/powerhouse-inc/powerhouse/commit/ec107015c))
574
+ - **reactor-api:** initial gql codegen ([3db9e9778](https://github.com/powerhouse-inc/powerhouse/commit/3db9e9778))
575
+ - **monorepo:** make format consistent across ignores ([98469560f](https://github.com/powerhouse-inc/powerhouse/commit/98469560f))
576
+ - **monorepo:** use consistent separate type imports ([6fd4ac0f4](https://github.com/powerhouse-inc/powerhouse/commit/6fd4ac0f4))
577
+ - **monorepo:** use consistent formatting ([d2a1182c5](https://github.com/powerhouse-inc/powerhouse/commit/d2a1182c5))
578
+
579
+ ### 🩹 Fixes
580
+
581
+ - linting fixes ([27fe7d397](https://github.com/powerhouse-inc/powerhouse/commit/27fe7d397))
582
+ - annoyingly, you have to add ignores to the root eslint ([bb6d993bd](https://github.com/powerhouse-inc/powerhouse/commit/bb6d993bd))
583
+ - **docs:** improve document hooks documentation ([d05fcb835](https://github.com/powerhouse-inc/powerhouse/commit/d05fcb835))
584
+
585
+ ### ❤️ Thank You
586
+
587
+ - Benjamin Jordan (@thegoldenmule)
588
+ - Callme-T
589
+ - ryanwolhuter @ryanwolhuter
590
+
591
+ ## 5.0.0-staging.9 (2025-09-09)
592
+
593
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
594
+
595
+ ## 5.0.0-staging.8 (2025-09-09)
596
+
597
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
598
+
599
+ ## 5.0.0-staging.7 (2025-09-09)
600
+
601
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
602
+
603
+ ## 5.0.0-staging.6 (2025-09-08)
604
+
605
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
606
+
607
+ ## 5.0.0-staging.5 (2025-09-08)
608
+
609
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
610
+
611
+ ## 5.0.0-staging.4 (2025-09-08)
612
+
613
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
614
+
615
+ ## 5.0.0-staging.3 (2025-09-08)
616
+
617
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
618
+
619
+ ## 5.0.0-staging.2 (2025-09-05)
620
+
621
+ ### 🩹 Fixes
622
+
623
+ - **docs:** added zip redundancy to release notes ([3acfe1027](https://github.com/powerhouse-inc/powerhouse/commit/3acfe1027))
624
+
625
+ ### ❤️ Thank You
626
+
627
+ - Callme-T
628
+
629
+ ## 5.0.0-staging.1 (2025-09-04)
630
+
631
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
632
+
633
+ ## 4.1.0-dev.44 (2025-09-04)
634
+
635
+ ### 🚀 Features
636
+
637
+ - **switchboard:** updated readme ([9659cf035](https://github.com/powerhouse-inc/powerhouse/commit/9659cf035))
638
+
639
+ ### ❤️ Thank You
640
+
641
+ - Frank
642
+
643
+ ## 4.1.0-dev.43 (2025-09-02)
644
+
645
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
646
+
647
+ ## 4.1.0-dev.42 (2025-09-02)
648
+
649
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
650
+
651
+ ## 4.1.0-dev.41 (2025-09-02)
652
+
653
+ ### 🩹 Fixes
654
+
655
+ - **document-drive:** install openssl ([89f21529e](https://github.com/powerhouse-inc/powerhouse/commit/89f21529e))
656
+ - **document-drive:** prisma build ([7884368a2](https://github.com/powerhouse-inc/powerhouse/commit/7884368a2))
657
+ - **switchboard, connect:** fetch proper tag ([79a0bc967](https://github.com/powerhouse-inc/powerhouse/commit/79a0bc967))
658
+
659
+ ### ❤️ Thank You
660
+
661
+ - Frank
662
+
663
+ ## 4.1.0-dev.40 (2025-09-02)
664
+
665
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
666
+
667
+ ## 4.1.0-dev.39 (2025-09-02)
668
+
669
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
670
+
671
+ ## 4.1.0-dev.38 (2025-08-30)
672
+
673
+ ### 🚀 Features
674
+
675
+ - gql-gen spec ([5bf2c7226](https://github.com/powerhouse-inc/powerhouse/commit/5bf2c7226))
676
+ - **reactor:** we have a reactor facade ([7a61e68ab](https://github.com/powerhouse-inc/powerhouse/commit/7a61e68ab))
677
+ - **reactor:** impstubbing out initial interface and types ([b74b194f9](https://github.com/powerhouse-inc/powerhouse/commit/b74b194f9))
678
+
679
+ ### ❤️ Thank You
680
+
681
+ - Benjamin Jordan (@thegoldenmule)
682
+
683
+ ## 4.1.0-dev.37 (2025-08-29)
684
+
685
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
686
+
687
+ ## 4.1.0-dev.36 (2025-08-28)
688
+
689
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
690
+
691
+ ## 4.1.0-dev.35 (2025-08-27)
692
+
693
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
694
+
695
+ ## 4.1.0-dev.34 (2025-08-26)
696
+
697
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
698
+
699
+ ## 4.1.0-dev.33 (2025-08-21)
700
+
701
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
702
+
703
+ ## 4.1.0-dev.32 (2025-08-21)
704
+
705
+ ### 🩹 Fixes
706
+
707
+ - **ph-cli:** resolve local document model loading in switchboard and vetra ([262f13035](https://github.com/powerhouse-inc/powerhouse/commit/262f13035))
708
+
709
+ ### ❤️ Thank You
710
+
711
+ - Guillermo Puente @gpuente
712
+
713
+ ## 4.1.0-dev.31 (2025-08-20)
714
+
715
+ ### 🚀 Features
716
+
717
+ - added interactive mode to vetra command ([#1775](https://github.com/powerhouse-inc/powerhouse/pull/1775))
718
+
719
+ ### ❤️ Thank You
720
+
721
+ - Guillermo Puente Sandoval @gpuente
722
+
723
+ ## 4.1.0-dev.30 (2025-08-20)
724
+
725
+ ### 🩹 Fixes
726
+
727
+ - add additional tags ([4f0cf8658](https://github.com/powerhouse-inc/powerhouse/commit/4f0cf8658))
728
+
729
+ ### ❤️ Thank You
730
+
731
+ - Frank
732
+
733
+ ## 4.1.0-dev.29 (2025-08-20)
734
+
735
+ ### 🩹 Fixes
736
+
737
+ - fetch tags :-) ([df0b7beba](https://github.com/powerhouse-inc/powerhouse/commit/df0b7beba))
738
+
739
+ ### ❤️ Thank You
740
+
741
+ - Frank
742
+
743
+ ## 4.1.0-dev.28 (2025-08-20)
744
+
745
+ ### 🩹 Fixes
746
+
747
+ - removed metadata extraction from commit ([637960021](https://github.com/powerhouse-inc/powerhouse/commit/637960021))
748
+
749
+ ### ❤️ Thank You
750
+
751
+ - Frank
752
+
753
+ ## 4.1.0-dev.27 (2025-08-20)
754
+
755
+ ### 🩹 Fixes
756
+
757
+ - extract metadata tags and labels for docker ([bb9c81ce7](https://github.com/powerhouse-inc/powerhouse/commit/bb9c81ce7))
758
+ - use github tag properly ([95ccff4b8](https://github.com/powerhouse-inc/powerhouse/commit/95ccff4b8))
759
+ - proper tag for docker images ([e73e10617](https://github.com/powerhouse-inc/powerhouse/commit/e73e10617))
760
+ - use patname secret instead of github token ([db9dfd5cd](https://github.com/powerhouse-inc/powerhouse/commit/db9dfd5cd))
761
+
762
+ ### ❤️ Thank You
763
+
764
+ - Frank
765
+
766
+ ## 4.1.0-dev.26 (2025-08-20)
767
+
768
+ ### 🩹 Fixes
769
+
770
+ - docker deploy alternative approach ([2a5522cdc](https://github.com/powerhouse-inc/powerhouse/commit/2a5522cdc))
771
+
772
+ ### ❤️ Thank You
773
+
774
+ - Frank
775
+
776
+ ## 4.1.0-dev.25 (2025-08-20)
777
+
778
+ ### 🩹 Fixes
779
+
780
+ - docker deploy ([b057a7cce](https://github.com/powerhouse-inc/powerhouse/commit/b057a7cce))
781
+
782
+ ### ❤️ Thank You
783
+
784
+ - Frank
785
+
786
+ ## 4.1.0-dev.24 (2025-08-20)
787
+
788
+ ### 🚀 Features
789
+
790
+ - **codegen:** add drive explorer template ([9c27219dc](https://github.com/powerhouse-inc/powerhouse/commit/9c27219dc))
791
+ - **connect,reactor-browser:** remove more old electron garbage ([5cd255568](https://github.com/powerhouse-inc/powerhouse/commit/5cd255568))
792
+ - **connect:** remove broken electron code ([3f28d6a46](https://github.com/powerhouse-inc/powerhouse/commit/3f28d6a46))
793
+ - **reactor-browser,connect,vetra:** move state hooks into reactor browser and eliminate redundant and dead code ([30fa16f1f](https://github.com/powerhouse-inc/powerhouse/commit/30fa16f1f))
794
+ - **connect,state,renown:** add state hook for renown ([5beb1252b](https://github.com/powerhouse-inc/powerhouse/commit/5beb1252b))
795
+ - **connect:** remove unused dep ([ef492bc7a](https://github.com/powerhouse-inc/powerhouse/commit/ef492bc7a))
796
+ - **connect,state,reactor-browser:** eliminate jotai ([53b1ab759](https://github.com/powerhouse-inc/powerhouse/commit/53b1ab759))
797
+ - **state:** rename to vetra packages ([c415b7dc2](https://github.com/powerhouse-inc/powerhouse/commit/c415b7dc2))
798
+ - **state:** use ph packages atoms ([6421fbeea](https://github.com/powerhouse-inc/powerhouse/commit/6421fbeea))
799
+
800
+ ### 🩹 Fixes
801
+
802
+ - today claude taught me I could mock a package to fix circular references ([dcb83174c](https://github.com/powerhouse-inc/powerhouse/commit/dcb83174c))
803
+ - **monorepo:** numerous build issues ([04349dd25](https://github.com/powerhouse-inc/powerhouse/commit/04349dd25))
804
+
805
+ ### ❤️ Thank You
806
+
807
+ - Benjamin Jordan (@thegoldenmule)
808
+ - ryanwolhuter @ryanwolhuter
809
+
810
+ ## 4.1.0-dev.23 (2025-08-19)
811
+
812
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
813
+
814
+ ## 4.1.0-dev.22 (2025-08-15)
815
+
816
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
817
+
818
+ ## 4.1.0-dev.21 (2025-08-15)
819
+
820
+ ### 🚀 Features
821
+
822
+ - **vetra:** update manifest when new module is added ([#1766](https://github.com/powerhouse-inc/powerhouse/pull/1766))
823
+ - **academy:** hooks documentation ([a517eadce](https://github.com/powerhouse-inc/powerhouse/commit/a517eadce))
824
+
825
+ ### 🩹 Fixes
826
+
827
+ - **academy:** subgraphs documentation update ([4f3a024ab](https://github.com/powerhouse-inc/powerhouse/commit/4f3a024ab))
828
+ - fixed debug launch configuration now that source maps are in the proper locations ([c75d793ed](https://github.com/powerhouse-inc/powerhouse/commit/c75d793ed))
829
+
830
+ ### ❤️ Thank You
831
+
832
+ - Benjamin Jordan (@thegoldenmule)
833
+ - Callme-T
834
+ - Guillermo Puente Sandoval @gpuente
835
+
836
+ ## 4.1.0-dev.20 (2025-08-15)
837
+
838
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
839
+
840
+ ## 4.1.0-dev.19 (2025-08-14)
841
+
842
+ ### 🩹 Fixes
843
+
844
+ - **academy:** subgraph example ([ae3e24458](https://github.com/powerhouse-inc/powerhouse/commit/ae3e24458))
845
+
846
+ ### ❤️ Thank You
847
+
848
+ - Frank
849
+
850
+ ## 4.1.0-dev.18 (2025-08-14)
851
+
852
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
853
+
854
+ ## 4.1.0-dev.17 (2025-08-12)
855
+
856
+ ### 🚀 Features
857
+
858
+ - refactor vetra command and remove vetra deps in connect and reactor ([#1753](https://github.com/powerhouse-inc/powerhouse/pull/1753))
859
+
860
+ ### ❤️ Thank You
861
+
862
+ - Guillermo Puente Sandoval @gpuente
863
+
864
+ ## 4.1.0-dev.16 (2025-08-12)
865
+
866
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
867
+
868
+ ## 4.1.0-dev.15 (2025-08-12)
869
+
870
+ ### 🚀 Features
871
+
872
+ - **reactor-mcp,reactor-api,reactor-local,switchboard,ph-cli:** run mcp on express app ([d51fa590e](https://github.com/powerhouse-inc/powerhouse/commit/d51fa590e))
873
+
874
+ ### ❤️ Thank You
875
+
876
+ - acaldas @acaldas
877
+
878
+ ## 4.1.0-dev.14 (2025-08-11)
879
+
880
+ ### 🚀 Features
881
+
882
+ - update document engineering dep ([54dcee90d](https://github.com/powerhouse-inc/powerhouse/commit/54dcee90d))
883
+
884
+ ### ❤️ Thank You
885
+
886
+ - acaldas @acaldas
887
+
888
+ ## 4.1.0-dev.13 (2025-08-09)
889
+
890
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
891
+
1
892
  ## 4.1.0-dev.12 (2025-08-08)
2
893
 
3
894
  This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.