@powerhousedao/config 5.3.0-staging.1 → 6.0.0-dev.2

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 +20 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,26 @@
1
- ## 5.3.0-staging.1 (2026-01-14)
1
+ ## 6.0.0-dev.1 (2026-01-15)
2
2
 
3
- This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
3
+ ### 🚀 Features
4
4
 
5
- ## 5.1.0-dev.43 (2026-01-14)
5
+ - **academy:** added k8s deployment ([5f7e27162](https://github.com/powerhouse-inc/powerhouse/commit/5f7e27162))
6
+ - **monorepo:** upgrade document engineering package ([#2215](https://github.com/powerhouse-inc/powerhouse/pull/2215))
6
7
 
7
- This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
8
+ ### ❤️ Thank You
9
+
10
+ - Frank
11
+ - Ryan Wolhuter @ryanwolhuter
12
+
13
+ ## 5.2.0-dev.1 (2026-01-15)
14
+
15
+ ### 🚀 Features
16
+
17
+ - **monorepo:** upgrade zod and use compatibility layer for errors ([#2210](https://github.com/powerhouse-inc/powerhouse/pull/2210))
18
+ - **monorepo:** use local package execution for tailwind instead of downloading it every time ([ed149558c](https://github.com/powerhouse-inc/powerhouse/commit/ed149558c))
19
+
20
+ ### ❤️ Thank You
21
+
22
+ - Ryan Wolhuter @ryanwolhuter
23
+ - ryanwolhuter @ryanwolhuter
8
24
 
9
25
  ## 5.1.0-dev.42 (2026-01-14)
10
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "5.3.0-staging.1",
3
+ "version": "6.0.0-dev.2",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,