@powerhousedao/config 5.1.0-dev.2 → 5.1.0-dev.20

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 +121 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,124 @@
1
+ ## 5.1.0-dev.19 (2025-12-12)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 5.1.0-dev.18 (2025-12-11)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **codegen:** add versioned document model generation ([#2130](https://github.com/powerhouse-inc/powerhouse/pull/2130))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Ryan Wolhuter @ryanwolhuter
14
+
15
+ ## 5.1.0-dev.17 (2025-12-11)
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - **ph-cli:** auth with access-token ([df48be6e9](https://github.com/powerhouse-inc/powerhouse/commit/df48be6e9))
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Frank
24
+
25
+ ## 5.1.0-dev.16 (2025-12-11)
26
+
27
+ ### 🚀 Features
28
+
29
+ - **ph-cli:** added access-token command ([e48181df6](https://github.com/powerhouse-inc/powerhouse/commit/e48181df6))
30
+ - **codegen:** update zod schema generation library ([#2129](https://github.com/powerhouse-inc/powerhouse/pull/2129))
31
+ - integrate visibility tools for remotes and pglite instance ([#2122](https://github.com/powerhouse-inc/powerhouse/pull/2122))
32
+
33
+ ### ❤️ Thank You
34
+
35
+ - Frank
36
+ - Guillermo Puente Sandoval @gpuente
37
+ - Ryan Wolhuter @ryanwolhuter
38
+
39
+ ## 5.1.0-dev.15 (2025-12-09)
40
+
41
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
42
+
43
+ ## 5.1.0-dev.14 (2025-12-08)
44
+
45
+ ### 🚀 Features
46
+
47
+ - **connect, switchboard:** added healthcheck route ([9a0671113](https://github.com/powerhouse-inc/powerhouse/commit/9a0671113))
48
+ - **academy:** added docker build and publish workflow ([b17562994](https://github.com/powerhouse-inc/powerhouse/commit/b17562994))
49
+
50
+ ### ❤️ Thank You
51
+
52
+ - Frank
53
+
54
+ ## 5.1.0-dev.13 (2025-12-08)
55
+
56
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
57
+
58
+ ## 5.1.0-dev.12 (2025-12-08)
59
+
60
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
61
+
62
+ ## 5.1.0-dev.11 (2025-12-08)
63
+
64
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
65
+
66
+ ## 5.1.0-dev.10 (2025-12-06)
67
+
68
+ ### 🚀 Features
69
+
70
+ - **design-system:** added remotes inspector and channel inspector components ([093896ebf](https://github.com/powerhouse-inc/powerhouse/commit/093896ebf))
71
+
72
+ ### ❤️ Thank You
73
+
74
+ - Guillermo Puente @gpuente
75
+
76
+ ## 5.1.0-dev.9 (2025-12-05)
77
+
78
+ ### 🩹 Fixes
79
+
80
+ - **renown:** small ui fixes and made connectcrypto and renown id available in hooks ([c06e17226](https://github.com/powerhouse-inc/powerhouse/commit/c06e17226))
81
+
82
+ ### ❤️ Thank You
83
+
84
+ - Frank
85
+
86
+ ## 5.1.0-dev.8 (2025-12-05)
87
+
88
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
89
+
90
+ ## 5.1.0-dev.7 (2025-12-04)
91
+
92
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
93
+
94
+ ## 5.1.0-dev.6 (2025-12-04)
95
+
96
+ ### 🩹 Fixes
97
+
98
+ - **renown:** build issues ([1893c35a0](https://github.com/powerhouse-inc/powerhouse/commit/1893c35a0))
99
+
100
+ ### ❤️ Thank You
101
+
102
+ - Frank
103
+
104
+ ## 5.1.0-dev.5 (2025-12-04)
105
+
106
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
107
+
108
+ ## 5.1.0-dev.4 (2025-12-03)
109
+
110
+ ### 🚀 Features
111
+
112
+ - **codegen,ph-cli:** add tsx code generator ([#2116](https://github.com/powerhouse-inc/powerhouse/pull/2116))
113
+
114
+ ### ❤️ Thank You
115
+
116
+ - Ryan Wolhuter @ryanwolhuter
117
+
118
+ ## 5.1.0-dev.3 (2025-12-02)
119
+
120
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
121
+
1
122
  ## 5.1.0-dev.2 (2025-12-02)
2
123
 
3
124
  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.2",
3
+ "version": "5.1.0-dev.20",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,