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

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