@powerhousedao/academy 4.1.0-dev.100 → 4.1.0-dev.102

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 +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 4.1.0-dev.102 (2025-11-06)
2
+
3
+ ### 🚀 Features
4
+
5
+ - switching to tinybench for benchmarks ([5b915e025](https://github.com/powerhouse-inc/powerhouse/commit/5b915e025))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - try again with a pnpm upgrade ([ec081f743](https://github.com/powerhouse-inc/powerhouse/commit/ec081f743))
10
+ - trying a completely fresh lockfile ([c9888939a](https://github.com/powerhouse-inc/powerhouse/commit/c9888939a))
11
+ - update atlas packages ([fa174d00e](https://github.com/powerhouse-inc/powerhouse/commit/fa174d00e))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Benjamin Jordan (@thegoldenmule)
16
+
17
+ ## 4.1.0-dev.101 (2025-11-05)
18
+
19
+ ### 🚀 Features
20
+
21
+ - **codegen, vetra:** update codegen templates ([#2056](https://github.com/powerhouse-inc/powerhouse/pull/2056))
22
+
23
+ ### ❤️ Thank You
24
+
25
+ - Ryan Wolhuter @ryanwolhuter
26
+
1
27
  ## 4.1.0-dev.100 (2025-11-04)
2
28
 
3
29
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/academy",
3
- "version": "4.1.0-dev.100",
3
+ "version": "4.1.0-dev.102",
4
4
  "homepage": "https://powerhouse.academy",
5
5
  "repository": {
6
6
  "type": "git",