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

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