@powerhousedao/config 3.3.0-dev.4 → 3.3.0-dev.6

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 +34 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ ## 3.3.0-dev.6 (2025-07-10)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **codegen:** support loading migration typescript file ([d3cc1957b](https://github.com/powerhouse-inc/powerhouse/commit/d3cc1957b))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **codegen,ph-cli:** make schema-file optional and updated generate help text ([adad303a8](https://github.com/powerhouse-inc/powerhouse/commit/adad303a8))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - acaldas
14
+
15
+ ## 3.3.0-dev.5 (2025-07-09)
16
+
17
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
18
+
19
+ ## 3.3.0-dev.4 (2025-07-09)
20
+
21
+ ### 🚀 Features
22
+
23
+ - **codegen,ph-cli:** added generate schema command ([9a5e921fb](https://github.com/powerhouse-inc/powerhouse/commit/9a5e921fb))
24
+ - **document-drive:** initial work on BaseOperationalProcessor ([40fe0ec2f](https://github.com/powerhouse-inc/powerhouse/commit/40fe0ec2f))
25
+
26
+ ### 🩹 Fixes
27
+
28
+ - **reactor-api, reactor-local:** build issues ([927192aff](https://github.com/powerhouse-inc/powerhouse/commit/927192aff))
29
+
30
+ ### ❤️ Thank You
31
+
32
+ - acaldas
33
+ - Frank
34
+
1
35
  ## 3.3.0-dev.3 (2025-07-08)
2
36
 
3
37
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "3.3.0-dev.4",
3
+ "version": "3.3.0-dev.6",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,