create-mastra 1.22.0-alpha.8 → 1.22.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.22.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Add `--no-install` flag to create command. It allows you to skip dependency installation. ([#20619](https://github.com/mastra-ai/mastra/pull/20619))
8
+
9
+ - Generated projects now pin every Mastra dependency to the exact version published on the invoked release channel instead of writing the channel tag (for example `alpha`) verbatim. If the CLI cannot resolve exact versions, it warns and falls back to the channel tag. ([#20448](https://github.com/mastra-ai/mastra/pull/20448))
10
+
3
11
  ## 1.22.0-alpha.8
4
12
 
5
13
  ## 1.22.0-alpha.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mastra",
3
- "version": "1.22.0-alpha.8",
3
+ "version": "1.22.0",
4
4
  "description": "Create Mastra apps with one command",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -48,8 +48,8 @@
48
48
  "rollup-plugin-node-externals": "^8.1.2",
49
49
  "typescript": "^6.0.3",
50
50
  "vitest": "4.1.10",
51
- "@internal/lint": "0.0.119",
52
- "mastra": "^1.22.0-alpha.8"
51
+ "@internal/lint": "0.0.120",
52
+ "mastra": "^1.22.0"
53
53
  },
54
54
  "engines": {
55
55
  "node": ">=22.13.0"