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

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 +32 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ ## 6.0.0-dev.71 (2026-03-07)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
6
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - acaldas @acaldas
15
+ - Guillermo Puente @gpuente
16
+
17
+ ## 6.0.0-dev.70 (2026-03-06)
18
+
19
+ ### 🚀 Features
20
+
21
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
22
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
23
+
24
+ ### 🩹 Fixes
25
+
26
+ - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
27
+
28
+ ### ❤️ Thank You
29
+
30
+ - Guillermo Puente @gpuente
31
+ - Ryan Wolhuter @ryanwolhuter
32
+
1
33
  ## 6.0.0-dev.69 (2026-03-05)
2
34
 
3
35
  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.72",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,