@powerhousedao/config 6.0.0-dev.245 → 6.0.0-dev.247

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 +33 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ ## 6.0.0-dev.247 (2026-05-14)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **pglite-fs:** adding crash tests, also adding permutations of reactor tests with new backend ([4747ba737](https://github.com/powerhouse-inc/powerhouse/commit/4747ba737))
6
+ - **pglite-fs:** implemented a fs-backed pglite backend with in-memory WAL ([736ae675b](https://github.com/powerhouse-inc/powerhouse/commit/736ae675b))
7
+ - **ph-lora:** release-notes skill + v6.0.0 release notes ([22aa1e682](https://github.com/powerhouse-inc/powerhouse/commit/22aa1e682))
8
+ - **ph-lora:** doc-status and doc-clarity command ([1087fadb9](https://github.com/powerhouse-inc/powerhouse/commit/1087fadb9))
9
+ - **ph-lora:** doc-fix command ([87c6ab98d](https://github.com/powerhouse-inc/powerhouse/commit/87c6ab98d))
10
+ - **ph-lora:** tier 2 CI, mapping validator, file-level sourceFiles, authorization gap report ([76ce10b41](https://github.com/powerhouse-inc/powerhouse/commit/76ce10b41))
11
+ - **ph-lora:** tier 1 doc checker, mapping, gap report for react hooks ([47c6fc620](https://github.com/powerhouse-inc/powerhouse/commit/47c6fc620))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Benjamin Jordan
16
+ - CallmeT-ty @CallmeT-ty
17
+ - Claude Sonnet 4.6
18
+
19
+ ## 6.0.0-dev.246 (2026-05-13)
20
+
21
+ ### 🚀 Features
22
+
23
+ - improve document toolbar ([#2602](https://github.com/powerhouse-inc/powerhouse/pull/2602))
24
+
25
+ ### 🩹 Fixes
26
+
27
+ - mark json files with correct permissions so nginx can serve them ([c2008bb1c](https://github.com/powerhouse-inc/powerhouse/commit/c2008bb1c))
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - Benjamin Jordan
32
+ - Ryan Wolhuter @ryanwolhuter
33
+
1
34
  ## 6.0.0-dev.245 (2026-05-13)
2
35
 
3
36
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.245",
3
+ "version": "6.0.0-dev.247",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,
@@ -25,7 +25,7 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@powerhousedao/shared": "6.0.0-dev.245"
28
+ "@powerhousedao/shared": "6.0.0-dev.247"
29
29
  },
30
30
  "devDependencies": {
31
31
  "tsdown": "0.21.1"