@powerhousedao/config 6.0.0-dev.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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 6.0.0-dev.1 (2026-01-15)
2
+
3
+ ### 🚀 Features
4
+
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))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - Frank
11
+ - Ryan Wolhuter @ryanwolhuter
12
+
1
13
  ## 5.2.0-dev.1 (2026-01-15)
2
14
 
3
15
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.1",
3
+ "version": "6.0.0-dev.2",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,