create-mastra 0.13.2-alpha.3 → 0.13.3-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.13.3-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Add types in the streamVNext codepath, fixes for various issues across multiple packages surfaced from type issues, align return types. ([#8010](https://github.com/mastra-ai/mastra/pull/8010))
8
+
9
+ - Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
10
+
11
+ ## 0.13.2
12
+
13
+ ### Patch Changes
14
+
15
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
16
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
17
+
18
+ - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
19
+
20
+ - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
21
+
22
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
23
+
24
+ ## 0.13.2-alpha.4
25
+
26
+ ### Patch Changes
27
+
28
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
29
+
3
30
  ## 0.13.2-alpha.3
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mastra",
3
- "version": "0.13.2-alpha.3",
3
+ "version": "0.13.3-alpha.0",
4
4
  "description": "Create Mastra apps with one command",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -51,8 +51,8 @@
51
51
  "rollup-plugin-esbuild": "^6.2.1",
52
52
  "rollup-plugin-node-externals": "^8.0.1",
53
53
  "typescript": "^5.8.3",
54
- "@internal/lint": "0.0.41",
55
- "mastra": "^0.13.2-alpha.3"
54
+ "@internal/lint": "0.0.42",
55
+ "mastra": "^0.13.3-alpha.0"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=20"