@mastra/playground-ui 22.0.1-alpha.6 → 22.0.1-alpha.7

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 22.0.1-alpha.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`665477b`](https://github.com/mastra-ai/mastra/commit/665477bc104fd52cfef8e7610d7664781a70c220), [`4cc2755`](https://github.com/mastra-ai/mastra/commit/4cc2755a7194cb08720ff2ab4dffb4b4a5103dfd)]:
8
+ - @mastra/core@1.23.0-alpha.7
9
+ - @mastra/client-js@1.13.1-alpha.7
10
+ - @mastra/react@0.2.23-alpha.7
11
+
3
12
  ## 22.0.1-alpha.6
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": "22.0.1-alpha.6",
4
+ "version": "22.0.1-alpha.7",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -120,9 +120,9 @@
120
120
  "tailwindcss": "^4.0.0",
121
121
  "zod": "^3.25.0 || ^4.0.0",
122
122
  "@mastra/ai-sdk": "^1.3.2-alpha.0",
123
- "@mastra/client-js": "^1.13.1-alpha.6",
124
- "@mastra/react": "0.2.23-alpha.6",
125
- "@mastra/schema-compat": "1.2.7"
123
+ "@mastra/react": "0.2.23-alpha.7",
124
+ "@mastra/schema-compat": "1.2.7",
125
+ "@mastra/client-js": "^1.13.1-alpha.7"
126
126
  },
127
127
  "devDependencies": {
128
128
  "@storybook/addon-docs": "^9.1.20",
@@ -156,12 +156,12 @@
156
156
  "vite-plugin-lib-inject-css": "^2.2.2",
157
157
  "vitest": "4.0.18",
158
158
  "zod": "^4.3.6",
159
- "@mastra/ai-sdk": "^1.3.2-alpha.0",
160
- "@mastra/client-js": "^1.13.1-alpha.6",
161
- "@mastra/core": "1.23.0-alpha.6",
162
- "@mastra/schema-compat": "1.2.7",
163
159
  "@internal/lint": "0.0.79",
164
- "@mastra/react": "0.2.23-alpha.6"
160
+ "@mastra/client-js": "^1.13.1-alpha.7",
161
+ "@mastra/core": "1.23.0-alpha.7",
162
+ "@mastra/ai-sdk": "^1.3.2-alpha.0",
163
+ "@mastra/react": "0.2.23-alpha.7",
164
+ "@mastra/schema-compat": "1.2.7"
165
165
  },
166
166
  "homepage": "https://mastra.ai",
167
167
  "repository": {