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

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