@mastra/playground-ui 29.0.0-alpha.4 → 29.0.0-alpha.6

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 +18 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 29.0.0-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`71a820b`](https://github.com/mastra-ai/mastra/commit/71a820b2353fa1406772c50760a3732058a8b337)]:
8
+ - @mastra/core@1.36.0-alpha.6
9
+ - @mastra/client-js@1.20.0-alpha.6
10
+ - @mastra/react@0.4.0-alpha.6
11
+
12
+ ## 29.0.0-alpha.5
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`ac79462`](https://github.com/mastra-ai/mastra/commit/ac79462b98f1062394c45093aa515b0766f27ee2), [`19281c7`](https://github.com/mastra-ai/mastra/commit/19281c70424f757219782de16c2699743c5e04d0)]:
17
+ - @mastra/core@1.36.0-alpha.5
18
+ - @mastra/client-js@1.20.0-alpha.5
19
+ - @mastra/react@0.4.0-alpha.5
20
+
3
21
  ## 29.0.0-alpha.4
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "29.0.0-alpha.4",
4
+ "version": "29.0.0-alpha.6",
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
  "react": ">=19.0.0",
101
101
  "react-dom": ">=19.0.0",
102
102
  "tailwindcss": "^4.0.0",
103
- "@mastra/client-js": "^1.20.0-alpha.4",
104
- "@mastra/react": "0.4.0-alpha.4"
103
+ "@mastra/client-js": "^1.20.0-alpha.6",
104
+ "@mastra/react": "0.4.0-alpha.6"
105
105
  },
106
106
  "devDependencies": {
107
107
  "@storybook/addon-a11y": "^10.3.6",
@@ -138,9 +138,9 @@
138
138
  "vite-plugin-lib-inject-css": "^2.2.2",
139
139
  "vitest": "4.1.5",
140
140
  "@internal/lint": "0.0.96",
141
- "@mastra/react": "0.4.0-alpha.4",
142
- "@mastra/core": "1.36.0-alpha.4",
143
- "@mastra/client-js": "^1.20.0-alpha.4"
141
+ "@mastra/client-js": "^1.20.0-alpha.6",
142
+ "@mastra/core": "1.36.0-alpha.6",
143
+ "@mastra/react": "0.4.0-alpha.6"
144
144
  },
145
145
  "homepage": "https://mastra.ai",
146
146
  "repository": {