@powerhousedao/config 4.1.0-dev.102 → 4.1.0-dev.103

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 +33 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ ## 4.1.0-dev.103 (2025-11-06)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **connect:** remove circular imports ([a1632d41e](https://github.com/powerhouse-inc/powerhouse/commit/a1632d41e))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **codegen:** move read-pkg to runtime dependency ([939f01045](https://github.com/powerhouse-inc/powerhouse/commit/939f01045))
10
+ - **codegen:** run prettier programmatically ([23f948c4d](https://github.com/powerhouse-inc/powerhouse/commit/23f948c4d))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - acaldas @acaldas
15
+
16
+ ## 4.1.0-dev.102 (2025-11-06)
17
+
18
+ ### 🚀 Features
19
+
20
+ - switching to tinybench for benchmarks ([5b915e025](https://github.com/powerhouse-inc/powerhouse/commit/5b915e025))
21
+ - **reactor-api:** added free entry flag which allows unauthenticated users to reach guest level ([d2d17ab44](https://github.com/powerhouse-inc/powerhouse/commit/d2d17ab44))
22
+
23
+ ### 🩹 Fixes
24
+
25
+ - try again with a pnpm upgrade ([ec081f743](https://github.com/powerhouse-inc/powerhouse/commit/ec081f743))
26
+ - trying a completely fresh lockfile ([c9888939a](https://github.com/powerhouse-inc/powerhouse/commit/c9888939a))
27
+ - update atlas packages ([fa174d00e](https://github.com/powerhouse-inc/powerhouse/commit/fa174d00e))
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - Benjamin Jordan (@thegoldenmule)
32
+ - Frank
33
+
1
34
  ## 4.1.0-dev.101 (2025-11-05)
2
35
 
3
36
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "4.1.0-dev.102",
3
+ "version": "4.1.0-dev.103",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,