@powerhousedao/config 6.0.0-dev.2 → 6.0.0-dev.4

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 +27 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## 6.0.0-dev.4 (2026-01-16)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 6.0.0-dev.3 (2026-01-16)
6
+
7
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
8
+
9
+ ## 6.0.0-dev.2 (2026-01-15)
10
+
11
+ ### 🚀 Features
12
+
13
+ - adding a migration command to switchboard ([155f3da66](https://github.com/powerhouse-inc/powerhouse/commit/155f3da66))
14
+ - test-client now successfully executes scenarios ([ef9299d90](https://github.com/powerhouse-inc/powerhouse/commit/ef9299d90))
15
+ - new cicd flows ([01310e0d3](https://github.com/powerhouse-inc/powerhouse/commit/01310e0d3))
16
+ - enabled doc version in connect ([#2171](https://github.com/powerhouse-inc/powerhouse/pull/2171))
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - workflow permissions ([6e451590d](https://github.com/powerhouse-inc/powerhouse/commit/6e451590d))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - Benjamin Jordan (@thegoldenmule)
25
+ - Frank
26
+ - Guillermo Puente Sandoval @gpuente
27
+
1
28
  ## 6.0.0-dev.1 (2026-01-15)
2
29
 
3
30
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.2",
3
+ "version": "6.0.0-dev.4",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,