@powerhousedao/config 4.1.0-dev.100 → 4.1.0-dev.101

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
+ ## 4.1.0-dev.100 (2025-11-04)
2
+
3
+ ### 🚀 Features
4
+
5
+ - create default vetra package document when ph vetra is started for a remote drive ([#2066](https://github.com/powerhouse-inc/powerhouse/pull/2066))
6
+ - added some broken tests that are in progress ([c92e1f057](https://github.com/powerhouse-inc/powerhouse/commit/c92e1f057))
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - **monorepo:** fix lockfile and test filter ([#2069](https://github.com/powerhouse-inc/powerhouse/pull/2069))
11
+ - publish docker prod workflow ([ab7c4e6cb](https://github.com/powerhouse-inc/powerhouse/commit/ab7c4e6cb))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Benjamin Jordan (@thegoldenmule)
16
+ - Frank
17
+ - Guillermo Puente Sandoval @gpuente
18
+ - Ryan Wolhuter @ryanwolhuter
19
+
1
20
  ## 4.1.0-dev.99 (2025-10-31)
2
21
 
3
22
  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": "4.1.0-dev.100",
3
+ "version": "4.1.0-dev.101",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,