@powerhousedao/config 6.0.0-dev.75 → 6.0.0-dev.77

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.77 (2026-03-10)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - acaldas @acaldas
10
+
11
+ ## 6.0.0-dev.76 (2026-03-10)
12
+
13
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
14
+
15
+ ## 6.0.0-dev.75 (2026-03-10)
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
20
+ - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - Frank
25
+
1
26
  ## 6.0.0-dev.74 (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.75",
3
+ "version": "6.0.0-dev.77",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,