@powerhousedao/switchboard 4.0.1 → 4.1.0-dev.2

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,22 +1,104 @@
1
- ## 4.0.1 (2025-07-25)
1
+ ## 4.1.0-dev.2 (2025-07-31)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - **switchboard,config,reactor-api:** handle auth in reactor-api ([f33c921ee](https://github.com/powerhouse-inc/powerhouse/commit/f33c921ee))
5
+ - **reactor-mcp,document/model:** initial implementation of reactor mcp ([4eaab9ab0](https://github.com/powerhouse-inc/powerhouse/commit/4eaab9ab0))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - linter issues ([e55a16456](https://github.com/powerhouse-inc/powerhouse/commit/e55a16456))
6
10
 
7
11
  ### ❤️ Thank You
8
12
 
9
13
  - acaldas @acaldas
14
+ - Benjamin Jordan (@thegoldenmule)
15
+
16
+ ## 4.1.0-dev.1 (2025-07-29)
17
+
18
+ ### 🚀 Features
10
19
 
11
- # 4.0.0 (2025-07-24)
20
+ - added vetra command and vetra project ([#1713](https://github.com/powerhouse-inc/powerhouse/pull/1713))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - Guillermo Puente Sandoval @gpuente
25
+
26
+ ## 4.0.0-staging.8 (2025-07-29)
12
27
 
13
28
  This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
14
29
 
15
- ## 4.0.0-staging.5 (2025-07-23)
30
+ ## 4.0.0-staging.7 (2025-07-26)
31
+
32
+ ### 🚀 Features
33
+
34
+ - **state:** make all atom states derivative ([68a4bfece](https://github.com/powerhouse-inc/powerhouse/commit/68a4bfece))
35
+
36
+ ### 🩹 Fixes
37
+
38
+ - **switchboard:** remove auth from switchboard config ([ff3410afc](https://github.com/powerhouse-inc/powerhouse/commit/ff3410afc))
39
+
40
+ ### ❤️ Thank You
41
+
42
+ - Frank
43
+ - ryanwolhuter @ryanwolhuter
44
+
45
+ ## 4.0.0-staging.6 (2025-07-25)
46
+
47
+ ### 🚀 Features
48
+
49
+ - **connect:** remove unused dep ([00d3f68c0](https://github.com/powerhouse-inc/powerhouse/commit/00d3f68c0))
50
+ - **state:** use reactor on window object ([40321826e](https://github.com/powerhouse-inc/powerhouse/commit/40321826e))
51
+ - **state:** add state package reference to monorepo tsconfig ([93de86073](https://github.com/powerhouse-inc/powerhouse/commit/93de86073))
52
+ - **state:** remove unused deps ([d681fff7a](https://github.com/powerhouse-inc/powerhouse/commit/d681fff7a))
53
+ - **state:** remove jotai optics dep ([dfc955a82](https://github.com/powerhouse-inc/powerhouse/commit/dfc955a82))
54
+ - **common:** add storybook react dev dep ([61404f414](https://github.com/powerhouse-inc/powerhouse/commit/61404f414))
55
+ - **common:** install storybook types ([c4d45bb7c](https://github.com/powerhouse-inc/powerhouse/commit/c4d45bb7c))
56
+ - **connect:** use new hooks ([93a9eccfa](https://github.com/powerhouse-inc/powerhouse/commit/93a9eccfa))
57
+ - **state:** move state code to own package ([605bd5d75](https://github.com/powerhouse-inc/powerhouse/commit/605bd5d75))
58
+ - support initial strand without operations ([46698d2ff](https://github.com/powerhouse-inc/powerhouse/commit/46698d2ff))
59
+ - **document-drive:** removed drive id where possible ([adcedc4f0](https://github.com/powerhouse-inc/powerhouse/commit/adcedc4f0))
60
+
61
+ ### 🩹 Fixes
62
+
63
+ - **document-drive:** added deprecation warnings and release notes ([dbc86d172](https://github.com/powerhouse-inc/powerhouse/commit/dbc86d172))
64
+ - **common:** update storybook story type ([a84550281](https://github.com/powerhouse-inc/powerhouse/commit/a84550281))
65
+
66
+ ### ❤️ Thank You
67
+
68
+ - acaldas @acaldas
69
+ - ryanwolhuter @ryanwolhuter
70
+
71
+ ## 3.3.0-dev.19 (2025-07-25)
72
+
73
+ ### 🚀 Features
74
+
75
+ - **connect:** remove unused dep ([00d3f68c0](https://github.com/powerhouse-inc/powerhouse/commit/00d3f68c0))
76
+ - **state:** use reactor on window object ([40321826e](https://github.com/powerhouse-inc/powerhouse/commit/40321826e))
77
+ - **state:** add state package reference to monorepo tsconfig ([93de86073](https://github.com/powerhouse-inc/powerhouse/commit/93de86073))
78
+ - **state:** remove unused deps ([d681fff7a](https://github.com/powerhouse-inc/powerhouse/commit/d681fff7a))
79
+ - **state:** remove jotai optics dep ([dfc955a82](https://github.com/powerhouse-inc/powerhouse/commit/dfc955a82))
80
+ - **common:** add storybook react dev dep ([61404f414](https://github.com/powerhouse-inc/powerhouse/commit/61404f414))
81
+ - **common:** install storybook types ([c4d45bb7c](https://github.com/powerhouse-inc/powerhouse/commit/c4d45bb7c))
82
+ - **connect:** use new hooks ([93a9eccfa](https://github.com/powerhouse-inc/powerhouse/commit/93a9eccfa))
83
+ - **state:** move state code to own package ([605bd5d75](https://github.com/powerhouse-inc/powerhouse/commit/605bd5d75))
84
+ - support initial strand without operations ([46698d2ff](https://github.com/powerhouse-inc/powerhouse/commit/46698d2ff))
85
+ - **document-drive:** removed drive id where possible ([adcedc4f0](https://github.com/powerhouse-inc/powerhouse/commit/adcedc4f0))
86
+
87
+ ### 🩹 Fixes
88
+
89
+ - **document-drive:** added deprecation warnings and release notes ([dbc86d172](https://github.com/powerhouse-inc/powerhouse/commit/dbc86d172))
90
+ - **common:** update storybook story type ([a84550281](https://github.com/powerhouse-inc/powerhouse/commit/a84550281))
91
+
92
+ ### ❤️ Thank You
93
+
94
+ - acaldas @acaldas
95
+ - ryanwolhuter @ryanwolhuter
96
+
97
+ ## 3.3.0-dev.18 (2025-07-24)
16
98
 
17
99
  This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
18
100
 
19
- ## 4.0.0-staging.4 (2025-07-22)
101
+ ## 3.3.0-dev.17 (2025-07-23)
20
102
 
21
103
  ### 🩹 Fixes
22
104
 
@@ -27,11 +109,11 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
27
109
 
28
110
  - Callme-T
29
111
 
30
- ## 4.0.0-staging.3 (2025-07-17)
112
+ ## 3.3.0-dev.16 (2025-07-22)
31
113
 
32
114
  This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
33
115
 
34
- ## 4.0.0-staging.2 (2025-07-17)
116
+ ## 3.3.0-dev.15 (2025-07-17)
35
117
 
36
118
  ### 🩹 Fixes
37
119
 
@@ -39,11 +121,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
39
121
 
40
122
  ### ❤️ Thank You
41
123
 
42
- - acaldas @acaldas
43
-
44
- ## 4.0.0-staging.1 (2025-07-17)
45
-
46
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
124
+ - acaldas
47
125
 
48
126
  ## 3.3.0-dev.14 (2025-07-17)
49
127