@powerhousedao/config 3.3.0-dev.1 → 3.3.0-dev.11

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 +76 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,79 @@
1
+ ## 3.3.0-dev.10 (2025-07-15)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **codegen:** remove sucrase dependency and update schema gen ([9d3efd2ec](https://github.com/powerhouse-inc/powerhouse/commit/9d3efd2ec))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Guillermo Puente
10
+
11
+ ## 3.3.0-dev.9 (2025-07-10)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - force release ([8185a3b37](https://github.com/powerhouse-inc/powerhouse/commit/8185a3b37))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Guillermo Puente @gpuente
20
+
21
+ ## 3.3.0-dev.8 (2025-07-10)
22
+
23
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
24
+
25
+ ## 3.3.0-dev.7 (2025-07-10)
26
+
27
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
28
+
29
+ ## 3.3.0-dev.6 (2025-07-10)
30
+
31
+ ### 🚀 Features
32
+
33
+ - **codegen:** support loading migration typescript file ([d3cc1957b](https://github.com/powerhouse-inc/powerhouse/commit/d3cc1957b))
34
+
35
+ ### 🩹 Fixes
36
+
37
+ - **codegen,ph-cli:** make schema-file optional and updated generate help text ([adad303a8](https://github.com/powerhouse-inc/powerhouse/commit/adad303a8))
38
+
39
+ ### ❤️ Thank You
40
+
41
+ - acaldas
42
+
43
+ ## 3.3.0-dev.5 (2025-07-09)
44
+
45
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
46
+
47
+ ## 3.3.0-dev.4 (2025-07-09)
48
+
49
+ ### 🚀 Features
50
+
51
+ - **codegen,ph-cli:** added generate schema command ([9a5e921fb](https://github.com/powerhouse-inc/powerhouse/commit/9a5e921fb))
52
+ - **document-drive:** initial work on BaseOperationalProcessor ([40fe0ec2f](https://github.com/powerhouse-inc/powerhouse/commit/40fe0ec2f))
53
+
54
+ ### 🩹 Fixes
55
+
56
+ - **reactor-api, reactor-local:** build issues ([927192aff](https://github.com/powerhouse-inc/powerhouse/commit/927192aff))
57
+
58
+ ### ❤️ Thank You
59
+
60
+ - acaldas
61
+ - Frank
62
+
63
+ ## 3.3.0-dev.3 (2025-07-08)
64
+
65
+ ### 🚀 Features
66
+
67
+ - added operational hooks and utils in reactor-browser ([216f7d03d](https://github.com/powerhouse-inc/powerhouse/commit/216f7d03d))
68
+
69
+ ### ❤️ Thank You
70
+
71
+ - acaldas
72
+
73
+ ## 3.3.0-dev.2 (2025-07-05)
74
+
75
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
76
+
1
77
  ## 3.3.0-dev.1 (2025-07-04)
2
78
 
3
79
  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": "3.3.0-dev.1",
3
+ "version": "3.3.0-dev.11",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,