@powerhousedao/config 6.0.0-dev.101 → 6.0.0-dev.103

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 +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## 6.0.0-dev.103 (2026-03-21)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **reactor:** temporary fix for deleting documents and cleaning up all edges too -- very costly ([8a15a0604](https://github.com/powerhouse-inc/powerhouse/commit/8a15a0604))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Benjamin Jordan
10
+
11
+ ## 6.0.0-dev.102 (2026-03-20)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - update workflow to use refname for tag in case it is not annotated, and provide a clear error message when there is no tag ([269758716](https://github.com/powerhouse-inc/powerhouse/commit/269758716))
16
+ - **builder-tools,reactor-browser:** bundling fixes ([59dfd75b6](https://github.com/powerhouse-inc/powerhouse/commit/59dfd75b6))
17
+
18
+ ### ❤️ Thank You
19
+
20
+ - acaldas @acaldas
21
+ - Benjamin Jordan
22
+
1
23
  ## 6.0.0-dev.101 (2026-03-20)
2
24
 
3
25
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.101",
3
+ "version": "6.0.0-dev.103",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,