@powerhousedao/config 6.0.0-dev.10 → 6.0.0-dev.12

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 6.0.0-dev.12 (2026-01-20)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 6.0.0-dev.11 (2026-01-20)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **monorepo:** exclude root package from recursive build to prevent infinite loop ([099139393](https://github.com/powerhouse-inc/powerhouse/commit/099139393))
10
+ - **codegen:** fix failing codegen tests ([#2227](https://github.com/powerhouse-inc/powerhouse/pull/2227))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Frank
15
+ - Ryan Wolhuter @ryanwolhuter
16
+
1
17
  ## 6.0.0-dev.10 (2026-01-19)
2
18
 
3
19
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.10",
3
+ "version": "6.0.0-dev.12",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,