@powerhousedao/config 6.0.0-dev.29 → 6.0.0-dev.30

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 +29 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## 6.0.0-dev.30 (2026-02-03)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **releases:** remove problematic publish dry run ([8b9b065b9](https://github.com/powerhouse-inc/powerhouse/commit/8b9b065b9))
6
+ - **releases:** include git side effects check in all booleans ([19c44503d](https://github.com/powerhouse-inc/powerhouse/commit/19c44503d))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - ryanwolhuter @ryanwolhuter
11
+
12
+ ## 6.0.0-dev.29 (2026-02-03)
13
+
14
+ ### 🚀 Features
15
+
16
+ - **release:** add doc comments ([3ab9879d4](https://github.com/powerhouse-inc/powerhouse/commit/3ab9879d4))
17
+ - **monorepo:** simplified release workflow ([#2276](https://github.com/powerhouse-inc/powerhouse/pull/2276))
18
+
19
+ ### 🩹 Fixes
20
+
21
+ - package.json onlyBuilt ([3b6165267](https://github.com/powerhouse-inc/powerhouse/commit/3b6165267))
22
+ - **release:** move checkout action ([4ed305d57](https://github.com/powerhouse-inc/powerhouse/commit/4ed305d57))
23
+
24
+ ### ❤️ Thank You
25
+
26
+ - Benjamin Jordan (@thegoldenmule)
27
+ - Ryan Wolhuter @ryanwolhuter
28
+ - ryanwolhuter @ryanwolhuter
29
+
1
30
  ## 6.0.0-dev.28 (2026-01-31)
2
31
 
3
32
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.29",
3
+ "version": "6.0.0-dev.30",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,