create-mastra 1.6.3-alpha.2 → 1.6.4-alpha.0

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,5 +1,16 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.6.4-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Removed Prettier from the CLI install path so generated project setup no longer pulls in the prettier dependency. ([#15711](https://github.com/mastra-ai/mastra/pull/15711))
8
+
9
+ - Improved `create-mastra` package size by reducing runtime dependency overhead. ([#15721](https://github.com/mastra-ai/mastra/pull/15721))
10
+ This decreases install surface while preserving existing CLI behavior.
11
+
12
+ ## 1.6.3
13
+
3
14
  ## 1.6.3-alpha.2
4
15
 
5
16
  ## 1.6.3-alpha.1