@powerhousedao/config 6.0.0-dev.57 → 6.0.0-dev.58

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 6.0.0-dev.58 (2026-02-25)
2
+
3
+ ### 🔥 Performance
4
+
5
+ - **reducer:** pre-allocate operation arrays to avoid resize overhead ([1cf1c0078](https://github.com/powerhouse-inc/powerhouse/commit/1cf1c0078))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Samuel Hawksby-Robinson @Samyoul
10
+
11
+ ## 6.0.0-dev.57 (2026-02-24)
12
+
13
+ ### 🚀 Features
14
+
15
+ - run sync integration test as part of reactor flow ([7dea8bf3e](https://github.com/powerhouse-inc/powerhouse/commit/7dea8bf3e))
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - switchboard needs build:misc ([916f761b8](https://github.com/powerhouse-inc/powerhouse/commit/916f761b8))
20
+ - arg, workflow changes should trigger the workflow ([645cca08f](https://github.com/powerhouse-inc/powerhouse/commit/645cca08f))
21
+ - build step before integration test ([0b6b48f74](https://github.com/powerhouse-inc/powerhouse/commit/0b6b48f74))
22
+
23
+ ### ❤️ Thank You
24
+
25
+ - Benjamin Jordan
26
+
1
27
  ## 6.0.0-dev.56 (2026-02-21)
2
28
 
3
29
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.57",
3
+ "version": "6.0.0-dev.58",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,