@powerhousedao/config 6.0.0-dev.74 → 6.0.0-dev.76

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 +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## 6.0.0-dev.76 (2026-03-10)
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.75 (2026-03-10)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
10
+ - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Frank
15
+
16
+ ## 6.0.0-dev.74 (2026-03-10)
17
+
18
+ ### 🚀 Features
19
+
20
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - Frank
25
+
1
26
  ## 6.0.0-dev.73 (2026-03-10)
2
27
 
3
28
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.74",
3
+ "version": "6.0.0-dev.76",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,