@powerhousedao/config 5.3.0-staging.4 → 5.3.0-staging.6

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 +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## 5.3.0-staging.6 (2026-01-20)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 5.3.0-staging.5 (2026-01-19)
6
+
7
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
8
+
9
+ ## 5.3.0-staging.4 (2026-01-19)
10
+
11
+ ### 🚀 Features
12
+
13
+ - new cicd flows ([0f52d237b](https://github.com/powerhouse-inc/powerhouse/commit/0f52d237b))
14
+ - **ci:** deploy staging tenant from release/staging/* branches ([3bce3ce41](https://github.com/powerhouse-inc/powerhouse/commit/3bce3ce41))
15
+ - **ci:** add Harbor registry to docker image publishing ([bb100a302](https://github.com/powerhouse-inc/powerhouse/commit/bb100a302))
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - **monorepo:** exclude root package from recursive build to prevent infinite loop ([bf8ecc244](https://github.com/powerhouse-inc/powerhouse/commit/bf8ecc244))
20
+ - workflow permissions ([6ea8e6b0e](https://github.com/powerhouse-inc/powerhouse/commit/6ea8e6b0e))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - Frank
25
+
1
26
  ## 5.3.0-staging.3 (2026-01-19)
2
27
 
3
28
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "5.3.0-staging.4",
3
+ "version": "5.3.0-staging.6",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,