@powerhousedao/switchboard 6.0.0-dev.33 → 6.0.0-dev.35

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