@powerhousedao/config 6.0.0-dev.137 → 6.0.0-dev.139

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 +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## 6.0.0-dev.139 (2026-03-31)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **docker:** use scoped registry for @powerhousedao packages ([f7c8ff72c](https://github.com/powerhouse-inc/powerhouse/commit/f7c8ff72c))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Frank
10
+
11
+ ## 6.0.0-dev.138 (2026-03-31)
12
+
13
+ ### 🚀 Features
14
+
15
+ - **docker:** install PH_PACKAGES at switchboard startup ([c510da354](https://github.com/powerhouse-inc/powerhouse/commit/c510da354))
16
+ - **docker:** install PH_PACKAGES at switchboard startup ([fdf33e0aa](https://github.com/powerhouse-inc/powerhouse/commit/fdf33e0aa))
17
+
18
+ ### ❤️ Thank You
19
+
20
+ - Frank
21
+
1
22
  ## 6.0.0-dev.137 (2026-03-31)
2
23
 
3
24
  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.137",
3
+ "version": "6.0.0-dev.139",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,
@@ -24,7 +24,7 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@powerhousedao/shared": "6.0.0-dev.137"
27
+ "@powerhousedao/shared": "6.0.0-dev.139"
28
28
  },
29
29
  "scripts": {
30
30
  "tsc": "tsc",