@powerhousedao/config 6.0.0-dev.7 → 6.0.0-dev.9

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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 6.0.0-dev.8 (2026-01-17)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
6
+ - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
7
+ - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - acaldas @acaldas
12
+ - Frank
13
+
1
14
  ## 6.0.0-dev.7 (2026-01-16)
2
15
 
3
16
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.7",
3
+ "version": "6.0.0-dev.9",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,