@powerhousedao/config 6.0.0-dev.2 → 6.0.0-dev.21

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 +165 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,168 @@
1
+ ## 6.0.0-dev.21 (2026-01-27)
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.20 (2026-01-26)
6
+
7
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
8
+
9
+ ## 6.0.0-dev.19 (2026-01-26)
10
+
11
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
12
+
13
+ ## 6.0.0-dev.18 (2026-01-26)
14
+
15
+ ### 🚀 Features
16
+
17
+ - **ph-cli, ph-cmd:** use cmd ts for remaining ph cmd commands ([#2209](https://github.com/powerhouse-inc/powerhouse/pull/2209))
18
+
19
+ ### 🩹 Fixes
20
+
21
+ - trailing newline in publish-docker-images workflow ([7d2e30db4](https://github.com/powerhouse-inc/powerhouse/commit/7d2e30db4))
22
+ - **ci:** remove deploy-k8s from publish-docker-images workflow ([c5869e82f](https://github.com/powerhouse-inc/powerhouse/commit/c5869e82f))
23
+
24
+ ### ❤️ Thank You
25
+
26
+ - Frank
27
+ - Ryan Wolhuter @ryanwolhuter
28
+
29
+ ## 6.0.0-dev.17 (2026-01-26)
30
+
31
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
32
+
33
+ ## 6.0.0-dev.16 (2026-01-24)
34
+
35
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
36
+
37
+ ## 6.0.0-dev.15 (2026-01-23)
38
+
39
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
40
+
41
+ ## 6.0.0-dev.14 (2026-01-22)
42
+
43
+ ### 🩹 Fixes
44
+
45
+ - pnpm filtering ([3875e271c](https://github.com/powerhouse-inc/powerhouse/commit/3875e271c))
46
+ - do not run profiling tests by default ([a196a19da](https://github.com/powerhouse-inc/powerhouse/commit/a196a19da))
47
+ - **profiling:** add TypeScript configuration for profiling scripts ([d0ee094c7](https://github.com/powerhouse-inc/powerhouse/commit/d0ee094c7))
48
+ - **design-system:** declare document-drive and reactor-browser as runtime dependencies ([3db4afa38](https://github.com/powerhouse-inc/powerhouse/commit/3db4afa38))
49
+
50
+ ### ❤️ Thank You
51
+
52
+ - acaldas @acaldas
53
+ - Benjamin Jordan (@thegoldenmule)
54
+ - Samuel Hawksby-Robinson @Samyoul
55
+
56
+ ## 6.0.0-dev.13 (2026-01-21)
57
+
58
+ ### 🚀 Features
59
+
60
+ - add workflow to trigger downstream package updates ([e8c6cce75](https://github.com/powerhouse-inc/powerhouse/commit/e8c6cce75))
61
+
62
+ ### ❤️ Thank You
63
+
64
+ - Frank
65
+
66
+ ## 6.0.0-dev.12 (2026-01-20)
67
+
68
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
69
+
70
+ ## 6.0.0-dev.11 (2026-01-20)
71
+
72
+ ### 🩹 Fixes
73
+
74
+ - **monorepo:** exclude root package from recursive build to prevent infinite loop ([099139393](https://github.com/powerhouse-inc/powerhouse/commit/099139393))
75
+ - **codegen:** fix failing codegen tests ([#2227](https://github.com/powerhouse-inc/powerhouse/pull/2227))
76
+
77
+ ### ❤️ Thank You
78
+
79
+ - Frank
80
+ - Ryan Wolhuter @ryanwolhuter
81
+
82
+ ## 6.0.0-dev.10 (2026-01-19)
83
+
84
+ ### 🚀 Features
85
+
86
+ - **ph-cmd:** move dependencies to dev dependencies ([8aa16c346](https://github.com/powerhouse-inc/powerhouse/commit/8aa16c346))
87
+
88
+ ### ❤️ Thank You
89
+
90
+ - ryanwolhuter @ryanwolhuter
91
+
92
+ ## 6.0.0-dev.9 (2026-01-19)
93
+
94
+ ### 🚀 Features
95
+
96
+ - **ph-cmd:** test build with bun ([#2225](https://github.com/powerhouse-inc/powerhouse/pull/2225))
97
+
98
+ ### ❤️ Thank You
99
+
100
+ - Ryan Wolhuter @ryanwolhuter
101
+
102
+ ## 6.0.0-dev.8 (2026-01-17)
103
+
104
+ ### 🚀 Features
105
+
106
+ - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
107
+ - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
108
+ - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
109
+
110
+ ### ❤️ Thank You
111
+
112
+ - acaldas @acaldas
113
+ - Frank
114
+
115
+ ## 6.0.0-dev.7 (2026-01-16)
116
+
117
+ ### 🩹 Fixes
118
+
119
+ - **ph-cmd:** do not publish dependencies in cli ([0f5296d02](https://github.com/powerhouse-inc/powerhouse/commit/0f5296d02))
120
+
121
+ ### ❤️ Thank You
122
+
123
+ - ryanwolhuter @ryanwolhuter
124
+
125
+ ## 6.0.0-dev.6 (2026-01-16)
126
+
127
+ ### 🩹 Fixes
128
+
129
+ - **ph-cmd:** move .npmrc to codegen package dir ([35ef27743](https://github.com/powerhouse-inc/powerhouse/commit/35ef27743))
130
+
131
+ ### ❤️ Thank You
132
+
133
+ - ryanwolhuter @ryanwolhuter
134
+
135
+ ## 6.0.0-dev.5 (2026-01-16)
136
+
137
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
138
+
139
+ ## 6.0.0-dev.4 (2026-01-16)
140
+
141
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
142
+
143
+ ## 6.0.0-dev.3 (2026-01-16)
144
+
145
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
146
+
147
+ ## 6.0.0-dev.2 (2026-01-15)
148
+
149
+ ### 🚀 Features
150
+
151
+ - adding a migration command to switchboard ([155f3da66](https://github.com/powerhouse-inc/powerhouse/commit/155f3da66))
152
+ - test-client now successfully executes scenarios ([ef9299d90](https://github.com/powerhouse-inc/powerhouse/commit/ef9299d90))
153
+ - new cicd flows ([01310e0d3](https://github.com/powerhouse-inc/powerhouse/commit/01310e0d3))
154
+ - enabled doc version in connect ([#2171](https://github.com/powerhouse-inc/powerhouse/pull/2171))
155
+
156
+ ### 🩹 Fixes
157
+
158
+ - workflow permissions ([6e451590d](https://github.com/powerhouse-inc/powerhouse/commit/6e451590d))
159
+
160
+ ### ❤️ Thank You
161
+
162
+ - Benjamin Jordan (@thegoldenmule)
163
+ - Frank
164
+ - Guillermo Puente Sandoval @gpuente
165
+
1
166
  ## 6.0.0-dev.1 (2026-01-15)
2
167
 
3
168
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.2",
3
+ "version": "6.0.0-dev.21",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,