@powerhousedao/config 4.0.0-staging.5 → 4.0.0-staging.6

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 +57 -9
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,60 @@
1
- ## 4.0.0-staging.5 (2025-07-23)
1
+ ## 4.0.0-staging.6 (2025-07-25)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **connect:** remove unused dep ([00d3f68c0](https://github.com/powerhouse-inc/powerhouse/commit/00d3f68c0))
6
+ - **state:** use reactor on window object ([40321826e](https://github.com/powerhouse-inc/powerhouse/commit/40321826e))
7
+ - **state:** add state package reference to monorepo tsconfig ([93de86073](https://github.com/powerhouse-inc/powerhouse/commit/93de86073))
8
+ - **state:** remove unused deps ([d681fff7a](https://github.com/powerhouse-inc/powerhouse/commit/d681fff7a))
9
+ - **state:** remove jotai optics dep ([dfc955a82](https://github.com/powerhouse-inc/powerhouse/commit/dfc955a82))
10
+ - **common:** add storybook react dev dep ([61404f414](https://github.com/powerhouse-inc/powerhouse/commit/61404f414))
11
+ - **common:** install storybook types ([c4d45bb7c](https://github.com/powerhouse-inc/powerhouse/commit/c4d45bb7c))
12
+ - **connect:** use new hooks ([93a9eccfa](https://github.com/powerhouse-inc/powerhouse/commit/93a9eccfa))
13
+ - **state:** move state code to own package ([605bd5d75](https://github.com/powerhouse-inc/powerhouse/commit/605bd5d75))
14
+ - support initial strand without operations ([46698d2ff](https://github.com/powerhouse-inc/powerhouse/commit/46698d2ff))
15
+ - **document-drive:** removed drive id where possible ([adcedc4f0](https://github.com/powerhouse-inc/powerhouse/commit/adcedc4f0))
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - **document-drive:** added deprecation warnings and release notes ([dbc86d172](https://github.com/powerhouse-inc/powerhouse/commit/dbc86d172))
20
+ - **common:** update storybook story type ([a84550281](https://github.com/powerhouse-inc/powerhouse/commit/a84550281))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - acaldas @acaldas
25
+ - ryanwolhuter @ryanwolhuter
26
+
27
+ ## 3.3.0-dev.19 (2025-07-25)
28
+
29
+ ### 🚀 Features
30
+
31
+ - **connect:** remove unused dep ([00d3f68c0](https://github.com/powerhouse-inc/powerhouse/commit/00d3f68c0))
32
+ - **state:** use reactor on window object ([40321826e](https://github.com/powerhouse-inc/powerhouse/commit/40321826e))
33
+ - **state:** add state package reference to monorepo tsconfig ([93de86073](https://github.com/powerhouse-inc/powerhouse/commit/93de86073))
34
+ - **state:** remove unused deps ([d681fff7a](https://github.com/powerhouse-inc/powerhouse/commit/d681fff7a))
35
+ - **state:** remove jotai optics dep ([dfc955a82](https://github.com/powerhouse-inc/powerhouse/commit/dfc955a82))
36
+ - **common:** add storybook react dev dep ([61404f414](https://github.com/powerhouse-inc/powerhouse/commit/61404f414))
37
+ - **common:** install storybook types ([c4d45bb7c](https://github.com/powerhouse-inc/powerhouse/commit/c4d45bb7c))
38
+ - **connect:** use new hooks ([93a9eccfa](https://github.com/powerhouse-inc/powerhouse/commit/93a9eccfa))
39
+ - **state:** move state code to own package ([605bd5d75](https://github.com/powerhouse-inc/powerhouse/commit/605bd5d75))
40
+ - support initial strand without operations ([46698d2ff](https://github.com/powerhouse-inc/powerhouse/commit/46698d2ff))
41
+ - **document-drive:** removed drive id where possible ([adcedc4f0](https://github.com/powerhouse-inc/powerhouse/commit/adcedc4f0))
42
+
43
+ ### 🩹 Fixes
44
+
45
+ - **document-drive:** added deprecation warnings and release notes ([dbc86d172](https://github.com/powerhouse-inc/powerhouse/commit/dbc86d172))
46
+ - **common:** update storybook story type ([a84550281](https://github.com/powerhouse-inc/powerhouse/commit/a84550281))
47
+
48
+ ### ❤️ Thank You
49
+
50
+ - acaldas @acaldas
51
+ - ryanwolhuter @ryanwolhuter
52
+
53
+ ## 3.3.0-dev.18 (2025-07-24)
2
54
 
3
55
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
4
56
 
5
- ## 4.0.0-staging.4 (2025-07-22)
57
+ ## 3.3.0-dev.17 (2025-07-23)
6
58
 
7
59
  ### 🩹 Fixes
8
60
 
@@ -13,11 +65,11 @@ This was a version bump only for @powerhousedao/config to align it with other pr
13
65
 
14
66
  - Callme-T
15
67
 
16
- ## 4.0.0-staging.3 (2025-07-17)
68
+ ## 3.3.0-dev.16 (2025-07-22)
17
69
 
18
70
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
19
71
 
20
- ## 4.0.0-staging.2 (2025-07-17)
72
+ ## 3.3.0-dev.15 (2025-07-17)
21
73
 
22
74
  ### 🩹 Fixes
23
75
 
@@ -25,11 +77,7 @@ This was a version bump only for @powerhousedao/config to align it with other pr
25
77
 
26
78
  ### ❤️ Thank You
27
79
 
28
- - acaldas @acaldas
29
-
30
- ## 4.0.0-staging.1 (2025-07-17)
31
-
32
- This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
80
+ - acaldas
33
81
 
34
82
  ## 3.3.0-dev.14 (2025-07-17)
35
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "4.0.0-staging.5",
3
+ "version": "4.0.0-staging.6",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,