@powerhousedao/academy 2.5.0-dev.0 → 2.5.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 +64 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,67 @@
1
+ ## 2.5.0-dev.10 (2025-06-06)
2
+
3
+ ### 🚀 Features
4
+
5
+ - run analytics db on web worker ([ecf79575f](https://github.com/powerhouse-inc/powerhouse/commit/ecf79575f))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - acaldas
10
+
11
+ ## 2.5.0-dev.9 (2025-06-05)
12
+
13
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
14
+
15
+ ## 2.5.0-dev.8 (2025-06-05)
16
+
17
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
18
+
19
+ ## 2.5.0-dev.7 (2025-06-05)
20
+
21
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
22
+
23
+ ## 2.5.0-dev.6 (2025-06-05)
24
+
25
+ ### 🩹 Fixes
26
+
27
+ - set node 22 in release branch workflow ([b33681938](https://github.com/powerhouse-inc/powerhouse/commit/b33681938))
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - Frank
32
+
33
+ ## 2.5.0-dev.5 (2025-06-05)
34
+
35
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
36
+
37
+ ## 2.5.0-dev.4 (2025-06-05)
38
+
39
+ ### 🩹 Fixes
40
+
41
+ - **builder-tools:** move esbuild dev dep to deps ([baa22be6f](https://github.com/powerhouse-inc/powerhouse/commit/baa22be6f))
42
+
43
+ ### ❤️ Thank You
44
+
45
+ - ryanwolhuter @ryanwolhuter
46
+
47
+ ## 2.5.0-dev.3 (2025-06-05)
48
+
49
+ ### 🚀 Features
50
+
51
+ - **builder-tools:** add node polyfills esbuild plugin for connect build ([43dd16b4d](https://github.com/powerhouse-inc/powerhouse/commit/43dd16b4d))
52
+
53
+ ### ❤️ Thank You
54
+
55
+ - ryanwolhuter
56
+
57
+ ## 2.5.0-dev.2 (2025-06-05)
58
+
59
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
60
+
61
+ ## 2.5.0-dev.1 (2025-06-05)
62
+
63
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
64
+
1
65
  ## 2.5.0-dev.0 (2025-06-04)
2
66
 
3
67
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/academy",
3
- "version": "2.5.0-dev.0",
3
+ "version": "2.5.0-dev.10",
4
4
  "homepage": "https://powerhouse.academy",
5
5
  "repository": {
6
6
  "type": "git",