@powerhousedao/config 5.1.0-staging.0 → 5.2.0-staging.1

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 +71 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,74 @@
1
- ## 5.1.0-staging.0 (2025-12-08)
1
+ ## 5.2.0-staging.1 (2025-12-17)
2
+
3
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
+
5
+ ## 5.1.0-dev.23 (2025-12-17)
6
+
7
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
8
+
9
+ ## 5.1.0-dev.22 (2025-12-16)
10
+
11
+ ### 🚀 Features
12
+
13
+ - added support for runtime document model subgraphs ([dc8248ec6](https://github.com/powerhouse-inc/powerhouse/commit/dc8248ec6))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - acaldas @acaldas
18
+
19
+ ## 5.1.0-dev.21 (2025-12-13)
20
+
21
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
22
+
23
+ ## 5.1.0-dev.20 (2025-12-12)
24
+
25
+ ### 🚀 Features
26
+
27
+ - **reactor-browsers:** added onErrors callback to dispatch method ([4824a0a10](https://github.com/powerhouse-inc/powerhouse/commit/4824a0a10))
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - acaldas @acaldas
32
+
33
+ ## 5.1.0-dev.19 (2025-12-12)
34
+
35
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
36
+
37
+ ## 5.1.0-dev.18 (2025-12-11)
38
+
39
+ ### 🚀 Features
40
+
41
+ - **codegen:** add versioned document model generation ([#2130](https://github.com/powerhouse-inc/powerhouse/pull/2130))
42
+
43
+ ### ❤️ Thank You
44
+
45
+ - Ryan Wolhuter @ryanwolhuter
46
+
47
+ ## 5.1.0-dev.17 (2025-12-11)
48
+
49
+ ### 🩹 Fixes
50
+
51
+ - **ph-cli:** auth with access-token ([df48be6e9](https://github.com/powerhouse-inc/powerhouse/commit/df48be6e9))
52
+
53
+ ### ❤️ Thank You
54
+
55
+ - Frank
56
+
57
+ ## 5.1.0-dev.16 (2025-12-11)
58
+
59
+ ### 🚀 Features
60
+
61
+ - **ph-cli:** added access-token command ([e48181df6](https://github.com/powerhouse-inc/powerhouse/commit/e48181df6))
62
+ - **codegen:** update zod schema generation library ([#2129](https://github.com/powerhouse-inc/powerhouse/pull/2129))
63
+ - integrate visibility tools for remotes and pglite instance ([#2122](https://github.com/powerhouse-inc/powerhouse/pull/2122))
64
+
65
+ ### ❤️ Thank You
66
+
67
+ - Frank
68
+ - Guillermo Puente Sandoval @gpuente
69
+ - Ryan Wolhuter @ryanwolhuter
70
+
71
+ ## 5.1.0-dev.15 (2025-12-09)
2
72
 
3
73
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "5.1.0-staging.0",
3
+ "version": "5.2.0-staging.1",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,