@powerhousedao/config 5.1.0-dev.4 → 5.1.0-dev.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +265 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,268 @@
1
+ ## 5.1.0-dev.40 (2026-01-10)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **builder-tools:** improved validation on doc model editor and unit tests ([336f5d575](https://github.com/powerhouse-inc/powerhouse/commit/336f5d575))
6
+ - **codegen:** add validation to package json test ([03d06ef57](https://github.com/powerhouse-inc/powerhouse/commit/03d06ef57))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - acaldas @acaldas
11
+ - ryanwolhuter @ryanwolhuter
12
+
13
+ ## 5.1.0-dev.39 (2026-01-09)
14
+
15
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
16
+
17
+ ## 5.1.0-dev.38 (2026-01-09)
18
+
19
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
20
+
21
+ ## 5.1.0-dev.37 (2026-01-09)
22
+
23
+ ### 🚀 Features
24
+
25
+ - **codegen,ph-cmd:** use templates for project boilerplate creation ([#2190](https://github.com/powerhouse-inc/powerhouse/pull/2190))
26
+
27
+ ### ❤️ Thank You
28
+
29
+ - Ryan Wolhuter @ryanwolhuter
30
+
31
+ ## 5.1.0-dev.36 (2026-01-09)
32
+
33
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
34
+
35
+ ## 5.1.0-dev.35 (2026-01-08)
36
+
37
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
38
+
39
+ ## 5.1.0-dev.34 (2026-01-07)
40
+
41
+ ### 🚀 Features
42
+
43
+ - **ph-cli:** add index.html migration to migrate command ([#2186](https://github.com/powerhouse-inc/powerhouse/pull/2186))
44
+
45
+ ### ❤️ Thank You
46
+
47
+ - Ryan Wolhuter @ryanwolhuter
48
+
49
+ ## 5.1.0-dev.33 (2026-01-06)
50
+
51
+ ### 🩹 Fixes
52
+
53
+ - added configuration to debug switchboard, and cleaned up some of the subgraph code ([9ce04c899](https://github.com/powerhouse-inc/powerhouse/commit/9ce04c899))
54
+
55
+ ### ❤️ Thank You
56
+
57
+ - Benjamin Jordan (@thegoldenmule)
58
+
59
+ ## 5.1.0-dev.32 (2026-01-02)
60
+
61
+ ### 🚀 Features
62
+
63
+ - **tracing:** migrate from Datadog to OpenTelemetry with Tempo service graphs ([6b4eb9c82](https://github.com/powerhouse-inc/powerhouse/commit/6b4eb9c82))
64
+
65
+ ### ❤️ Thank You
66
+
67
+ - Frank
68
+
69
+ ## 5.1.0-dev.31 (2026-01-02)
70
+
71
+ ### 🚀 Features
72
+
73
+ - **switchboard:** added tracing ([c978736b7](https://github.com/powerhouse-inc/powerhouse/commit/c978736b7))
74
+
75
+ ### ❤️ Thank You
76
+
77
+ - Frank
78
+
79
+ ## 5.1.0-dev.30 (2026-01-01)
80
+
81
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
82
+
83
+ ## 5.1.0-dev.29 (2025-12-30)
84
+
85
+ ### 🩹 Fixes
86
+
87
+ - **connect,builder-tools,vetra:** avoid page reload on vite HMR ([1c3f5d1dd](https://github.com/powerhouse-inc/powerhouse/commit/1c3f5d1dd))
88
+
89
+ ### ❤️ Thank You
90
+
91
+ - acaldas @acaldas
92
+
93
+ ## 5.1.0-dev.28 (2025-12-30)
94
+
95
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
96
+
97
+ ## 5.1.0-dev.27 (2025-12-24)
98
+
99
+ ### 🚀 Features
100
+
101
+ - **reactor-api:** datadog integration ([3c433c686](https://github.com/powerhouse-inc/powerhouse/commit/3c433c686))
102
+ - **reactor-browser:** improved document retrieval hooks ([4fed49391](https://github.com/powerhouse-inc/powerhouse/commit/4fed49391))
103
+
104
+ ### ❤️ Thank You
105
+
106
+ - acaldas @acaldas
107
+ - Frank
108
+
109
+ ## 5.1.0-dev.26 (2025-12-20)
110
+
111
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
112
+
113
+ ## 5.1.0-dev.25 (2025-12-19)
114
+
115
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
116
+
117
+ ## 5.1.0-dev.24 (2025-12-18)
118
+
119
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
120
+
121
+ ## 5.1.0-dev.23 (2025-12-17)
122
+
123
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
124
+
125
+ ## 5.1.0-dev.22 (2025-12-16)
126
+
127
+ ### 🚀 Features
128
+
129
+ - added support for runtime document model subgraphs ([dc8248ec6](https://github.com/powerhouse-inc/powerhouse/commit/dc8248ec6))
130
+
131
+ ### ❤️ Thank You
132
+
133
+ - acaldas @acaldas
134
+
135
+ ## 5.1.0-dev.21 (2025-12-13)
136
+
137
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
138
+
139
+ ## 5.1.0-dev.20 (2025-12-12)
140
+
141
+ ### 🚀 Features
142
+
143
+ - **reactor-browsers:** added onErrors callback to dispatch method ([4824a0a10](https://github.com/powerhouse-inc/powerhouse/commit/4824a0a10))
144
+
145
+ ### ❤️ Thank You
146
+
147
+ - acaldas @acaldas
148
+
149
+ ## 5.1.0-dev.19 (2025-12-12)
150
+
151
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
152
+
153
+ ## 5.1.0-dev.18 (2025-12-11)
154
+
155
+ ### 🚀 Features
156
+
157
+ - **codegen:** add versioned document model generation ([#2130](https://github.com/powerhouse-inc/powerhouse/pull/2130))
158
+
159
+ ### ❤️ Thank You
160
+
161
+ - Ryan Wolhuter @ryanwolhuter
162
+
163
+ ## 5.1.0-dev.17 (2025-12-11)
164
+
165
+ ### 🩹 Fixes
166
+
167
+ - **ph-cli:** auth with access-token ([df48be6e9](https://github.com/powerhouse-inc/powerhouse/commit/df48be6e9))
168
+
169
+ ### ❤️ Thank You
170
+
171
+ - Frank
172
+
173
+ ## 5.1.0-dev.16 (2025-12-11)
174
+
175
+ ### 🚀 Features
176
+
177
+ - **ph-cli:** added access-token command ([e48181df6](https://github.com/powerhouse-inc/powerhouse/commit/e48181df6))
178
+ - **codegen:** update zod schema generation library ([#2129](https://github.com/powerhouse-inc/powerhouse/pull/2129))
179
+ - integrate visibility tools for remotes and pglite instance ([#2122](https://github.com/powerhouse-inc/powerhouse/pull/2122))
180
+
181
+ ### ❤️ Thank You
182
+
183
+ - Frank
184
+ - Guillermo Puente Sandoval @gpuente
185
+ - Ryan Wolhuter @ryanwolhuter
186
+
187
+ ## 5.1.0-dev.15 (2025-12-09)
188
+
189
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
190
+
191
+ ## 5.1.0-dev.14 (2025-12-08)
192
+
193
+ ### 🚀 Features
194
+
195
+ - **connect, switchboard:** added healthcheck route ([9a0671113](https://github.com/powerhouse-inc/powerhouse/commit/9a0671113))
196
+ - **academy:** added docker build and publish workflow ([b17562994](https://github.com/powerhouse-inc/powerhouse/commit/b17562994))
197
+
198
+ ### ❤️ Thank You
199
+
200
+ - Frank
201
+
202
+ ## 5.1.0-dev.13 (2025-12-08)
203
+
204
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
205
+
206
+ ## 5.1.0-dev.12 (2025-12-08)
207
+
208
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
209
+
210
+ ## 5.1.0-dev.11 (2025-12-08)
211
+
212
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
213
+
214
+ ## 5.1.0-dev.10 (2025-12-06)
215
+
216
+ ### 🚀 Features
217
+
218
+ - **design-system:** added remotes inspector and channel inspector components ([093896ebf](https://github.com/powerhouse-inc/powerhouse/commit/093896ebf))
219
+
220
+ ### ❤️ Thank You
221
+
222
+ - Guillermo Puente @gpuente
223
+
224
+ ## 5.1.0-dev.9 (2025-12-05)
225
+
226
+ ### 🩹 Fixes
227
+
228
+ - **renown:** small ui fixes and made connectcrypto and renown id available in hooks ([c06e17226](https://github.com/powerhouse-inc/powerhouse/commit/c06e17226))
229
+
230
+ ### ❤️ Thank You
231
+
232
+ - Frank
233
+
234
+ ## 5.1.0-dev.8 (2025-12-05)
235
+
236
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
237
+
238
+ ## 5.1.0-dev.7 (2025-12-04)
239
+
240
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
241
+
242
+ ## 5.1.0-dev.6 (2025-12-04)
243
+
244
+ ### 🩹 Fixes
245
+
246
+ - **renown:** build issues ([1893c35a0](https://github.com/powerhouse-inc/powerhouse/commit/1893c35a0))
247
+
248
+ ### ❤️ Thank You
249
+
250
+ - Frank
251
+
252
+ ## 5.1.0-dev.5 (2025-12-04)
253
+
254
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
255
+
256
+ ## 5.1.0-dev.4 (2025-12-03)
257
+
258
+ ### 🚀 Features
259
+
260
+ - **codegen,ph-cli:** add tsx code generator ([#2116](https://github.com/powerhouse-inc/powerhouse/pull/2116))
261
+
262
+ ### ❤️ Thank You
263
+
264
+ - Ryan Wolhuter @ryanwolhuter
265
+
1
266
  ## 5.1.0-dev.3 (2025-12-02)
2
267
 
3
268
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "5.1.0-dev.4",
3
+ "version": "5.1.0-dev.40",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,