@powerhousedao/config 1.27.0-dev.3 → 1.27.0-staging.1

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 +16 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 1.27.0-dev.3 (2025-04-10)
1
+ ## 1.27.0-staging.1 (2025-04-10)
2
2
 
3
3
  ### 🚀 Features
4
4
 
@@ -16,6 +16,21 @@
16
16
 
17
17
  - Frank
18
18
 
19
+ ## 1.27.0-staging.0 (2025-04-09)
20
+
21
+ ### 🚀 Features
22
+
23
+ - added sky-atlas-staging ([ac1658ce9](https://github.com/powerhouse-inc/powerhouse/commit/ac1658ce9))
24
+
25
+ ### 🩹 Fixes
26
+
27
+ - made ph packages env var ([df93611b7](https://github.com/powerhouse-inc/powerhouse/commit/df93611b7))
28
+ - remove filter ([842a93a75](https://github.com/powerhouse-inc/powerhouse/commit/842a93a75))
29
+
30
+ ### ❤️ Thank You
31
+
32
+ - Frank
33
+
19
34
  ## 1.27.0-dev.2 (2025-04-08)
20
35
 
21
36
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "1.27.0-dev.3",
3
+ "version": "1.27.0-staging.1",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,