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

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