@powerhousedao/config 1.27.0-dev.11 → 1.27.0-dev.12

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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## 1.27.0-dev.12 (2025-05-09)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - setup global project and remove init from install-tools ([61af7eb11](https://github.com/powerhouse-inc/powerhouse/commit/61af7eb11))
6
+ - **scripts:** added connect domain to allowed hosts ([dbb08f51b](https://github.com/powerhouse-inc/powerhouse/commit/dbb08f51b))
7
+ - **scripts:** work with postgresql prefix ([b53848a40](https://github.com/powerhouse-inc/powerhouse/commit/b53848a40))
8
+ - **scripts:** improved project init ([35dd55ec9](https://github.com/powerhouse-inc/powerhouse/commit/35dd55ec9))
9
+ - **scripts:** improved db setup ([1db384e79](https://github.com/powerhouse-inc/powerhouse/commit/1db384e79))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Frank
14
+ - Guillermo Puente
15
+
1
16
  ## 1.27.0-dev.11 (2025-05-08)
2
17
 
3
18
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "1.27.0-dev.11",
3
+ "version": "1.27.0-dev.12",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,