@powerhousedao/config 6.0.0-dev.182 → 6.0.0-dev.184

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 +30 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## 6.0.0-dev.184 (2026-04-21)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **cli:** opt-out Sentry error reporting for ph-cli and ph-cmd ([1f9c3be35](https://github.com/powerhouse-inc/powerhouse/commit/1f9c3be35))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Frank
10
+
11
+ ## 6.0.0-dev.183 (2026-04-21)
12
+
13
+ ### 🚀 Features
14
+
15
+ - reactor now attempts to migrate dbs from old versions ([92b2fdde9](https://github.com/powerhouse-inc/powerhouse/commit/92b2fdde9))
16
+ - step 1 of a switchboard load balancer ([618c32bfc](https://github.com/powerhouse-inc/powerhouse/commit/618c32bfc))
17
+ - **docker:** run connect nginx as non-root (H3) ([3120ba1c4](https://github.com/powerhouse-inc/powerhouse/commit/3120ba1c4))
18
+ - emit editor assets as hashed files via resolveNewUrlToAsset ([27f0ea69c](https://github.com/powerhouse-inc/powerhouse/commit/27f0ea69c))
19
+
20
+ ### 🩹 Fixes
21
+
22
+ - **shared:** handle react imports in cjs deps ([78941ed7c](https://github.com/powerhouse-inc/powerhouse/commit/78941ed7c))
23
+
24
+ ### ❤️ Thank You
25
+
26
+ - acaldas
27
+ - Benjamin Jordan
28
+ - Frank
29
+ - Guillermo Puente @gpuente
30
+
1
31
  ## 6.0.0-dev.182 (2026-04-20)
2
32
 
3
33
  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.182",
3
+ "version": "6.0.0-dev.184",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,
@@ -24,10 +24,10 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@powerhousedao/shared": "6.0.0-dev.182"
27
+ "@powerhousedao/shared": "6.0.0-dev.184"
28
28
  },
29
29
  "devDependencies": {
30
- "tsdown": "0.21.0"
30
+ "tsdown": "0.21.1"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "tsdown",