@powerhousedao/config 5.3.0-staging.3 → 5.3.0-staging.5

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