@powerhousedao/config 3.3.0-dev.0 → 3.3.0-dev.2
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.
- package/CHANGELOG.md +31 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
## 3.3.0-dev.2 (2025-07-05)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 3.3.0-dev.1 (2025-07-04)
|
|
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.0 (2025-07-02)
|
|
10
|
+
|
|
11
|
+
### 🚀 Features
|
|
12
|
+
|
|
13
|
+
- **connect:** use atom store and provider from state library ([28f646636](https://github.com/powerhouse-inc/powerhouse/commit/28f646636))
|
|
14
|
+
- added drive analytics processor ([#1607](https://github.com/powerhouse-inc/powerhouse/pull/1607))
|
|
15
|
+
|
|
16
|
+
### 🩹 Fixes
|
|
17
|
+
|
|
18
|
+
- fix build ([c0cd6988d](https://github.com/powerhouse-inc/powerhouse/commit/c0cd6988d))
|
|
19
|
+
- updated processor generator and added codegen test for it ([6af3bbcf7](https://github.com/powerhouse-inc/powerhouse/commit/6af3bbcf7))
|
|
20
|
+
- added test to generate and compile a generated document-model ([17bbca3bb](https://github.com/powerhouse-inc/powerhouse/commit/17bbca3bb))
|
|
21
|
+
- updated document-engineering ver ([3522179d6](https://github.com/powerhouse-inc/powerhouse/commit/3522179d6))
|
|
22
|
+
- updated atoms with header changes ([2b557197a](https://github.com/powerhouse-inc/powerhouse/commit/2b557197a))
|
|
23
|
+
|
|
24
|
+
### ❤️ Thank You
|
|
25
|
+
|
|
26
|
+
- acaldas @acaldas
|
|
27
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
28
|
+
- Guillermo Puente @gpuente
|
|
29
|
+
- Guillermo Puente Sandoval @gpuente
|
|
30
|
+
- ryanwolhuter @ryanwolhuter
|
|
31
|
+
|
|
1
32
|
## 3.2.0-dev.9 (2025-07-02)
|
|
2
33
|
|
|
3
34
|
### 🩹 Fixes
|