@powerhousedao/config 4.1.0-dev.51 → 4.1.0-dev.53

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 +34 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ ## 4.1.0-dev.53 (2025-09-13)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 4.1.0-dev.52 (2025-09-12)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **connect-e2e:** fix failing tests ([88c3bea94](https://github.com/powerhouse-inc/powerhouse/commit/88c3bea94))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - acaldas @acaldas
14
+
15
+ ## 4.1.0-dev.51 (2025-09-11)
16
+
17
+ ### 🚀 Features
18
+
19
+ - **reactor-api:** generate sdk ([ec107015c](https://github.com/powerhouse-inc/powerhouse/commit/ec107015c))
20
+ - **reactor-api:** initial gql codegen ([3db9e9778](https://github.com/powerhouse-inc/powerhouse/commit/3db9e9778))
21
+ - **monorepo:** make format consistent across ignores ([98469560f](https://github.com/powerhouse-inc/powerhouse/commit/98469560f))
22
+ - **monorepo:** use consistent separate type imports ([6fd4ac0f4](https://github.com/powerhouse-inc/powerhouse/commit/6fd4ac0f4))
23
+
24
+ ### 🩹 Fixes
25
+
26
+ - annoyingly, you have to add ignores to the root eslint ([bb6d993bd](https://github.com/powerhouse-inc/powerhouse/commit/bb6d993bd))
27
+ - **docs:** improve document hooks documentation ([d05fcb835](https://github.com/powerhouse-inc/powerhouse/commit/d05fcb835))
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - Benjamin Jordan (@thegoldenmule)
32
+ - Callme-T
33
+ - ryanwolhuter @ryanwolhuter
34
+
1
35
  ## 4.1.0-dev.50 (2025-09-09)
2
36
 
3
37
  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": "4.1.0-dev.51",
3
+ "version": "4.1.0-dev.53",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,