@powerhousedao/academy 4.1.0-dev.97 → 4.1.0-dev.99

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 4.1.0-dev.99 (2025-10-31)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ph-cmd, codegen:** allow specifying custom boilerplate branch to checkout on init ([cd50f8d38](https://github.com/powerhouse-inc/powerhouse/commit/cd50f8d38))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - acaldas @acaldas
10
+
11
+ ## 4.1.0-dev.98 (2025-10-31)
12
+
13
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
14
+
1
15
  ## 4.1.0-dev.97 (2025-10-30)
2
16
 
3
17
  This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
@@ -76,12 +76,14 @@ Options:
76
76
 
77
77
  -i, --interactive Run the command in interactive mode, which will guide you
78
78
  through the project setup with customizable options.
79
+
80
+ -t, --tag Version of the Powerhouse dependencies to use. Defaults to "main"
79
81
 
80
- -v, --version Specify the development version to use. Defaults to "main".
81
-
82
- --dev Use the "development" version of the boilerplate.
82
+ --dev Use the "development" version.
83
83
 
84
- --staging Use the "staging" version of the boilerplate.
84
+ --staging Use the "staging" version.
85
+
86
+ -b, --branch Specify custom boilerplate branch to use.
85
87
 
86
88
  --package-manager Override the auto-detected package manager with the specified one.
87
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/academy",
3
- "version": "4.1.0-dev.97",
3
+ "version": "4.1.0-dev.99",
4
4
  "homepage": "https://powerhouse.academy",
5
5
  "repository": {
6
6
  "type": "git",