@mastra/playground-ui 40.0.0-alpha.4 → 40.0.0-alpha.5

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
+ ## 40.0.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`a0085fa`](https://github.com/mastra-ai/mastra/commit/a0085fa0934e52c37c8c8b3d75a6bb5cd199af36)]:
8
+ - @mastra/core@1.50.0-alpha.5
9
+ - @mastra/client-js@1.31.0-alpha.5
10
+ - @mastra/react@1.2.3-alpha.5
11
+
3
12
  ## 40.0.0-alpha.4
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": "40.0.0-alpha.4",
4
+ "version": "40.0.0-alpha.5",
5
5
  "description": "Mastra Playground components",
6
6
  "sideEffects": [
7
7
  "**/*.css"
@@ -150,8 +150,8 @@
150
150
  "react": ">=19.0.0",
151
151
  "react-dom": ">=19.0.0",
152
152
  "tailwindcss": "^4.0.0",
153
- "@mastra/react": "1.2.3-alpha.4",
154
- "@mastra/client-js": "^1.31.0-alpha.4"
153
+ "@mastra/client-js": "^1.31.0-alpha.5",
154
+ "@mastra/react": "1.2.3-alpha.5"
155
155
  },
156
156
  "devDependencies": {
157
157
  "@storybook/addon-a11y": "^10.4.1",
@@ -188,11 +188,11 @@
188
188
  "vite-plugin-dts": "^4.5.4",
189
189
  "vite-plugin-lib-inject-css": "^2.2.2",
190
190
  "vitest": "4.1.8",
191
- "@mastra/core": "1.50.0-alpha.4",
192
- "@mastra/client-js": "^1.31.0-alpha.4",
191
+ "@internal/lint": "0.0.111",
192
+ "@mastra/core": "1.50.0-alpha.5",
193
193
  "@mastra/memory": "1.22.1",
194
- "@mastra/react": "1.2.3-alpha.4",
195
- "@internal/lint": "0.0.111"
194
+ "@mastra/react": "1.2.3-alpha.5",
195
+ "@mastra/client-js": "^1.31.0-alpha.5"
196
196
  },
197
197
  "homepage": "https://mastra.ai",
198
198
  "repository": {