@mastra/playground-ui 6.5.0-alpha.1 → 6.5.0-alpha.4

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 +27 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.5.0-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`1908ca0`](https://github.com/mastra-ai/mastra/commit/1908ca0521f90e43779cc29ab590173ca560443c)]:
8
+ - @mastra/core@0.21.0-alpha.4
9
+ - @mastra/client-js@0.16.0-alpha.4
10
+ - @mastra/react@0.0.6-alpha.4
11
+
12
+ ## 6.5.0-alpha.3
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`a1799bc`](https://github.com/mastra-ai/mastra/commit/a1799bcc1b5a1cdc188f2ac0165f17a1c4ac6f7b), [`6ff6094`](https://github.com/mastra-ai/mastra/commit/6ff60946f4ecfebdeef6e21d2b230c2204f2c9b8)]:
17
+ - @mastra/core@0.21.0-alpha.3
18
+ - @mastra/client-js@0.16.0-alpha.3
19
+ - @mastra/react@0.0.6-alpha.3
20
+
21
+ ## 6.5.0-alpha.2
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`f59fc1e`](https://github.com/mastra-ai/mastra/commit/f59fc1e406b8912e692f6bff6cfd4754cc8d165c)]:
26
+ - @mastra/core@0.21.0-alpha.2
27
+ - @mastra/client-js@0.16.0-alpha.2
28
+ - @mastra/react@0.0.6-alpha.2
29
+
3
30
  ## 6.5.0-alpha.1
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "6.5.0-alpha.1",
4
+ "version": "6.5.0-alpha.4",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -100,8 +100,8 @@
100
100
  "use-debounce": "^10.0.6",
101
101
  "zod": "^4.1.12",
102
102
  "zustand": "^5.0.8",
103
- "@mastra/react": "0.0.6-alpha.1",
104
- "@mastra/client-js": "^0.16.0-alpha.1"
103
+ "@mastra/client-js": "^0.16.0-alpha.4",
104
+ "@mastra/react": "0.0.6-alpha.4"
105
105
  },
106
106
  "peerDependencies": {
107
107
  "@mastra/core": ">=0.21.0-0 <0.22.0-0",
@@ -130,7 +130,7 @@
130
130
  "vite-plugin-dts": "^4.5.4",
131
131
  "vite-plugin-lib-inject-css": "^2.2.2",
132
132
  "vitest": "^3.2.4",
133
- "@mastra/core": "0.21.0-alpha.1"
133
+ "@mastra/core": "0.21.0-alpha.4"
134
134
  },
135
135
  "homepage": "https://mastra.ai",
136
136
  "repository": {