@powerhousedao/config 2.5.0-staging.2 → 2.5.0-staging.3

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 +23 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## 2.5.0-staging.3 (2025-06-18)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 2.5.0-staging.2 (2025-06-18)
6
+
7
+ ### 🚀 Features
8
+
9
+ - add app skeleton to html at build time ([1882bb820](https://github.com/powerhouse-inc/powerhouse/commit/1882bb820))
10
+ - **reactor:** initial event-bus implementation with tests and benchmarks ([ef5b3c42e](https://github.com/powerhouse-inc/powerhouse/commit/ef5b3c42e))
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - deploy not on push to main ([63eef7020](https://github.com/powerhouse-inc/powerhouse/commit/63eef7020))
15
+ - deploy powerhouse to available environments ([a45859a22](https://github.com/powerhouse-inc/powerhouse/commit/a45859a22))
16
+ - **connect:** set proper tag on docker build ([598c1b3fb](https://github.com/powerhouse-inc/powerhouse/commit/598c1b3fb))
17
+
18
+ ### ❤️ Thank You
19
+
20
+ - acaldas @acaldas
21
+ - Benjamin Jordan (@thegoldenmule)
22
+ - Frank
23
+
1
24
  ## 2.5.0-staging.1 (2025-06-13)
2
25
 
3
26
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "2.5.0-staging.2",
3
+ "version": "2.5.0-staging.3",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,