@powerhousedao/config 3.3.0-dev.0 → 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 +93 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,96 @@
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
+
67
+ ## 3.3.0-dev.1 (2025-07-04)
68
+
69
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
70
+
71
+ ## 3.3.0-dev.0 (2025-07-02)
72
+
73
+ ### 🚀 Features
74
+
75
+ - **connect:** use atom store and provider from state library ([28f646636](https://github.com/powerhouse-inc/powerhouse/commit/28f646636))
76
+ - added drive analytics processor ([#1607](https://github.com/powerhouse-inc/powerhouse/pull/1607))
77
+
78
+ ### 🩹 Fixes
79
+
80
+ - fix build ([c0cd6988d](https://github.com/powerhouse-inc/powerhouse/commit/c0cd6988d))
81
+ - updated processor generator and added codegen test for it ([6af3bbcf7](https://github.com/powerhouse-inc/powerhouse/commit/6af3bbcf7))
82
+ - added test to generate and compile a generated document-model ([17bbca3bb](https://github.com/powerhouse-inc/powerhouse/commit/17bbca3bb))
83
+ - updated document-engineering ver ([3522179d6](https://github.com/powerhouse-inc/powerhouse/commit/3522179d6))
84
+ - updated atoms with header changes ([2b557197a](https://github.com/powerhouse-inc/powerhouse/commit/2b557197a))
85
+
86
+ ### ❤️ Thank You
87
+
88
+ - acaldas @acaldas
89
+ - Benjamin Jordan (@thegoldenmule)
90
+ - Guillermo Puente @gpuente
91
+ - Guillermo Puente Sandoval @gpuente
92
+ - ryanwolhuter @ryanwolhuter
93
+
1
94
  ## 3.2.0-dev.9 (2025-07-02)
2
95
 
3
96
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "3.3.0-dev.0",
3
+ "version": "3.3.0-dev.10",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,