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