@powerhousedao/config 1.27.0-dev.2 → 1.27.0-dev.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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 1.27.0-dev.3 (2025-04-10)
2
+
3
+ ### 🚀 Features
4
+
5
+ - checkout release branch ([6f3e20067](https://github.com/powerhouse-inc/powerhouse/commit/6f3e20067))
6
+ - added sky-atlas-staging ([7eb24f6c6](https://github.com/powerhouse-inc/powerhouse/commit/7eb24f6c6))
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - **deploy:** set branch env var ([835cc704d](https://github.com/powerhouse-inc/powerhouse/commit/835cc704d))
11
+ - build and deploy action ([e8c550849](https://github.com/powerhouse-inc/powerhouse/commit/e8c550849))
12
+ - made ph packages env var ([b9aaff84d](https://github.com/powerhouse-inc/powerhouse/commit/b9aaff84d))
13
+ - remove filter ([ece84a667](https://github.com/powerhouse-inc/powerhouse/commit/ece84a667))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Frank
18
+
1
19
  ## 1.27.0-dev.2 (2025-04-08)
2
20
 
3
21
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "1.27.0-dev.2",
3
+ "version": "1.27.0-dev.3",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,