@powerhousedao/config 5.3.0-staging.3 → 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 +94 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,21 +1,111 @@
1
- ## 5.3.0-staging.2 (2026-01-16)
1
+ ## 6.0.0-dev.10 (2026-01-19)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - **design-system:** default styles tweaks and DocumentStateViewer ([18e4482e1](https://github.com/powerhouse-inc/powerhouse/commit/18e4482e1))
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))
6
28
 
7
29
  ### ❤️ Thank You
8
30
 
9
31
  - acaldas @acaldas
32
+ - Frank
10
33
 
11
- ## 5.3.0-staging.1 (2026-01-14)
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)
12
55
 
13
56
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
14
57
 
15
- ## 5.1.0-dev.43 (2026-01-14)
58
+ ## 6.0.0-dev.4 (2026-01-16)
16
59
 
17
60
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
18
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
+
97
+ ## 5.2.0-dev.1 (2026-01-15)
98
+
99
+ ### 🚀 Features
100
+
101
+ - **monorepo:** upgrade zod and use compatibility layer for errors ([#2210](https://github.com/powerhouse-inc/powerhouse/pull/2210))
102
+ - **monorepo:** use local package execution for tailwind instead of downloading it every time ([ed149558c](https://github.com/powerhouse-inc/powerhouse/commit/ed149558c))
103
+
104
+ ### ❤️ Thank You
105
+
106
+ - Ryan Wolhuter @ryanwolhuter
107
+ - ryanwolhuter @ryanwolhuter
108
+
19
109
  ## 5.1.0-dev.42 (2026-01-14)
20
110
 
21
111
  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.3.0-staging.3",
3
+ "version": "6.0.0-dev.10",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,