@powerhousedao/config 5.3.0-staging.1 → 5.3.0-staging.10

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 +67 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,70 @@
1
+ ## 5.3.0-staging.10 (2026-01-22)
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.9 (2026-01-20)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **design-system:** declare document-drive and reactor-browser as runtime dependencies ([0ae6ae062](https://github.com/powerhouse-inc/powerhouse/commit/0ae6ae062))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - acaldas @acaldas
14
+
15
+ ## 5.3.0-staging.8 (2026-01-20)
16
+
17
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
18
+
19
+ ## 5.3.0-staging.7 (2026-01-20)
20
+
21
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
22
+
23
+ ## 5.3.0-staging.6 (2026-01-20)
24
+
25
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
26
+
27
+ ## 5.3.0-staging.5 (2026-01-19)
28
+
29
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
30
+
31
+ ## 5.3.0-staging.4 (2026-01-19)
32
+
33
+ ### 🚀 Features
34
+
35
+ - new cicd flows ([0f52d237b](https://github.com/powerhouse-inc/powerhouse/commit/0f52d237b))
36
+ - **ci:** deploy staging tenant from release/staging/* branches ([3bce3ce41](https://github.com/powerhouse-inc/powerhouse/commit/3bce3ce41))
37
+ - **ci:** add Harbor registry to docker image publishing ([bb100a302](https://github.com/powerhouse-inc/powerhouse/commit/bb100a302))
38
+
39
+ ### 🩹 Fixes
40
+
41
+ - **monorepo:** exclude root package from recursive build to prevent infinite loop ([bf8ecc244](https://github.com/powerhouse-inc/powerhouse/commit/bf8ecc244))
42
+ - workflow permissions ([6ea8e6b0e](https://github.com/powerhouse-inc/powerhouse/commit/6ea8e6b0e))
43
+
44
+ ### ❤️ Thank You
45
+
46
+ - Frank
47
+
48
+ ## 5.3.0-staging.3 (2026-01-19)
49
+
50
+ ### 🩹 Fixes
51
+
52
+ - **ph-cmd:** bundle ph cmd ([#2226](https://github.com/powerhouse-inc/powerhouse/pull/2226))
53
+
54
+ ### ❤️ Thank You
55
+
56
+ - Ryan Wolhuter @ryanwolhuter
57
+
58
+ ## 5.3.0-staging.2 (2026-01-16)
59
+
60
+ ### 🚀 Features
61
+
62
+ - **design-system:** default styles tweaks and DocumentStateViewer ([18e4482e1](https://github.com/powerhouse-inc/powerhouse/commit/18e4482e1))
63
+
64
+ ### ❤️ Thank You
65
+
66
+ - acaldas @acaldas
67
+
1
68
  ## 5.3.0-staging.1 (2026-01-14)
2
69
 
3
70
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "5.3.0-staging.1",
3
+ "version": "5.3.0-staging.10",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,