@mastra/playground-ui 19.0.0 → 19.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 +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 19.0.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`dc514a8`](https://github.com/mastra-ai/mastra/commit/dc514a83dba5f719172dddfd2c7b858e4943d067)]:
8
+ - @mastra/core@1.16.1-alpha.0
9
+ - @mastra/client-js@1.10.1-alpha.0
10
+ - @mastra/ai-sdk@1.2.1
11
+ - @mastra/react@0.2.18-alpha.0
12
+
3
13
  ## 19.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": "19.0.0",
4
+ "version": "19.0.1-alpha.0",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -130,9 +130,9 @@
130
130
  "tailwindcss": "^3.0.0",
131
131
  "zod": "^3.25.0 || ^4.0.0",
132
132
  "@mastra/ai-sdk": "^1.2.1",
133
- "@mastra/client-js": "^1.10.0",
134
- "@mastra/react": "0.2.17",
135
- "@mastra/schema-compat": "1.2.7"
133
+ "@mastra/react": "0.2.18-alpha.0",
134
+ "@mastra/schema-compat": "1.2.7",
135
+ "@mastra/client-js": "^1.10.1-alpha.0"
136
136
  },
137
137
  "devDependencies": {
138
138
  "@storybook/addon-docs": "^9.1.20",
@@ -165,11 +165,11 @@
165
165
  "vitest": "4.0.18",
166
166
  "zod": "^4.3.6",
167
167
  "@internal/lint": "0.0.74",
168
- "@mastra/core": "1.16.0",
169
168
  "@mastra/ai-sdk": "^1.2.1",
170
- "@mastra/react": "0.2.17",
171
- "@mastra/schema-compat": "1.2.7",
172
- "@mastra/client-js": "^1.10.0"
169
+ "@mastra/core": "1.16.1-alpha.0",
170
+ "@mastra/client-js": "^1.10.1-alpha.0",
171
+ "@mastra/react": "0.2.18-alpha.0",
172
+ "@mastra/schema-compat": "1.2.7"
173
173
  },
174
174
  "homepage": "https://mastra.ai",
175
175
  "repository": {