@powerhousedao/config 3.3.0-dev.9 → 4.0.0-staging.0

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 +32 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ ## 4.0.0-staging.0 (2025-07-17)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 3.3.0-dev.13 (2025-07-17)
6
+
7
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
8
+
9
+ ## 3.3.0-dev.12 (2025-07-17)
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - **document-drive:** use lowercase letters when hashing relational processor namespace ([87c7944d3](https://github.com/powerhouse-inc/powerhouse/commit/87c7944d3))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - acaldas
18
+
19
+ ## 3.3.0-dev.11 (2025-07-16)
20
+
21
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
22
+
23
+ ## 3.3.0-dev.10 (2025-07-15)
24
+
25
+ ### 🩹 Fixes
26
+
27
+ - **codegen:** remove sucrase dependency and update schema gen ([9d3efd2ec](https://github.com/powerhouse-inc/powerhouse/commit/9d3efd2ec))
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - Guillermo Puente
32
+
1
33
  ## 3.3.0-dev.9 (2025-07-10)
2
34
 
3
35
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "3.3.0-dev.9",
3
+ "version": "4.0.0-staging.0",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,