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

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 +8 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,14 @@
1
- ## 5.3.0-staging.1 (2026-01-14)
1
+ ## 5.2.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
+ - **monorepo:** upgrade zod and use compatibility layer for errors ([#2210](https://github.com/powerhouse-inc/powerhouse/pull/2210))
6
+ - **monorepo:** use local package execution for tailwind instead of downloading it every time ([ed149558c](https://github.com/powerhouse-inc/powerhouse/commit/ed149558c))
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
+ - Ryan Wolhuter @ryanwolhuter
11
+ - ryanwolhuter @ryanwolhuter
8
12
 
9
13
  ## 5.1.0-dev.42 (2026-01-14)
10
14
 
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.1",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,