@mastra/playground-ui 7.0.1 → 7.0.2-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 +9 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 7.0.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
8
+ - @mastra/core@0.24.9-alpha.0
9
+ - @mastra/client-js@0.17.2-alpha.0
10
+ - @mastra/react@0.0.24-alpha.0
11
+
3
12
  ## 7.0.1
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": "7.0.1",
4
+ "version": "7.0.2-alpha.0",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -106,9 +106,9 @@
106
106
  "react-dom": ">=19.0.0",
107
107
  "tailwindcss": "^3.0.0",
108
108
  "@tanstack/react-query": "^5.81.5",
109
- "@mastra/client-js": "^0.17.1",
110
- "@mastra/schema-compat": "0.11.9",
111
- "@mastra/react": "0.0.23"
109
+ "@mastra/client-js": "^0.17.2-alpha.0",
110
+ "@mastra/react": "0.0.24-alpha.0",
111
+ "@mastra/schema-compat": "0.11.9"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@storybook/addon-docs": "^9.1.10",
@@ -131,10 +131,10 @@
131
131
  "vite-plugin-lib-inject-css": "^2.2.2",
132
132
  "vitest": "^3.2.4",
133
133
  "@tanstack/react-query": "^5.81.5",
134
- "@mastra/client-js": "^0.17.1",
134
+ "@mastra/client-js": "^0.17.2-alpha.0",
135
+ "@mastra/react": "0.0.24-alpha.0",
135
136
  "@mastra/schema-compat": "0.11.9",
136
- "@mastra/react": "0.0.23",
137
- "@mastra/core": "0.24.8"
137
+ "@mastra/core": "0.24.9-alpha.0"
138
138
  },
139
139
  "homepage": "https://mastra.ai",
140
140
  "repository": {