@mastra/playground-ui 7.0.0-beta.7 → 7.0.0-beta.8

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
+ ## 7.0.0-beta.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`0d41fe2`](https://github.com/mastra-ai/mastra/commit/0d41fe245355dfc66d61a0d9c85d9400aac351ff), [`6b3ba91`](https://github.com/mastra-ai/mastra/commit/6b3ba91494cc10394df96782f349a4f7b1e152cc), [`3d3c9e7`](https://github.com/mastra-ai/mastra/commit/3d3c9e7dc0b7b291abe6a11cf3807dd130034961), [`7907fd1`](https://github.com/mastra-ai/mastra/commit/7907fd1c5059813b7b870b81ca71041dc807331b)]:
8
+ - @mastra/core@1.0.0-beta.8
9
+ - @mastra/ai-sdk@1.0.0-beta.6
10
+ - @mastra/client-js@1.0.0-beta.8
11
+ - @mastra/react@0.1.0-beta.8
12
+
3
13
  ## 7.0.0-beta.7
4
14
 
5
15
  ### 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.0-beta.7",
4
+ "version": "7.0.0-beta.8",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -111,10 +111,10 @@
111
111
  "react": ">=19.0.0",
112
112
  "react-dom": ">=19.0.0",
113
113
  "tailwindcss": "^3.0.0",
114
- "@mastra/client-js": "^1.0.0-beta.7",
114
+ "@mastra/ai-sdk": "^1.0.0-beta.6",
115
+ "@mastra/client-js": "^1.0.0-beta.8",
115
116
  "@mastra/schema-compat": "1.0.0-beta.2",
116
- "@mastra/ai-sdk": "^1.0.0-beta.5",
117
- "@mastra/react": "0.1.0-beta.7"
117
+ "@mastra/react": "0.1.0-beta.8"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@storybook/addon-docs": "^9.1.16",
@@ -139,10 +139,10 @@
139
139
  "vite-plugin-dts": "^4.5.4",
140
140
  "vite-plugin-lib-inject-css": "^2.2.2",
141
141
  "vitest": "4.0.12",
142
- "@mastra/ai-sdk": "^1.0.0-beta.5",
143
- "@mastra/client-js": "^1.0.0-beta.7",
144
- "@mastra/core": "1.0.0-beta.7",
145
- "@mastra/react": "0.1.0-beta.7",
142
+ "@mastra/ai-sdk": "^1.0.0-beta.6",
143
+ "@mastra/react": "0.1.0-beta.8",
144
+ "@mastra/core": "1.0.0-beta.8",
145
+ "@mastra/client-js": "^1.0.0-beta.8",
146
146
  "@mastra/schema-compat": "1.0.0-beta.2"
147
147
  },
148
148
  "homepage": "https://mastra.ai",