@powerhousedao/switchboard 2.5.0-test.0 → 3.1.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,120 @@
1
- ## 2.5.0-test.0 (2025-06-04)
1
+ ## 3.1.1 (2025-06-23)
2
+
3
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
4
+
5
+ ## 3.1.0 (2025-06-18)
6
+
7
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
8
+
9
+ ## 2.5.0-staging.3 (2025-06-18)
10
+
11
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
12
+
13
+ ## 2.5.0-staging.2 (2025-06-18)
14
+
15
+ ### 🚀 Features
16
+
17
+ - add app skeleton to html at build time ([1882bb820](https://github.com/powerhouse-inc/powerhouse/commit/1882bb820))
18
+ - **reactor:** initial event-bus implementation with tests and benchmarks ([ef5b3c42e](https://github.com/powerhouse-inc/powerhouse/commit/ef5b3c42e))
19
+
20
+ ### 🩹 Fixes
21
+
22
+ - deploy not on push to main ([63eef7020](https://github.com/powerhouse-inc/powerhouse/commit/63eef7020))
23
+ - deploy powerhouse to available environments ([a45859a22](https://github.com/powerhouse-inc/powerhouse/commit/a45859a22))
24
+ - **connect:** set proper tag on docker build ([598c1b3fb](https://github.com/powerhouse-inc/powerhouse/commit/598c1b3fb))
25
+
26
+ ### ❤️ Thank You
27
+
28
+ - acaldas @acaldas
29
+ - Benjamin Jordan (@thegoldenmule)
30
+ - Frank
31
+
32
+ ## 2.5.0-staging.1 (2025-06-13)
33
+
34
+ ### 🚀 Features
35
+
36
+ - start dependent services with switchboard ([188c82c6a](https://github.com/powerhouse-inc/powerhouse/commit/188c82c6a))
37
+ - added hostnames in docker compose ([a590eea17](https://github.com/powerhouse-inc/powerhouse/commit/a590eea17))
38
+ - **docker-compose:** work with published images ([9f31b70fb](https://github.com/powerhouse-inc/powerhouse/commit/9f31b70fb))
39
+ - **ci:** build and publish docker images on newly created tags ([ee930c4a4](https://github.com/powerhouse-inc/powerhouse/commit/ee930c4a4))
40
+ - added docker publish workflow ([adf65ef8a](https://github.com/powerhouse-inc/powerhouse/commit/adf65ef8a))
41
+ - show app skeleton while loading and accessibility fixes ([4f96e2472](https://github.com/powerhouse-inc/powerhouse/commit/4f96e2472))
42
+ - improved analytics frontend integration ([269aed50c](https://github.com/powerhouse-inc/powerhouse/commit/269aed50c))
43
+ - **connect:** updated diff-analyzer processor ([ce5d1219f](https://github.com/powerhouse-inc/powerhouse/commit/ce5d1219f))
44
+ - run analytics db on web worker ([ecf79575f](https://github.com/powerhouse-inc/powerhouse/commit/ecf79575f))
45
+
46
+ ### 🩹 Fixes
47
+
48
+ - **docker:** request write permissions ([29d4d3fd7](https://github.com/powerhouse-inc/powerhouse/commit/29d4d3fd7))
49
+ - **switchboard:** entrypoint script ([a50e5eb06](https://github.com/powerhouse-inc/powerhouse/commit/a50e5eb06))
50
+ - **switchboard:** added semicolons ([ce23c47f0](https://github.com/powerhouse-inc/powerhouse/commit/ce23c47f0))
51
+ - **ci:** set proper tags for docker images ([3cab91969](https://github.com/powerhouse-inc/powerhouse/commit/3cab91969))
52
+ - **ci:** connect deployment ([8ac8e423b](https://github.com/powerhouse-inc/powerhouse/commit/8ac8e423b))
53
+
54
+ ### ❤️ Thank You
55
+
56
+ - acaldas
57
+ - Frank
58
+
59
+ ## 2.5.0-staging.0 (2025-06-05)
60
+
61
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
62
+
63
+ ## 2.5.0-dev.9 (2025-06-05)
64
+
65
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
66
+
67
+ ## 2.5.0-dev.8 (2025-06-05)
68
+
69
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
70
+
71
+ ## 2.5.0-dev.7 (2025-06-05)
72
+
73
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
74
+
75
+ ## 2.5.0-dev.6 (2025-06-05)
76
+
77
+ ### 🩹 Fixes
78
+
79
+ - set node 22 in release branch workflow ([b33681938](https://github.com/powerhouse-inc/powerhouse/commit/b33681938))
80
+
81
+ ### ❤️ Thank You
82
+
83
+ - Frank
84
+
85
+ ## 2.5.0-dev.5 (2025-06-05)
86
+
87
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
88
+
89
+ ## 2.5.0-dev.4 (2025-06-05)
90
+
91
+ ### 🩹 Fixes
92
+
93
+ - **builder-tools:** move esbuild dev dep to deps ([baa22be6f](https://github.com/powerhouse-inc/powerhouse/commit/baa22be6f))
94
+
95
+ ### ❤️ Thank You
96
+
97
+ - ryanwolhuter @ryanwolhuter
98
+
99
+ ## 2.5.0-dev.3 (2025-06-05)
100
+
101
+ ### 🚀 Features
102
+
103
+ - **builder-tools:** add node polyfills esbuild plugin for connect build ([43dd16b4d](https://github.com/powerhouse-inc/powerhouse/commit/43dd16b4d))
104
+
105
+ ### ❤️ Thank You
106
+
107
+ - ryanwolhuter
108
+
109
+ ## 2.5.0-dev.2 (2025-06-05)
110
+
111
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
112
+
113
+ ## 2.5.0-dev.1 (2025-06-05)
114
+
115
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
116
+
117
+ ## 2.5.0-dev.0 (2025-06-04)
2
118
 
3
119
  ### 🚀 Features
4
120
 
package/Dockerfile CHANGED
@@ -34,13 +34,18 @@ ENV PORT=4001
34
34
  ENV PH_SWITCHBOARD_PORT=$PORT
35
35
 
36
36
  # Other
37
- ARG PH_TAG=latest
38
- ENV PH_TAG=$PH_TAG
37
+ ARG TAG=latest
38
+ ENV TAG=$TAG
39
39
 
40
- RUN pnpm add -g ph-cmd@$PH_TAG && \
41
- ph init powerhouse --package-manager pnpm && \
42
- cd /app/powerhouse && \
43
- ph use $PH_TAG
40
+ RUN pnpm add -g ph-cmd@$TAG
41
+ RUN if [ "$TAG" = "dev" ] || [ "$TAG" = "staging" ]; then \
42
+ ph init project --${TAG} --package-manager pnpm; \
43
+ else \
44
+ ph init project --package-manager pnpm; \
45
+ fi
46
+
47
+
48
+ WORKDIR /app/project
44
49
 
45
50
  # Copy and set up entrypoint script
46
51