@powerhousedao/config 6.0.0-dev.1 → 6.0.0-dev.10

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 +96 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,99 @@
1
+ ## 6.0.0-dev.10 (2026-01-19)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ph-cmd:** move dependencies to dev dependencies ([8aa16c346](https://github.com/powerhouse-inc/powerhouse/commit/8aa16c346))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - ryanwolhuter @ryanwolhuter
10
+
11
+ ## 6.0.0-dev.9 (2026-01-19)
12
+
13
+ ### 🚀 Features
14
+
15
+ - **ph-cmd:** test build with bun ([#2225](https://github.com/powerhouse-inc/powerhouse/pull/2225))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Ryan Wolhuter @ryanwolhuter
20
+
21
+ ## 6.0.0-dev.8 (2026-01-17)
22
+
23
+ ### 🚀 Features
24
+
25
+ - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
26
+ - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
27
+ - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - acaldas @acaldas
32
+ - Frank
33
+
34
+ ## 6.0.0-dev.7 (2026-01-16)
35
+
36
+ ### 🩹 Fixes
37
+
38
+ - **ph-cmd:** do not publish dependencies in cli ([0f5296d02](https://github.com/powerhouse-inc/powerhouse/commit/0f5296d02))
39
+
40
+ ### ❤️ Thank You
41
+
42
+ - ryanwolhuter @ryanwolhuter
43
+
44
+ ## 6.0.0-dev.6 (2026-01-16)
45
+
46
+ ### 🩹 Fixes
47
+
48
+ - **ph-cmd:** move .npmrc to codegen package dir ([35ef27743](https://github.com/powerhouse-inc/powerhouse/commit/35ef27743))
49
+
50
+ ### ❤️ Thank You
51
+
52
+ - ryanwolhuter @ryanwolhuter
53
+
54
+ ## 6.0.0-dev.5 (2026-01-16)
55
+
56
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
57
+
58
+ ## 6.0.0-dev.4 (2026-01-16)
59
+
60
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
61
+
62
+ ## 6.0.0-dev.3 (2026-01-16)
63
+
64
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
65
+
66
+ ## 6.0.0-dev.2 (2026-01-15)
67
+
68
+ ### 🚀 Features
69
+
70
+ - adding a migration command to switchboard ([155f3da66](https://github.com/powerhouse-inc/powerhouse/commit/155f3da66))
71
+ - test-client now successfully executes scenarios ([ef9299d90](https://github.com/powerhouse-inc/powerhouse/commit/ef9299d90))
72
+ - new cicd flows ([01310e0d3](https://github.com/powerhouse-inc/powerhouse/commit/01310e0d3))
73
+ - enabled doc version in connect ([#2171](https://github.com/powerhouse-inc/powerhouse/pull/2171))
74
+
75
+ ### 🩹 Fixes
76
+
77
+ - workflow permissions ([6e451590d](https://github.com/powerhouse-inc/powerhouse/commit/6e451590d))
78
+
79
+ ### ❤️ Thank You
80
+
81
+ - Benjamin Jordan (@thegoldenmule)
82
+ - Frank
83
+ - Guillermo Puente Sandoval @gpuente
84
+
85
+ ## 6.0.0-dev.1 (2026-01-15)
86
+
87
+ ### 🚀 Features
88
+
89
+ - **academy:** added k8s deployment ([5f7e27162](https://github.com/powerhouse-inc/powerhouse/commit/5f7e27162))
90
+ - **monorepo:** upgrade document engineering package ([#2215](https://github.com/powerhouse-inc/powerhouse/pull/2215))
91
+
92
+ ### ❤️ Thank You
93
+
94
+ - Frank
95
+ - Ryan Wolhuter @ryanwolhuter
96
+
1
97
  ## 5.2.0-dev.1 (2026-01-15)
2
98
 
3
99
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.1",
3
+ "version": "6.0.0-dev.10",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,