@powerhousedao/switchboard 6.2.0-dev.51 → 6.2.0-dev.52

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,3 +1,73 @@
1
+ ## 6.2.0-dev.52 (2026-07-08)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **release:** support rc release channel in CLIs and docker pipeline ([da765dcb4](https://github.com/powerhouse-inc/powerhouse/commit/da765dcb4))
6
+ - **connect:** add PWA offline support with Workbox service worker ([d65bbd886](https://github.com/powerhouse-inc/powerhouse/commit/d65bbd886))
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - install ph-cli@rc for rc-tagged connect/switchboard image builds ([987d68eeb](https://github.com/powerhouse-inc/powerhouse/commit/987d68eeb))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Guillermo Puente @gpuente
15
+ - Yasiel Cabrera @YasielCabrera
16
+
17
+ ## 6.2.0-rc.7 (2026-07-07)
18
+
19
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
20
+
21
+ ## 6.2.0-rc.6 (2026-07-03)
22
+
23
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
24
+
25
+ ## 6.2.0-rc.5 (2026-07-02)
26
+
27
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
28
+
29
+ ## 6.2.0-rc.4 (2026-07-01)
30
+
31
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
32
+
33
+ ## 6.2.0-rc.3 (2026-06-30)
34
+
35
+ ### 🚀 Features
36
+
37
+ - **connect:** add PWA offline support with Workbox service worker ([d65bbd886](https://github.com/powerhouse-inc/powerhouse/commit/d65bbd886))
38
+
39
+ ### ❤️ Thank You
40
+
41
+ - Yasiel Cabrera @YasielCabrera
42
+
43
+ ## 6.2.0-rc.2 (2026-06-26)
44
+
45
+ ### 🩹 Fixes
46
+
47
+ - install ph-cli@rc for rc-tagged connect/switchboard image builds ([987d68eeb](https://github.com/powerhouse-inc/powerhouse/commit/987d68eeb))
48
+
49
+ ### ❤️ Thank You
50
+
51
+ - Guillermo Puente @gpuente
52
+
53
+ ## 6.2.0-rc.1 (2026-06-26)
54
+
55
+ ### 🚀 Features
56
+
57
+ - **release:** support rc release channel in CLIs and docker pipeline ([da765dcb4](https://github.com/powerhouse-inc/powerhouse/commit/da765dcb4))
58
+
59
+ ### ❤️ Thank You
60
+
61
+ - Guillermo Puente @gpuente
62
+
63
+ ## 6.2.0-rc.0 (2026-06-26)
64
+
65
+ ### 🚀 Features
66
+
67
+ - **release:** support release/rc/x.x.x branches publishing under -rc.x npm tag ([51a030c04](https://github.com/powerhouse-inc/powerhouse/commit/51a030c04))
68
+
69
+ ### ❤️ Thank You
70
+
1
71
  ## 6.2.0-dev.51 (2026-07-07)
2
72
 
3
73
  This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/switchboard",
3
3
  "type": "module",
4
- "version": "6.2.0-dev.51",
4
+ "version": "6.2.0-dev.52",
5
5
  "main": "dist/index.mjs",
6
6
  "exports": {
7
7
  ".": {
@@ -63,17 +63,17 @@
63
63
  "kysely-pglite-dialect": "1.2.0",
64
64
  "pg": "8.18.0",
65
65
  "vite": "8.0.10",
66
- "@powerhousedao/config": "6.2.0-dev.51",
67
- "@powerhousedao/opentelemetry-instrumentation-reactor": "6.2.0-dev.51",
68
- "@powerhousedao/reactor": "6.2.0-dev.51",
69
- "@powerhousedao/shared": "6.2.0-dev.51",
70
- "@powerhousedao/vetra": "6.2.0-dev.51",
71
- "@powerhousedao/reactor-api": "6.2.0-dev.51",
72
- "@powerhousedao/reactor-attachments": "6.2.0-dev.51",
73
- "@powerhousedao/reactor-drive": "6.2.0-dev.51",
74
- "@powerhousedao/pglite-fs": "6.2.0-dev.51",
75
- "@renown/sdk": "6.2.0-dev.51",
76
- "document-model": "6.2.0-dev.51"
66
+ "@powerhousedao/config": "6.2.0-dev.52",
67
+ "@powerhousedao/opentelemetry-instrumentation-reactor": "6.2.0-dev.52",
68
+ "@powerhousedao/reactor": "6.2.0-dev.52",
69
+ "@powerhousedao/shared": "6.2.0-dev.52",
70
+ "@powerhousedao/vetra": "6.2.0-dev.52",
71
+ "@powerhousedao/reactor-api": "6.2.0-dev.52",
72
+ "@powerhousedao/reactor-attachments": "6.2.0-dev.52",
73
+ "@powerhousedao/reactor-drive": "6.2.0-dev.52",
74
+ "@powerhousedao/pglite-fs": "6.2.0-dev.52",
75
+ "@renown/sdk": "6.2.0-dev.52",
76
+ "document-model": "6.2.0-dev.52"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@types/express": "^4.17.25",