@mastra/playground-ui 20.0.0 → 20.0.1-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 +10 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 20.0.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`180aaaf`](https://github.com/mastra-ai/mastra/commit/180aaaf4d0903d33a49bc72de2d40ca69a5bc599)]:
8
+ - @mastra/core@1.18.1-alpha.0
9
+ - @mastra/client-js@1.11.1-alpha.0
10
+ - @mastra/ai-sdk@1.3.0
11
+ - @mastra/react@0.2.19-alpha.0
12
+
3
13
  ## 20.0.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "20.0.0",
4
+ "version": "20.0.1-alpha.0",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -119,9 +119,9 @@
119
119
  "react-dom": ">=19.0.0",
120
120
  "tailwindcss": "^4.0.0",
121
121
  "zod": "^3.25.0 || ^4.0.0",
122
+ "@mastra/client-js": "^1.11.1-alpha.0",
123
+ "@mastra/react": "0.2.19-alpha.0",
122
124
  "@mastra/ai-sdk": "^1.3.0",
123
- "@mastra/client-js": "^1.11.0",
124
- "@mastra/react": "0.2.18",
125
125
  "@mastra/schema-compat": "1.2.7"
126
126
  },
127
127
  "devDependencies": {
@@ -154,11 +154,11 @@
154
154
  "vite-plugin-lib-inject-css": "^2.2.2",
155
155
  "vitest": "4.0.18",
156
156
  "zod": "^4.3.6",
157
- "@internal/lint": "0.0.75",
158
- "@mastra/client-js": "^1.11.0",
159
157
  "@mastra/ai-sdk": "^1.3.0",
160
- "@mastra/react": "0.2.18",
161
- "@mastra/core": "1.18.0",
158
+ "@internal/lint": "0.0.75",
159
+ "@mastra/client-js": "^1.11.1-alpha.0",
160
+ "@mastra/core": "1.18.1-alpha.0",
161
+ "@mastra/react": "0.2.19-alpha.0",
162
162
  "@mastra/schema-compat": "1.2.7"
163
163
  },
164
164
  "homepage": "https://mastra.ai",