@powerhousedao/switchboard 6.0.0-dev.32 → 6.0.0-dev.34

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,27 @@
1
+ ## 6.0.0-dev.34 (2026-02-05)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **codegen:** update processors codegen ([#2293](https://github.com/powerhouse-inc/powerhouse/pull/2293))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **ci:** allow release to continue when academy build fails ([477d9ef71](https://github.com/powerhouse-inc/powerhouse/commit/477d9ef71))
10
+
11
+ ### 🔥 Performance
12
+
13
+ - **document-model:** optimize getDocumentLastModified from O(n log n) to O(n) ([bb94ff310](https://github.com/powerhouse-inc/powerhouse/commit/bb94ff310))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Frank
18
+ - Ryan Wolhuter @ryanwolhuter
19
+ - Samuel Hawksby-Robinson @Samyoul
20
+
21
+ ## 6.0.0-dev.33 (2026-02-05)
22
+
23
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
24
+
1
25
  ## 6.0.0-dev.32 (2026-02-04)
2
26
 
3
27
  ### 🩹 Fixes