@powerhousedao/config 4.1.0-staging.1 → 5.0.0-staging.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +67 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,70 @@
1
- ## 4.1.0-staging.1 (2025-08-21)
1
+ ## 5.0.0-staging.1 (2025-09-04)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 4.1.0-dev.44 (2025-09-04)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **switchboard:** updated readme ([9659cf035](https://github.com/powerhouse-inc/powerhouse/commit/9659cf035))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Frank
14
+
15
+ ## 4.1.0-dev.43 (2025-09-02)
16
+
17
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
18
+
19
+ ## 4.1.0-dev.42 (2025-09-02)
20
+
21
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
22
+
23
+ ## 4.1.0-dev.41 (2025-09-02)
24
+
25
+ ### 🩹 Fixes
26
+
27
+ - **document-drive:** install openssl ([89f21529e](https://github.com/powerhouse-inc/powerhouse/commit/89f21529e))
28
+ - **document-drive:** prisma build ([7884368a2](https://github.com/powerhouse-inc/powerhouse/commit/7884368a2))
29
+ - **switchboard, connect:** fetch proper tag ([79a0bc967](https://github.com/powerhouse-inc/powerhouse/commit/79a0bc967))
30
+
31
+ ### ❤️ Thank You
32
+
33
+ - Frank
34
+
35
+ ## 4.1.0-dev.40 (2025-09-02)
36
+
37
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
38
+
39
+ ## 4.1.0-dev.39 (2025-09-02)
40
+
41
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
42
+
43
+ ## 4.1.0-dev.38 (2025-08-30)
44
+
45
+ ### 🚀 Features
46
+
47
+ - gql-gen spec ([5bf2c7226](https://github.com/powerhouse-inc/powerhouse/commit/5bf2c7226))
48
+ - **reactor:** we have a reactor facade ([7a61e68ab](https://github.com/powerhouse-inc/powerhouse/commit/7a61e68ab))
49
+ - **reactor:** impstubbing out initial interface and types ([b74b194f9](https://github.com/powerhouse-inc/powerhouse/commit/b74b194f9))
50
+
51
+ ### ❤️ Thank You
52
+
53
+ - Benjamin Jordan (@thegoldenmule)
54
+
55
+ ## 4.1.0-dev.37 (2025-08-29)
56
+
57
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
58
+
59
+ ## 4.1.0-dev.36 (2025-08-28)
60
+
61
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
62
+
63
+ ## 4.1.0-dev.35 (2025-08-27)
64
+
65
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
66
+
67
+ ## 4.1.0-dev.34 (2025-08-26)
2
68
 
3
69
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "4.1.0-staging.1",
3
+ "version": "5.0.0-staging.1",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,