@mastra/playground-ui 7.0.0-beta.17 → 7.0.0-beta.19

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 +20 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 7.0.0-beta.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e54953e`](https://github.com/mastra-ai/mastra/commit/e54953ed8ce1b28c0d62a19950163039af7834b4), [`bd18eb0`](https://github.com/mastra-ai/mastra/commit/bd18eb0928b1c4f263426f45f49765b32d1ef802), [`7d56d92`](https://github.com/mastra-ai/mastra/commit/7d56d9213886e8353956d7d40df10045fd12b299), [`fdac646`](https://github.com/mastra-ai/mastra/commit/fdac646033a0930a1a4e00d13aa64c40bb7f1e02), [`d07b568`](https://github.com/mastra-ai/mastra/commit/d07b5687819ea8cb1dffa776d0c1765faf4aa1ae), [`70b300e`](https://github.com/mastra-ai/mastra/commit/70b300ebc631dfc0aa14e61547fef7994adb4ea6), [`68ec97d`](https://github.com/mastra-ai/mastra/commit/68ec97d4c07c6393fcf95c2481fc5d73da99f8c8), [`4aa55b3`](https://github.com/mastra-ai/mastra/commit/4aa55b383cf06043943359ea316572fd969861a7)]:
8
+ - @mastra/core@1.0.0-beta.19
9
+ - @mastra/ai-sdk@1.0.0-beta.12
10
+ - @mastra/schema-compat@1.0.0-beta.5
11
+ - @mastra/client-js@1.0.0-beta.19
12
+ - @mastra/react@0.1.0-beta.19
13
+
14
+ ## 7.0.0-beta.18
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`5947fcd`](https://github.com/mastra-ai/mastra/commit/5947fcdd425531f29f9422026d466c2ee3113c93)]:
19
+ - @mastra/core@1.0.0-beta.18
20
+ - @mastra/client-js@1.0.0-beta.18
21
+ - @mastra/react@0.1.0-beta.18
22
+
3
23
  ## 7.0.0-beta.17
4
24
 
5
25
  ### 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.17",
4
+ "version": "7.0.0-beta.19",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -113,10 +113,10 @@
113
113
  "react": ">=19.0.0",
114
114
  "react-dom": ">=19.0.0",
115
115
  "tailwindcss": "^3.0.0",
116
- "@mastra/ai-sdk": "^1.0.0-beta.11",
117
- "@mastra/react": "0.1.0-beta.17",
118
- "@mastra/schema-compat": "1.0.0-beta.4",
119
- "@mastra/client-js": "^1.0.0-beta.17"
116
+ "@mastra/ai-sdk": "^1.0.0-beta.12",
117
+ "@mastra/client-js": "^1.0.0-beta.19",
118
+ "@mastra/react": "0.1.0-beta.19",
119
+ "@mastra/schema-compat": "1.0.0-beta.5"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@storybook/addon-docs": "^9.1.16",
@@ -143,11 +143,11 @@
143
143
  "vite-plugin-dts": "^4.5.4",
144
144
  "vite-plugin-lib-inject-css": "^2.2.2",
145
145
  "vitest": "4.0.12",
146
- "@mastra/ai-sdk": "^1.0.0-beta.11",
147
- "@mastra/client-js": "^1.0.0-beta.17",
148
- "@mastra/react": "0.1.0-beta.17",
149
- "@mastra/schema-compat": "1.0.0-beta.4",
150
- "@mastra/core": "1.0.0-beta.17"
146
+ "@mastra/ai-sdk": "^1.0.0-beta.12",
147
+ "@mastra/react": "0.1.0-beta.19",
148
+ "@mastra/client-js": "^1.0.0-beta.19",
149
+ "@mastra/schema-compat": "1.0.0-beta.5",
150
+ "@mastra/core": "1.0.0-beta.19"
151
151
  },
152
152
  "homepage": "https://mastra.ai",
153
153
  "repository": {