@powerhousedao/config 6.0.0-dev.70 → 6.0.0-dev.71

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 6.0.0-dev.70 (2026-03-06)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
6
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Guillermo Puente @gpuente
15
+ - Ryan Wolhuter @ryanwolhuter
16
+
1
17
  ## 6.0.0-dev.69 (2026-03-05)
2
18
 
3
19
  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.70",
3
+ "version": "6.0.0-dev.71",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,