create-mastra 0.11.3-alpha.4 → 0.12.0-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 +25 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.12.0-alpha.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a01cf14: Add workflow graph in agent (workflow as tool in agent)
8
+
9
+ ### Patch Changes
10
+
11
+ - 788e612: Fix playground workflow graph is broken when workflow starts with a branch
12
+ - 5397eb4: Add public URL support when adding files in Multi Modal
13
+
14
+ ## 0.11.3
15
+
16
+ ### Patch Changes
17
+
18
+ - 64152fd: Improve output of Cli Dev command
19
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
20
+ - 8e4fe90: Unify focus outlines
21
+ - f539199: mastra start - load env files, custom env. Deperecate --env flag for mastra build
22
+ - 87de958: fix chat outline
23
+ - 6f715fe: Fix plyground baseUrl, default api baseUrl to playground baseUrl
24
+ - 01264f1: Mastra dev- load env vars before watch
25
+ - 3308c9f: fix dev:playground command
26
+ - d99baf6: change outline
27
+
3
28
  ## 0.11.3-alpha.4
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mastra",
3
- "version": "0.11.3-alpha.4",
3
+ "version": "0.12.0-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.34",
55
- "mastra": "^0.11.3-alpha.4"
54
+ "@internal/lint": "0.0.35",
55
+ "mastra": "^0.12.0-alpha.0"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=20"