@powerhousedao/config 3.2.0-dev.4 → 3.2.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 +44 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,47 @@
1
+ ## 3.2.0-dev.6 (2025-06-27)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **connect:** use atom store and provider from state library ([28f646636](https://github.com/powerhouse-inc/powerhouse/commit/28f646636))
6
+ - added drive analytics processor ([#1607](https://github.com/powerhouse-inc/powerhouse/pull/1607))
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - updated document-engineering ver ([3522179d6](https://github.com/powerhouse-inc/powerhouse/commit/3522179d6))
11
+ - updated atoms with header changes ([2b557197a](https://github.com/powerhouse-inc/powerhouse/commit/2b557197a))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Benjamin Jordan (@thegoldenmule)
16
+ - Guillermo Puente
17
+ - Guillermo Puente Sandoval
18
+ - ryanwolhuter
19
+
20
+ ## 3.2.0-dev.5 (2025-06-26)
21
+
22
+ ### 🚀 Features
23
+
24
+ - **common:** add atoms library ([dbc8e8b44](https://github.com/powerhouse-inc/powerhouse/commit/dbc8e8b44))
25
+
26
+ ### 🩹 Fixes
27
+
28
+ - **connect,codegen,common,reactor-browser:** fix analytics query subscription ([6e9729739](https://github.com/powerhouse-inc/powerhouse/commit/6e9729739))
29
+
30
+ ### ❤️ Thank You
31
+
32
+ - acaldas
33
+ - ryanwolhuter
34
+
35
+ ## 3.2.0-dev.4 (2025-06-25)
36
+
37
+ ### 🚀 Features
38
+
39
+ - added drive analytics processor ([#1607](https://github.com/powerhouse-inc/powerhouse/pull/1607))
40
+
41
+ ### ❤️ Thank You
42
+
43
+ - Guillermo Puente Sandoval
44
+
1
45
  ## 3.2.0-dev.3 (2025-06-24)
2
46
 
3
47
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "3.2.0-dev.4",
3
+ "version": "3.2.0-dev.6",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,