@powerhousedao/config 3.3.0-staging.0 → 4.0.0-staging.1

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