@powerhousedao/config 5.2.0-staging.9 → 6.0.0-dev.1
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 +113 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,36 +1,140 @@
|
|
|
1
|
-
## 5.2.0-
|
|
1
|
+
## 5.2.0-dev.1 (2026-01-15)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **monorepo:** upgrade zod and use compatibility layer for errors ([#2210](https://github.com/powerhouse-inc/powerhouse/pull/2210))
|
|
6
|
+
- **monorepo:** use local package execution for tailwind instead of downloading it every time ([ed149558c](https://github.com/powerhouse-inc/powerhouse/commit/ed149558c))
|
|
7
|
+
|
|
8
|
+
### ❤️ Thank You
|
|
9
|
+
|
|
10
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
11
|
+
- ryanwolhuter @ryanwolhuter
|
|
12
|
+
|
|
13
|
+
## 5.1.0-dev.42 (2026-01-14)
|
|
2
14
|
|
|
3
15
|
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|
|
4
16
|
|
|
5
|
-
## 5.
|
|
17
|
+
## 5.1.0-dev.41 (2026-01-13)
|
|
6
18
|
|
|
7
19
|
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|
|
8
20
|
|
|
9
|
-
## 5.
|
|
21
|
+
## 5.1.0-dev.40 (2026-01-10)
|
|
22
|
+
|
|
23
|
+
### 🚀 Features
|
|
24
|
+
|
|
25
|
+
- **builder-tools:** improved validation on doc model editor and unit tests ([336f5d575](https://github.com/powerhouse-inc/powerhouse/commit/336f5d575))
|
|
26
|
+
- **codegen:** add validation to package json test ([03d06ef57](https://github.com/powerhouse-inc/powerhouse/commit/03d06ef57))
|
|
27
|
+
|
|
28
|
+
### ❤️ Thank You
|
|
29
|
+
|
|
30
|
+
- acaldas @acaldas
|
|
31
|
+
- ryanwolhuter @ryanwolhuter
|
|
32
|
+
|
|
33
|
+
## 5.1.0-dev.39 (2026-01-09)
|
|
10
34
|
|
|
11
35
|
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|
|
12
36
|
|
|
13
|
-
## 5.
|
|
37
|
+
## 5.1.0-dev.38 (2026-01-09)
|
|
14
38
|
|
|
15
39
|
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|
|
16
40
|
|
|
17
|
-
## 5.
|
|
41
|
+
## 5.1.0-dev.37 (2026-01-09)
|
|
42
|
+
|
|
43
|
+
### 🚀 Features
|
|
44
|
+
|
|
45
|
+
- **codegen,ph-cmd:** use templates for project boilerplate creation ([#2190](https://github.com/powerhouse-inc/powerhouse/pull/2190))
|
|
46
|
+
|
|
47
|
+
### ❤️ Thank You
|
|
48
|
+
|
|
49
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
50
|
+
|
|
51
|
+
## 5.1.0-dev.36 (2026-01-09)
|
|
18
52
|
|
|
19
53
|
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|
|
20
54
|
|
|
21
|
-
## 5.
|
|
55
|
+
## 5.1.0-dev.35 (2026-01-08)
|
|
22
56
|
|
|
23
57
|
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|
|
24
58
|
|
|
25
|
-
## 5.
|
|
59
|
+
## 5.1.0-dev.34 (2026-01-07)
|
|
60
|
+
|
|
61
|
+
### 🚀 Features
|
|
62
|
+
|
|
63
|
+
- **ph-cli:** add index.html migration to migrate command ([#2186](https://github.com/powerhouse-inc/powerhouse/pull/2186))
|
|
64
|
+
|
|
65
|
+
### ❤️ Thank You
|
|
66
|
+
|
|
67
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
68
|
+
|
|
69
|
+
## 5.1.0-dev.33 (2026-01-06)
|
|
70
|
+
|
|
71
|
+
### 🩹 Fixes
|
|
72
|
+
|
|
73
|
+
- added configuration to debug switchboard, and cleaned up some of the subgraph code ([9ce04c899](https://github.com/powerhouse-inc/powerhouse/commit/9ce04c899))
|
|
74
|
+
|
|
75
|
+
### ❤️ Thank You
|
|
76
|
+
|
|
77
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
78
|
+
|
|
79
|
+
## 5.1.0-dev.32 (2026-01-02)
|
|
80
|
+
|
|
81
|
+
### 🚀 Features
|
|
82
|
+
|
|
83
|
+
- **tracing:** migrate from Datadog to OpenTelemetry with Tempo service graphs ([6b4eb9c82](https://github.com/powerhouse-inc/powerhouse/commit/6b4eb9c82))
|
|
84
|
+
|
|
85
|
+
### ❤️ Thank You
|
|
86
|
+
|
|
87
|
+
- Frank
|
|
88
|
+
|
|
89
|
+
## 5.1.0-dev.31 (2026-01-02)
|
|
90
|
+
|
|
91
|
+
### 🚀 Features
|
|
92
|
+
|
|
93
|
+
- **switchboard:** added tracing ([c978736b7](https://github.com/powerhouse-inc/powerhouse/commit/c978736b7))
|
|
94
|
+
|
|
95
|
+
### ❤️ Thank You
|
|
96
|
+
|
|
97
|
+
- Frank
|
|
98
|
+
|
|
99
|
+
## 5.1.0-dev.30 (2026-01-01)
|
|
100
|
+
|
|
101
|
+
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|
|
102
|
+
|
|
103
|
+
## 5.1.0-dev.29 (2025-12-30)
|
|
104
|
+
|
|
105
|
+
### 🩹 Fixes
|
|
106
|
+
|
|
107
|
+
- **connect,builder-tools,vetra:** avoid page reload on vite HMR ([1c3f5d1dd](https://github.com/powerhouse-inc/powerhouse/commit/1c3f5d1dd))
|
|
108
|
+
|
|
109
|
+
### ❤️ Thank You
|
|
110
|
+
|
|
111
|
+
- acaldas @acaldas
|
|
112
|
+
|
|
113
|
+
## 5.1.0-dev.28 (2025-12-30)
|
|
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.27 (2025-12-24)
|
|
118
|
+
|
|
119
|
+
### 🚀 Features
|
|
120
|
+
|
|
121
|
+
- **reactor-api:** datadog integration ([3c433c686](https://github.com/powerhouse-inc/powerhouse/commit/3c433c686))
|
|
122
|
+
- **reactor-browser:** improved document retrieval hooks ([4fed49391](https://github.com/powerhouse-inc/powerhouse/commit/4fed49391))
|
|
123
|
+
|
|
124
|
+
### ❤️ Thank You
|
|
125
|
+
|
|
126
|
+
- acaldas @acaldas
|
|
127
|
+
- Frank
|
|
128
|
+
|
|
129
|
+
## 5.1.0-dev.26 (2025-12-20)
|
|
26
130
|
|
|
27
131
|
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|
|
28
132
|
|
|
29
|
-
## 5.
|
|
133
|
+
## 5.1.0-dev.25 (2025-12-19)
|
|
30
134
|
|
|
31
135
|
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|
|
32
136
|
|
|
33
|
-
## 5.
|
|
137
|
+
## 5.1.0-dev.24 (2025-12-18)
|
|
34
138
|
|
|
35
139
|
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|
|
36
140
|
|