@powerhousedao/config 2.5.0-staging.1 → 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 +48 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,51 @@
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
+
24
+ ## 2.5.0-staging.1 (2025-06-13)
25
+
26
+ ### 🚀 Features
27
+
28
+ - start dependent services with switchboard ([188c82c6a](https://github.com/powerhouse-inc/powerhouse/commit/188c82c6a))
29
+ - added hostnames in docker compose ([a590eea17](https://github.com/powerhouse-inc/powerhouse/commit/a590eea17))
30
+ - **docker-compose:** work with published images ([9f31b70fb](https://github.com/powerhouse-inc/powerhouse/commit/9f31b70fb))
31
+ - **ci:** build and publish docker images on newly created tags ([ee930c4a4](https://github.com/powerhouse-inc/powerhouse/commit/ee930c4a4))
32
+ - added docker publish workflow ([adf65ef8a](https://github.com/powerhouse-inc/powerhouse/commit/adf65ef8a))
33
+ - show app skeleton while loading and accessibility fixes ([4f96e2472](https://github.com/powerhouse-inc/powerhouse/commit/4f96e2472))
34
+ - improved analytics frontend integration ([269aed50c](https://github.com/powerhouse-inc/powerhouse/commit/269aed50c))
35
+ - **connect:** updated diff-analyzer processor ([ce5d1219f](https://github.com/powerhouse-inc/powerhouse/commit/ce5d1219f))
36
+ - run analytics db on web worker ([ecf79575f](https://github.com/powerhouse-inc/powerhouse/commit/ecf79575f))
37
+
38
+ ### 🩹 Fixes
39
+
40
+ - **docker:** request write permissions ([29d4d3fd7](https://github.com/powerhouse-inc/powerhouse/commit/29d4d3fd7))
41
+ - **ci:** set proper tags for docker images ([3cab91969](https://github.com/powerhouse-inc/powerhouse/commit/3cab91969))
42
+ - **ci:** connect deployment ([8ac8e423b](https://github.com/powerhouse-inc/powerhouse/commit/8ac8e423b))
43
+
44
+ ### ❤️ Thank You
45
+
46
+ - acaldas
47
+ - Frank
48
+
1
49
  ## 2.5.0-staging.0 (2025-06-05)
2
50
 
3
51
  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": "2.5.0-staging.1",
3
+ "version": "2.5.0-staging.3",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,