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

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