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