@mastra/playground-ui 19.0.0-alpha.4 → 19.0.0-alpha.5

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