@powerhousedao/config 5.1.0-dev.1 → 5.1.0-dev.10

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 +50 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,53 @@
1
+ ## 5.1.0-dev.9 (2025-12-05)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **renown:** small ui fixes and made connectcrypto and renown id available in hooks ([c06e17226](https://github.com/powerhouse-inc/powerhouse/commit/c06e17226))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Frank
10
+
11
+ ## 5.1.0-dev.8 (2025-12-05)
12
+
13
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
14
+
15
+ ## 5.1.0-dev.7 (2025-12-04)
16
+
17
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
18
+
19
+ ## 5.1.0-dev.6 (2025-12-04)
20
+
21
+ ### 🩹 Fixes
22
+
23
+ - **renown:** build issues ([1893c35a0](https://github.com/powerhouse-inc/powerhouse/commit/1893c35a0))
24
+
25
+ ### ❤️ Thank You
26
+
27
+ - Frank
28
+
29
+ ## 5.1.0-dev.5 (2025-12-04)
30
+
31
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
32
+
33
+ ## 5.1.0-dev.4 (2025-12-03)
34
+
35
+ ### 🚀 Features
36
+
37
+ - **codegen,ph-cli:** add tsx code generator ([#2116](https://github.com/powerhouse-inc/powerhouse/pull/2116))
38
+
39
+ ### ❤️ Thank You
40
+
41
+ - Ryan Wolhuter @ryanwolhuter
42
+
43
+ ## 5.1.0-dev.3 (2025-12-02)
44
+
45
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
46
+
47
+ ## 5.1.0-dev.2 (2025-12-02)
48
+
49
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
50
+
1
51
  ## 5.1.0-dev.1 (2025-11-26)
2
52
 
3
53
  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": "5.1.0-dev.1",
3
+ "version": "5.1.0-dev.10",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,