@powerhousedao/config 4.1.0-dev.26 → 4.1.0-dev.28

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
+ ## 4.1.0-dev.27 (2025-08-20)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - extract metadata tags and labels for docker ([bb9c81ce7](https://github.com/powerhouse-inc/powerhouse/commit/bb9c81ce7))
6
+ - use github tag properly ([95ccff4b8](https://github.com/powerhouse-inc/powerhouse/commit/95ccff4b8))
7
+ - proper tag for docker images ([e73e10617](https://github.com/powerhouse-inc/powerhouse/commit/e73e10617))
8
+ - use patname secret instead of github token ([db9dfd5cd](https://github.com/powerhouse-inc/powerhouse/commit/db9dfd5cd))
9
+
10
+ ### ❤️ Thank You
11
+
12
+ - Frank
13
+
14
+ ## 4.1.0-dev.26 (2025-08-20)
15
+
16
+ ### 🩹 Fixes
17
+
18
+ - docker deploy alternative approach ([2a5522cdc](https://github.com/powerhouse-inc/powerhouse/commit/2a5522cdc))
19
+
20
+ ### ❤️ Thank You
21
+
22
+ - Frank
23
+
1
24
  ## 4.1.0-dev.25 (2025-08-20)
2
25
 
3
26
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "4.1.0-dev.26",
3
+ "version": "4.1.0-dev.28",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,