@powerhousedao/config 6.0.0-dev.14 → 6.0.0-dev.15

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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## 6.0.0-dev.15 (2026-01-23)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 6.0.0-dev.14 (2026-01-22)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - pnpm filtering ([3875e271c](https://github.com/powerhouse-inc/powerhouse/commit/3875e271c))
10
+ - do not run profiling tests by default ([a196a19da](https://github.com/powerhouse-inc/powerhouse/commit/a196a19da))
11
+ - **profiling:** add TypeScript configuration for profiling scripts ([d0ee094c7](https://github.com/powerhouse-inc/powerhouse/commit/d0ee094c7))
12
+ - **design-system:** declare document-drive and reactor-browser as runtime dependencies ([3db4afa38](https://github.com/powerhouse-inc/powerhouse/commit/3db4afa38))
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - acaldas @acaldas
17
+ - Benjamin Jordan (@thegoldenmule)
18
+ - Samuel Hawksby-Robinson @Samyoul
19
+
1
20
  ## 6.0.0-dev.13 (2026-01-21)
2
21
 
3
22
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.14",
3
+ "version": "6.0.0-dev.15",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,